alephant-harness 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 445339854ef761f7192b986877399c3091bfba01
4
- data.tar.gz: 5dcfbadaf88e308fae957aa48e430a6cbdf4321f
3
+ metadata.gz: 47edb23f096646efc47034041adcabb9c5dcb9be
4
+ data.tar.gz: 0da7afb55c7383d94acd8567d52e069c819abf7c
5
5
  SHA512:
6
- metadata.gz: eecc2c6fea73e390e48c1dd531823cba8bb734a4b827dfcb20c99de4bccc8ff5176213dae3a68931e97ac7b302a28417399c5d78e539179ed0352f2db846787e
7
- data.tar.gz: 631312304a8a6be7413f4326d7d701f819d5cca68620ec29600d87cf444f8fd67a6687c91cf28a6a802702b4e1ee7a7fd0d97cedf204093ecd37d4593a85f73d
6
+ metadata.gz: ff77ad0581b499c1ebf4ef92d7dd2ee3599775dead329280abf5db88307d5f33c2f71c46146ff72e6be7903bf6acfc1df7746f72418a943b2ccbe14e1281451c
7
+ data.tar.gz: 8938cc766089cf960dc2e1c03a465f8842d33fffef56ee7c3392b2f6325695c721f9efa7207428b026f7de5cfc5f3ededbcb660a73413684a1150f6a4268dd8d
@@ -1,5 +1,5 @@
1
1
  module Alephant
2
2
  module Harness
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -1,15 +1,21 @@
1
1
  :attribute_definitions:
2
- -
3
- :attribute_name: 'key'
2
+ -
3
+ :attribute_name: 'batch_version'
4
+ :attribute_type: 'N'
5
+ -
6
+ :attribute_name: 'component_key'
4
7
  :attribute_type: 'S'
5
-
8
+
6
9
  :table_name: ''
7
10
 
8
11
  :key_schema:
9
- -
10
- :attribute_name: 'key'
12
+ -
13
+ :attribute_name: 'component_key'
11
14
  :key_type: 'HASH'
15
+ -
16
+ :attribute_name: 'batch_version'
17
+ :key_type: 'RANGE'
12
18
 
13
19
  :provisioned_throughput:
14
20
  :read_capacity_units: 10
15
- :write_capacity_units: 10
21
+ :write_capacity_units: 10
@@ -1,21 +1,16 @@
1
1
  :attribute_definitions:
2
- -
3
- :attribute_name: 'batch_version'
4
- :attribute_type: 'N'
5
- -
6
- :attribute_name: 'component_key'
2
+ -
3
+ :attribute_name: 'key'
7
4
  :attribute_type: 'S'
8
-
5
+
9
6
  :table_name: ''
10
7
 
11
8
  :key_schema:
12
- -
13
- :attribute_name: 'component_key'
9
+ -
10
+ :attribute_name: 'key'
14
11
  :key_type: 'HASH'
15
- -
16
- :attribute_name: 'batch_version'
17
- :key_type: 'RANGE'
18
12
 
19
13
  :provisioned_throughput:
20
14
  :read_capacity_units: 10
21
- :write_capacity_units: 10
15
+ :write_capacity_units: 10
16
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alephant-harness
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
  - Steven Jack