uc3-dmp-dynamo 0.0.3 → 0.0.4

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
  SHA256:
3
- metadata.gz: b80170988e25aef1241fd264b2e3e6640420851e8c16209946a53067eda0d16a
4
- data.tar.gz: 0e88dba2cae7cb9bc5427f474eb3230ff627f806e433ea43ce1d7a3ff2de9ec0
3
+ metadata.gz: 8a3537f8c5fd1ccbf238e6f1229eba643ae138e5e2c5c0231a77bd04981a4e11
4
+ data.tar.gz: a62767c144ff42c1c1b8e07b526fb6bb804d1a23a58aaa7585ec0c5a4444b4e7
5
5
  SHA512:
6
- metadata.gz: 1384e8054db8fb6121631b3c7f32dc5180a6136115a84672613882af1edc07310cb069ab93d9c35e9126fdc993fd21e609c6a6d05b92f4b846da631c666a3658
7
- data.tar.gz: 98a6e2672a64efe161ca4d1893bed31a4da2252d2e22f3ec93b8cf4c638b32c5c6187b1b277b4d19c96068bc394166c5d03f11687d6a69390bbbeea7264833c8
6
+ metadata.gz: c0bd6548948a7171ad141987d0826b20af106d796ac42ff3ef2327ddb1acf6fd9003e8cdd9abecbf23f791d2ea4387fd169294cbf1582cb7fa72a7bc8c6e7846
7
+ data.tar.gz: 69578c3575ba0984ad86330c2179086f7ce930ba2bb05a0e158241796733a112d3099b0b0a2ab12e49ee4f150ebcb9b112eee1f345bde45e6cf1e586c0df0768
@@ -16,7 +16,7 @@ module Uc3DmpDynamo
16
16
  MSG_MISSING_TABLE = 'No Dynamo Table defined! Looking for `ENV[\'DYNAMO_TABLE\']`'
17
17
  MSG_DYNAMO_ERROR = 'Dynamo DB Table Error - %{msg} - %{trace}'
18
18
 
19
- attr_accessor: :connection, :table
19
+ attr_accessor :connection, :table
20
20
 
21
21
  def initialize(**args)
22
22
  @table = ENV['DYNAMO_TABLE']
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpDynamo
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-dynamo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley