boucher 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/boucher.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "boucher"
5
- s.version = "0.2.0"
5
+ s.version = "0.2.1"
6
6
  s.authors = ["'Micah Micah'"]
7
7
  s.email = ["'micah@8thlight.com'"]
8
8
  s.homepage = "http://github.com/8thlight/boucher"
@@ -114,7 +114,7 @@ web console and click Instance Actions -> Change Termination Protection -> Yes."
114
114
  desc "Cook the specified meal on the instance(s) specified by the given id or meal"
115
115
  task :chef, [:meal, :server_id] do |t, args|
116
116
  Boucher.assert_env!
117
- servers = resolve_servers(args.server_id || args.meal)
117
+ servers = Boucher.resolve_servers(args.server_id || args.meal)
118
118
  servers.each do |server|
119
119
  Boucher.cook_meal(server, args.meal)
120
120
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boucher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: