boucher 0.2.1 → 0.2.2

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.1"
5
+ s.version = "0.2.2"
6
6
  s.authors = ["'Micah Micah'"]
7
7
  s.email = ["'micah@8thlight.com'"]
8
8
  s.homepage = "http://github.com/8thlight/boucher"
@@ -78,7 +78,7 @@ module Boucher
78
78
  ips = meal[:elastic_ips]
79
79
  if ips && ips.size > 0
80
80
  begin
81
- server = Boucher::Servers.find(meal: name, env: Boucher::Config[:env])
81
+ server = Boucher::Servers[name]
82
82
  associate_addresses_for(meal, server)
83
83
  rescue Boucher::Servers::NotFound => e
84
84
  puts "Can't associate address to '#{name}' server because it can't be found."
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.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: