dyna 0.1.2 → 0.1.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: 59261c32ba2fb0b4d8dca9285dbe7497b5da4be4
4
- data.tar.gz: 6ecb55bd6bb007d9fb1d38043785a14517758897
3
+ metadata.gz: 522346560fba95469e5786676cce6ebc9d8e0639
4
+ data.tar.gz: e39eb26753bc8dd402acb04c7dd9e056133d9c27
5
5
  SHA512:
6
- metadata.gz: 2bc3f65bacbd72e5bb5ea66841be66964012786e987333ac84e9f584fe7f42fb42bb05f5101ba07f5314b52d086e8865db6fe8422f77360d64c795f48efa41a8
7
- data.tar.gz: 7c469b0dc03b20a805152487e2a451153bb6ce6a8f870159f36bdfd0cca3247e96965be8451c31375bae0b14b26f9e2237fa2a3b7ce65d97a78345e36b6b52a3
6
+ metadata.gz: f1a6bf963c78f533ce2a275caf0eed7c80095c6c5026c797fd1333ab894f01f21aafc5df4726ad35bde6fc028ab5f0ce13a2d3b28433e875966019f42e8cf624
7
+ data.tar.gz: e8de53df536e9a5a382e143f44473e6d4d0bed0d561427655e381c6c2b811a4af566479d89716224d7ed83beeb09ed76a8815634c91a9f265aa4d7c69328a8ad
@@ -45,7 +45,6 @@ EOS
45
45
  end
46
46
 
47
47
  if table[:global_secondary_indexes]
48
- p table[:global_secondary_indexes]
49
48
  global_secondary_indexes_tmpl = <<-EOS.chomp
50
49
  <% table[:global_secondary_indexes].each do |index| %>
51
50
  global_secondary_index <%= index[:index_name].inspect %> do
data/lib/dyna/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dyna
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyna
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - wata