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.
- checksums.yaml +4 -4
- data/lib/ocean-dynamo/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1edea2a1dd072df524a42c558831b59f14044a92
|
4
|
+
data.tar.gz: 8186892ac7caaadc05ff76e1fc685b4066e6676c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29380a531e0f32547c377b316e707561680a0a07260584adc7ed26d48d72b688b76dc10719c0bb59cc2833198f77de671bd15657e5e9a9507a4bc7fc3edd0788
|
7
|
+
data.tar.gz: 9ef2050f6f9cadd6adcea44928996c43d438812dc4c1a89a7410c7a38a60d1c64befd835b7cdd41611205c5ce82e3770db2ab2570f98b08a7181942bd35bbbb7
|
data/lib/ocean-dynamo/version.rb
CHANGED
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.
|
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: "==
|
112
|
-
|
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
|