elasticache_snapshot 0.0.2 → 0.0.3

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: 6162037bf56882a329646bbea26d1b4a6afccfcd
4
- data.tar.gz: 2d0005af065879e8884b30ccaa0c6c56ae8a9f04
3
+ metadata.gz: edf159a3230f3e45e00108ca5ee697cc239410d1
4
+ data.tar.gz: 7fbc4279a61b522e7c8c87dece1d02571a0c1a1b
5
5
  SHA512:
6
- metadata.gz: 2cd11498ab69dff2c1b755f844ad40307f4f999c632c010bf7302ac59183d8469d02e21960538388ea40c7150eeb4eb89bd1400e05e53e8a6bf38658105e6bf6
7
- data.tar.gz: cf37e5202e55382e3eb8eddc495692adc59cfc8d95db158265f7862ae092be16747833b822ea1a640f5c55d2fe9f94a085baeb5f375c5c986f8a54549fdfe64a
6
+ metadata.gz: bf83a3879932eab6796fdb6798703f2671717f43d18d64a4c6b95b7da0662772a8b413652307d64b7a33151e3ad4e20b93540ce3fe074cde0f4468482ddd29bb
7
+ data.tar.gz: b6c8e45aaa46125904b11aa1e2bb3c8a219c76699e9ab1e16234b23c97c7d6c997c67d1f0ed7aea632c59b0b80f8f071b65f2ef536b2188832a8c5cbd75bc2aa
@@ -64,7 +64,6 @@ module Elasticachesnapshot
64
64
 
65
65
  def create_snapshot(snapshot_name)
66
66
  unless elaction_snapshot_node.include?("Error")
67
- snapshot_name = "snapshot-" + Time.now.to_i.to_s
68
67
  puts "Create #{snapshot_name} from #{elaction_snapshot_node}..."
69
68
  elc.create_snapshot({ :cache_cluster_id => elaction_snapshot_node, :snapshot_name => snapshot_name })
70
69
  else
@@ -1,3 +1,3 @@
1
1
  module ElasticacheSnapshot
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticache_snapshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yohei Kawahara(kappa)