puter 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/puter/version.rb +1 -1
- data/puter.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90738b9c2e3bb69f880da3675c5ccde853bc23b5
|
4
|
+
data.tar.gz: 5942107480bd1378bfbfb339e49badbcd9adf3ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb3bd5780ebf34447a30092e2b34ddad1b9ad8f08062b24fd2e76279e754bf514c702428fd7732b9a5cfbe5ab3e9d6d6223afe60a791442ea5289f131788b734
|
7
|
+
data.tar.gz: 83985e934d6a10f643dc106e14278ac1161d6d8e14e5a45e6ae73d33af6e3337ca471e7df774294a291c0e05e129370ad01505732812ae619a6db567590df449
|
data/lib/puter/version.rb
CHANGED
data/puter.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Puter::VERSION
|
9
9
|
spec.authors = ['Brian Dupras', 'Dave Smith', 'Gerred Dillon']
|
10
10
|
spec.email = ['brian@duprasville.com', 'dawsmith8@gmail.com', 'hello@gerred.com']
|
11
|
-
spec.summary = %q{
|
12
|
-
spec.description = %q{
|
11
|
+
spec.summary = %q{A tool to quickly and easily provision virtual machine images and instances directly on virtualization and cloud providers.}
|
12
|
+
spec.description = %q{A tool to quickly and easily provision virtual machine images and instances directly on virtualization and cloud providers.}
|
13
13
|
spec.homepage = 'https://github.com/vmtricks/puter'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Dupras
|
@@ -124,7 +124,8 @@ dependencies:
|
|
124
124
|
- - "~>"
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: '1.2'
|
127
|
-
description:
|
127
|
+
description: A tool to quickly and easily provision virtual machine images and instances
|
128
|
+
directly on virtualization and cloud providers.
|
128
129
|
email:
|
129
130
|
- brian@duprasville.com
|
130
131
|
- dawsmith8@gmail.com
|
@@ -184,7 +185,8 @@ rubyforge_project:
|
|
184
185
|
rubygems_version: 2.2.2
|
185
186
|
signing_key:
|
186
187
|
specification_version: 4
|
187
|
-
summary:
|
188
|
+
summary: A tool to quickly and easily provision virtual machine images and instances
|
189
|
+
directly on virtualization and cloud providers.
|
188
190
|
test_files:
|
189
191
|
- spec/cli/vm_spec.rb
|
190
192
|
- spec/fixtures/Puterfile
|