buzzoink 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/buzzoink/version.rb +1 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -25,7 +25,7 @@ For a full list of configuration options, check the documentation.
25
25
  c.aws_access_key_id = 'accesskey'
26
26
  c.aws_secret_access_key = 'secretkey'
27
27
  c.instance_settings = :production
28
- c.max_machines = 20 # This will be 60 if spot reservations fire
28
+ c.max_instances = 20 # This will be 60 if spot reservations fire
29
29
  c.key_name = 'mysecretkey'
30
30
  c.epoch = DateTime.now.ago(1.hour)
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module Buzzoink
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: buzzoink
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Hagar
@@ -134,7 +134,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - ">="
136
136
  - !ruby/object:Gem::Version
137
- hash: 1167849370257078822
137
+ hash: 2342395280321219716
138
138
  segments:
139
139
  - 0
140
140
  version: "0"
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  requirements:
144
144
  - - ">="
145
145
  - !ruby/object:Gem::Version
146
- hash: 1167849370257078822
146
+ hash: 2342395280321219716
147
147
  segments:
148
148
  - 0
149
149
  version: "0"