puter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/puter/version.rb +1 -1
  3. data/puter.gemspec +2 -2
  4. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd5bc41c2b68e84e15dae9f1944aea76afdf75af
4
- data.tar.gz: b6651d0335a77c943ce1586b8841863218a4c8c5
3
+ metadata.gz: 90738b9c2e3bb69f880da3675c5ccde853bc23b5
4
+ data.tar.gz: 5942107480bd1378bfbfb339e49badbcd9adf3ca
5
5
  SHA512:
6
- metadata.gz: 11708fe516cecaa0344435886ee282af29e34ff93aafd4726c12a69acd0c5cfb6cbeca9084c06485a417b2e7686aca21b2c934a9ac7c8d9667d5e3bb11a24817
7
- data.tar.gz: 7cc8e3654e93c4cc889ac8a4c047aadb248c93deae086d01f56d715fe1f26756d341aa93331eb41e1679a5ac5f443e15aa98e96055efa317a5efb1ad7316649f
6
+ metadata.gz: cb3bd5780ebf34447a30092e2b34ddad1b9ad8f08062b24fd2e76279e754bf514c702428fd7732b9a5cfbe5ab3e9d6d6223afe60a791442ea5289f131788b734
7
+ data.tar.gz: 83985e934d6a10f643dc106e14278ac1161d6d8e14e5a45e6ae73d33af6e3337ca471e7df774294a291c0e05e129370ad01505732812ae619a6db567590df449
@@ -1,3 +1,3 @@
1
1
  module Puter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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{To be determined.}
12
- spec.description = %q{To be determined.}
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.1
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: To be determined.
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: To be determined.
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