chef-workflow 0.2.2 → 0.2.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ * 0.2.3 March 30, 2013
2
+ * fix a bug where the automated security group generator would never actually find a collision
1
3
  * 0.2.2 March 12, 2013
2
4
  * Vagrant box customizations via "customizations" attribute in
3
5
  `configure_vagrant`. Takes an array of arrays that are injected into the
data/README.md CHANGED
@@ -47,4 +47,5 @@ These companies have assisted by donating time, financial resources, and
47
47
  employment to those working on chef-workflow. Supporting OSS is really really
48
48
  cool and we should reciprocate.
49
49
 
50
+ * [Sourcefire](http://www.sourcefire.com/)
50
51
  * [HotelTonight](http://www.hoteltonight.com)
@@ -66,7 +66,7 @@ module ChefWorkflow
66
66
  $stderr.puts "Seeing if security group name #{name} is taken"
67
67
  end
68
68
 
69
- break unless aws_ec2.security_groups[name].exists?
69
+ break unless aws_ec2.security_groups.filter('group-name', [name]).first
70
70
  sleep 0.3
71
71
  end
72
72
 
@@ -1,4 +1,4 @@
1
1
  module ChefWorkflow
2
2
  # The gem version.
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-12 00:00:00.000000000 Z
12
+ date: 2013-03-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: vagrant-prison
@@ -221,12 +221,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
221
221
  - - ! '>='
222
222
  - !ruby/object:Gem::Version
223
223
  version: '0'
224
+ segments:
225
+ - 0
226
+ hash: 4084276637561648362
224
227
  required_rubygems_version: !ruby/object:Gem::Requirement
225
228
  none: false
226
229
  requirements:
227
230
  - - ! '>='
228
231
  - !ruby/object:Gem::Version
229
232
  version: '0'
233
+ segments:
234
+ - 0
235
+ hash: 4084276637561648362
230
236
  requirements: []
231
237
  rubyforge_project:
232
238
  rubygems_version: 1.8.25