boucher 0.1.5 → 0.1.6

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.1.5"
5
+ s.version = "0.1.6"
6
6
  s.authors = ["'Micah Micah'"]
7
7
  s.email = ["'micah@8thlight.com'"]
8
8
  s.homepage = "http://github.com/8thlight/boucher"
data/lib/boucher/meals.rb CHANGED
@@ -27,7 +27,7 @@ module Boucher
27
27
 
28
28
  def self.meal(meal_name)
29
29
  the_meal = meals[meal_name.to_sym]
30
- raise "Missing meal: #{mean_name}" unless the_meal
30
+ raise "Missing meal: #{meal_name}" unless the_meal
31
31
  return the_meal
32
32
  end
33
33
 
@@ -55,7 +55,7 @@ module Boucher
55
55
  private
56
56
 
57
57
  def self.cook_meal_on_server(meal, server)
58
- puts "Cooking meal '#{mean[:name]}' on server: #{server}"
58
+ puts "Cooking meal '#{meal[:name]}' on server: #{server}"
59
59
  Boucher.cook_meal(server, meal[:name])
60
60
  attach_elastic_ips(meal, server)
61
61
  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.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -127,7 +127,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
127
  version: '0'
128
128
  segments:
129
129
  - 0
130
- hash: 2041531117348833144
130
+ hash: -2715907485651532389
131
131
  required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  none: false
133
133
  requirements: