cloud_snapshooter 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78b174d2a8a83a53d5a0501a870c40e428a889c2
4
- data.tar.gz: 32f0ccbc6d7467dc5317dd7f6680f9a6e514eaed
3
+ metadata.gz: 4540fdd58529e972bb236bbe2f360ed923b50795
4
+ data.tar.gz: 33612d801828546dd165064e9a1977dd05561861
5
5
  SHA512:
6
- metadata.gz: 268aca488a59db64757a3df31173e2c4258c219e87bddea20245de7b7d3d9ecae4ef11c617e08fd4c3982b231038c8e138cafb1dd3c596274cf9c0ba066b47e9
7
- data.tar.gz: ac61d693e80a4877b610d1ecf07058fbc1feb6350cddff2c4c914875d243b7d0af1320f4fbbd53d34a357d6f2c64f14cd46517318294faf21c75581650d492fd
6
+ metadata.gz: ca34c5dfdc3c85e798bfc1df1082e2b3e0c362cb8635b11c568970f8258534a5bb8a77b86e33b3016de9a9318d665f59c1e72e9ddf89943fded2bc70399278f4
7
+ data.tar.gz: 774790114f65a56c0dd7b7af7888d0ff7de3e74a36dfd673bd836b444a3047f824172ee4960986867cb925ebbd58e14854beb5ca82b4035e7e8f51c6004b2403
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
- /vendor/bundle/
4
3
  /Gemfile.lock
5
4
  /_yardoc/
6
5
  /coverage/
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Create cloud snapshot.
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/cloud_snapshooter.svg)](http://badge.fury.io/rb/cloud_snapshooter)
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
@@ -25,9 +27,9 @@ Or install it yourself as:
25
27
  Export environment variable
26
28
 
27
29
  ```bash
28
- $ AWS_ACCESS_KEY=XXXXXXXX
29
- $ AWS_SECRET_KEY=YYYYYYYY
30
- $ AWS_REGION=ZZZZZZZZ
30
+ $ export AWS_ACCESS_KEY=XXXXXXXX
31
+ $ export AWS_SECRET_KEY=YYYYYYYY
32
+ $ export AWS_REGION=ZZZZZZZZ
31
33
  ```
32
34
 
33
35
  Create ec2 volume snapshot
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = CloudSnapshooter::VERSION
9
9
  spec.authors = ["Kota Kunishima"]
10
10
  spec.email = ["kunishima@feedforce.jp"]
11
- spec.summary = %q{create cloud snapshot}
12
- spec.description = %q{create cloud snapshot}
11
+ spec.summary = %q{Take cloud snapshot}
12
+ spec.description = %q{Take cloud snapshot}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module CloudSnapshooter
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_snapshooter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kota Kunishima
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-11 00:00:00.000000000 Z
11
+ date: 2014-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: create cloud snapshot
55
+ description: Take cloud snapshot
56
56
  email:
57
57
  - kunishima@feedforce.jp
58
58
  executables: []
@@ -90,5 +90,5 @@ rubyforge_project:
90
90
  rubygems_version: 2.2.2
91
91
  signing_key:
92
92
  specification_version: 4
93
- summary: create cloud snapshot
93
+ summary: Take cloud snapshot
94
94
  test_files: []