Require at least blimpy 0.2 which supports the ':cwd' livery

This should make developing this /much/ easier
This commit is contained in:
R. Tyler Croy 2012-04-28 22:14:19 -07:00
parent e0cd596222
commit 3b5d5449ee
2 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ Blimpy.fleet do |fleet|
fleet.add do |ship|
ship.name = 'example'
ship.group = 'Simple'
ship.livery = :cwd
end
end

View File

@ -1,4 +1,4 @@
source :gemcutter
gem 'rake'
gem 'blimpy'
gem 'blimpy', '~> 0.2'