ec2-snapshot-replicator 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b48d31de7f61485b9989ba74e0b87202f35f5fd5
4
- data.tar.gz: a9b6f7f55d77bf5b89ebd977cd8784a0ef9d3d1b
3
+ metadata.gz: 9cfd0af2c25a8b0e4fc0043bb413b9e6539c4962
4
+ data.tar.gz: 977cb62e04895574d962eabce9a6348ac5e9801a
5
5
  SHA512:
6
- metadata.gz: b3e2a3cba19ef7822db45f9610bf2c87718cceb1cffa4f05ec6aad9879141de044f6b5d1ae389b02b8948f270eb2d4917381c3e6dc2c851a383f90e0aabd9476
7
- data.tar.gz: 1e1dabbd1780bab1f4b36c6096f5c9f0ccbe264adb7663b1fca10d651d5ea83847cf6dad518bc8afea7933b54c3f01e51b4167d5a5026fdbd00e439ad21ae9ca
6
+ metadata.gz: 6fcdac97d59107984141eaf5ca22d837568e1d1729ffb2b63286b9e67d7c06f81ff62b1f33207711852eb1be6a13dc9241767157d5b830afa0a8ef3a1b8e3e7a
7
+ data.tar.gz: f687938b4176ce9d5567590795ef01e4efc6d5c8764ec6743e456806096b81d4aa6d0793b6867845bef177326f1f3e8b66fccd5cf02408a12155d3c35d79d543
File without changes
@@ -1,7 +1,7 @@
1
1
  module EC2
2
2
  module Snapshot
3
3
  module Replicator
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2-snapshot-replicator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai
@@ -83,7 +83,8 @@ dependencies:
83
83
  description:
84
84
  email:
85
85
  - ryota.arai@gmail.com
86
- executables: []
86
+ executables:
87
+ - ec2-snapshot-replicator
87
88
  extensions: []
88
89
  extra_rdoc_files: []
89
90
  files:
@@ -95,9 +96,9 @@ files:
95
96
  - README.md
96
97
  - Rakefile
97
98
  - bin/console
98
- - bin/ec2-snapshot-replicator
99
99
  - bin/setup
100
100
  - ec2-snapshot-replicator.gemspec
101
+ - exe/ec2-snapshot-replicator
101
102
  - lib/ec2/snapshot/replicator.rb
102
103
  - lib/ec2/snapshot/replicator/cli.rb
103
104
  - lib/ec2/snapshot/replicator/config.rb