joyent-provisioner 0.1.0 → 0.1.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/joyent-provisioner.gemspec +1 -1
- data/lib/provisioner/version.rb +1 -1
- metadata +5 -5
data/joyent-provisioner.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "joyent-provisioner"
|
|
8
8
|
spec.version = Provisioner::VERSION
|
|
9
9
|
spec.authors = ["Konstantin Gredeskoul", "Blake Irvin", "Richard Millan"]
|
|
10
|
-
spec.email = ["
|
|
10
|
+
spec.email = ["kigster@gmail.com", "bixu@wanelo.com", "richardiux@gmail.com"]
|
|
11
11
|
spec.description = %q{Wrapper gem around provisioning clusters of servers on Joyent cloud}
|
|
12
12
|
spec.summary = %q{Wrapper gem around provisioning clusters of servers on Joyent cloud}
|
|
13
13
|
spec.homepage = ""
|
data/lib/provisioner/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: joyent-provisioner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -175,9 +175,9 @@ dependencies:
|
|
|
175
175
|
version: '0'
|
|
176
176
|
description: Wrapper gem around provisioning clusters of servers on Joyent cloud
|
|
177
177
|
email:
|
|
178
|
-
-
|
|
178
|
+
- kigster@gmail.com
|
|
179
179
|
- bixu@wanelo.com
|
|
180
|
-
-
|
|
180
|
+
- richardiux@gmail.com
|
|
181
181
|
executables:
|
|
182
182
|
- provisioner
|
|
183
183
|
extensions: []
|
|
@@ -231,7 +231,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
231
231
|
version: '0'
|
|
232
232
|
segments:
|
|
233
233
|
- 0
|
|
234
|
-
hash:
|
|
234
|
+
hash: 2750024294066364636
|
|
235
235
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
none: false
|
|
237
237
|
requirements:
|
|
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
240
240
|
version: '0'
|
|
241
241
|
segments:
|
|
242
242
|
- 0
|
|
243
|
-
hash:
|
|
243
|
+
hash: 2750024294066364636
|
|
244
244
|
requirements: []
|
|
245
245
|
rubyforge_project:
|
|
246
246
|
rubygems_version: 1.8.24
|