ey_recipes 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -173,7 +173,7 @@ module EY::Recipes
173
173
  abort "Failed to upload recipes for #{env_name}"
174
174
  end
175
175
  ensure
176
- FileUtils.rm_f(file)
176
+ FileUtils.rm_f(file) if file
177
177
  end
178
178
 
179
179
  def view_logs(log_type)
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Recipes
3
- VERSION = "0.9.5"
3
+ VERSION = "0.9.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 5
9
- version: 0.9.5
8
+ - 6
9
+ version: 0.9.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Engine Yard Engineers
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-13 00:00:00 -08:00
17
+ date: 2010-03-16 00:00:00 -07:00
18
18
  default_executable: ey-recipes
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -65,11 +65,11 @@ extensions: []
65
65
  extra_rdoc_files: []
66
66
 
67
67
  files:
68
- - lib/ey_recipes.rb
69
- - lib/ey_recipes/bucket_minder.rb
70
- - lib/ey_recipes/version.rb
71
68
  - lib/ey_recipes/api.rb
69
+ - lib/ey_recipes/bucket_minder.rb
72
70
  - lib/ey_recipes/cli.rb
71
+ - lib/ey_recipes/version.rb
72
+ - lib/ey_recipes.rb
73
73
  - bin/ey-recipes
74
74
  has_rdoc: true
75
75
  homepage: http://github.com/engineyard