Add some pre-reqs for starting with a livery

This commit is contained in:
R. Tyler Croy 2012-04-28 16:26:09 -07:00
parent 3c7695b1c5
commit c04396d055
3 changed files with 16 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.rvmrc
pkg
Gemfile.lock

9
Blimpfile Normal file
View File

@ -0,0 +1,9 @@
# vim: ft=ruby
# Blimpfile created on 2012-04-28 16:24:44 -0700
Blimpy.fleet do |fleet|
fleet.add do |ship|
ship.name = 'example'
ship.group = 'Simple'
end
end

4
Gemfile Normal file
View File

@ -0,0 +1,4 @@
source :gemcutter
gem 'rake'
gem 'blimpy'