ec2-snapshot-replicator 0.1.6 → 0.1.7

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: e76a98d90f4b840f3ea01b178317d30e88dca806
4
- data.tar.gz: 637316bd93c36171d55ec98321cc81f2a96f9d3e
3
+ metadata.gz: fa919a99e028dae52bf71d6f337446a69b85e43c
4
+ data.tar.gz: 6c3a4143c1c532be90597ccfa37666272d9a72ea
5
5
  SHA512:
6
- metadata.gz: bef10b15631a907db01cea47c1f28ead086a65f2d9ec6a599959ca86e88a8046e50ddb660856026d3acdf27707f674a3143c8995747d96d0530f6b35662ea983
7
- data.tar.gz: 4545809da58599e4374e2f16291ac44329a646bdc751f39330d79670ff2d266ffff38c3fed7a2b5b2e377c427eabc40f81691e09412674c9e2579d535bd2b25d
6
+ metadata.gz: 4f53f9cceea70a348647a68c41a87ea6ed9a3995a7accda95254daf48af1b121bdf718df43ab6277406b8527bbb3dcd1dd13013134e0de5349717b9e1193b680
7
+ data.tar.gz: 724f561ecf33b3d54dfcf42e2f02f6eb858078dca6b32be1e39a8bd841c2b77058dd1a36981062dd648b4ebc87d713b6056f54214505b8b1dbd07187a2668869
@@ -66,7 +66,7 @@ module EC2
66
66
  res = @destination_ec2.snapshot(snapshot.id).copy(
67
67
  source_region: @config.source_region,
68
68
  destination_region: @config.destination_region,
69
- description: snapshot.description,
69
+ description: "(replicated) #{snapshot.description}",
70
70
  )
71
71
 
72
72
  Logger.debug "[#{res.snapshot_id}] created in #{@config.destination_region}"
@@ -1,7 +1,7 @@
1
1
  module EC2
2
2
  module Snapshot
3
3
  module Replicator
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai