diff --git a/Blimpfile b/Blimpfile index beff2bd..1408d52 100644 --- a/Blimpfile +++ b/Blimpfile @@ -5,5 +5,6 @@ Blimpy.fleet do |fleet| fleet.add do |ship| ship.name = 'example' ship.group = 'Simple' + ship.livery = :cwd end end diff --git a/Gemfile b/Gemfile index d41541a..96a9109 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source :gemcutter gem 'rake' -gem 'blimpy' +gem 'blimpy', '~> 0.2'