mince_dynamo_db 0.0.4 → 0.0.5
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.
|
@@ -63,6 +63,10 @@ module MinceDynamoDb # :nodoc:
|
|
|
63
63
|
raise %(The method `MinceDynamoDb::DataStore.singleton.delete_by_params` is not implemented, you should implement it for us!)
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
+
def delete_collection(collection_name)
|
|
67
|
+
raise %(The method `MinceDynamoDb::DataStore.singleton.delete_collection` is not implemented, you should implement it for us!)
|
|
68
|
+
end
|
|
69
|
+
|
|
66
70
|
|
|
67
71
|
|
|
68
72
|
# Returns the primary key identifier for records. This is necessary because not all databases use the same
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mince_dynamo_db
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-06-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: aws-sdk
|
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
152
|
rubyforge_project: mince_dynamo_db
|
|
153
|
-
rubygems_version: 1.8.
|
|
153
|
+
rubygems_version: 1.8.24
|
|
154
154
|
signing_key:
|
|
155
155
|
specification_version: 3
|
|
156
156
|
summary: Lightweight ORM for Amazon's DynamoDB with Ruby Apps
|
|
@@ -159,3 +159,4 @@ test_files:
|
|
|
159
159
|
- spec/lib/connection_spec.rb
|
|
160
160
|
- spec/lib/data_store_spec.rb
|
|
161
161
|
- spec/support/aws_example.yml
|
|
162
|
+
has_rdoc:
|