ocean-dynamo 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ocean-dynamo/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 339c58baa4132d2d0b311087fbad549938a548b0
4
- data.tar.gz: 070fcef8bb7d01c0b7bb1f1151389cae94388b51
3
+ metadata.gz: 1edea2a1dd072df524a42c558831b59f14044a92
4
+ data.tar.gz: 8186892ac7caaadc05ff76e1fc685b4066e6676c
5
5
  SHA512:
6
- metadata.gz: 421fae8d3ff273f4218fa6f4607a6d0538a36ab33490128d716ec8eb1e243333e9590f07a981e426eec8680af4860b2cafc12904b54c0117510c3f0ba4c9a4a8
7
- data.tar.gz: 0c7062fab4972a0008cc8e71078d407f4945fcf428a0f0bec36a268ca77ef94618db4abf8bd6bf6bcbf08049b45b60cc1c8fcaf7837bed43eaacdac83e88ae85
6
+ metadata.gz: 29380a531e0f32547c377b316e707561680a0a07260584adc7ed26d48d72b688b76dc10719c0bb59cc2833198f77de671bd15657e5e9a9507a4bc7fc3edd0788
7
+ data.tar.gz: 9ef2050f6f9cadd6adcea44928996c43d438812dc4c1a89a7410c7a38a60d1c64befd835b7cdd41611205c5ce82e3770db2ab2570f98b08a7181942bd35bbbb7
@@ -1,3 +1,3 @@
1
1
  module OceanDynamo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocean-dynamo
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
  - Peter Bengtson
@@ -108,8 +108,8 @@ dependencies:
108
108
  - - ~>
109
109
  - !ruby/object:Gem::Version
110
110
  version: 0.1.3
111
- description: "== ocean-dynamo\n\nThis is the OceanDynamo ruby gem, implementing a
112
- highly scalable Amazon DynamoDB near drop-in \nreplacement for ActiveRecord.\n\nOceanDynamo
111
+ description: "== OceanDynamo\n\nThis is the OceanDynamo ruby gem, implementing a highly
112
+ scalable Amazon DynamoDB near drop-in \nreplacement for ActiveRecord.\n\nOceanDynamo
113
113
  will use secondary indices to retrieve related table items, \nwhich means it will
114
114
  scale without limits. (NB: this is a pre-release which as yet doesn't\nimplement
115
115
  relations, but they are underway.)\n\nAs one important use case for OceanDynamo