ddbcli 0.3.6 → 0.3.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.
@@ -94,6 +94,10 @@ rule
94
94
  {
95
95
  {:hash => {:name => val[0], :type => val[1]}, :range => nil, :indices => nil}
96
96
  }
97
+ | IDENTIFIER attr_type_list HASH ',' index_definition_list
98
+ {
99
+ {:hash => {:name => val[0], :type => val[1]}, :range => nil, :indices => val[4]}
100
+ }
97
101
  | IDENTIFIER attr_type_list HASH ',' IDENTIFIER attr_type_list RANGE
98
102
  {
99
103
  {:hash => {:name => val[0], :type => val[1]}, :range => {:name => val[4], :type => val[5]}, :indices => nil}
@@ -1,5 +1,5 @@
1
1
  module DynamoDB
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
3
3
  end
4
4
 
5
5
  Version = DynamoDB::VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddbcli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-29 00:00:00.000000000 Z
11
+ date: 2014-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json