active_datastore 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MGQ0ZDdhOTg2MjdkNDM1ZjEwYzc5NzE4NzU0YzMyMGNmNTU4NjcxOA==
4
+ Y2JiODZjNzc2NTVkYzI4MmI4NWFmNjFjODY5MmM0MmNmNWI5YzFhMw==
5
5
  data.tar.gz: !binary |-
6
- NzQxYzljYjdiM2I3YWVmYWIwMDliMTEzM2ViYTQzY2UxZmVlMDM3Mw==
6
+ YTliNGVmOWEzOTZkN2ViYWI4YWQ3M2E3OTUzZTFlMDU3ZWY4ODJkZA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZGIwOTdmM2VjNGRmNjk5YmM3YjE5ZGMyY2UzNTk4ZWJmODhiNGM5NTczM2Vh
10
- OTJjMTEzZmJmYjJjOWE2NGIzM2I3ZWE2ZmE0NTEyMzMzMDViOWE3NTg2N2U2
11
- MDgzYWEzZDljNmY1OTIyZmUwOGZlNTdjYmRkODRkZTk5MmNmMDg=
9
+ OWY4YWVjZGUxOTYxODEwMjIyMzQwZjJkMjkxOTkyZjE0NjU0MGJkMzliMjkx
10
+ ODViNGFlMDc2MWNmZGQyYmQyZTQ1YjI5MDBlNzgzNDFhNTQ0N2QxZDI1ZWEz
11
+ M2UzNjg2MjFlOGZlODhlNzkwYzVhZjU1YTNlY2NmYWRjNjUzYjI=
12
12
  data.tar.gz: !binary |-
13
- ODE5MTlmYTdjNjU1MjdhMjIwMjUxMDU1MmM2MzY2MDc0M2U5YmQwZDI1MGJk
14
- ZDFjNzViOGQzYWZmYjRjNzdiNmY5MjZhNGViYzExNDdmMmZkNGI3NTIwN2Ey
15
- YTY2YTY3NWQ2NDgyY2EzMjk5MTFiMWE2ZWEyOTNlZjQxNjE4OGQ=
13
+ OTc2ZmI2ZTMxMDdmNmI0YzlhNDZhMTQyMjIyYzNiYzJjMzcxN2VlNDMxMTQ1
14
+ YmI0NjVmODU1MTIyYWE3YzNkMDM2ZGJlMzI0YjQ0NjNjMjQzOTRlNGEwMmEz
15
+ NTRjYWUwOWY2MDZmNGI5NmU5ZWQ1ZTVhY2ExMWJlYjhkOTA2MTc=
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = ActiveDatastore::VERSION
9
9
  spec.authors = ["Sudhir Jonathan"]
10
10
  spec.email = ["sudhir.j@gmail.com"]
11
- spec.description = "With the release of the Google Cloud Datastore API, its now possible to use the full power of Google's datastore in Ruby apps. ActiveDatastore is right now a clean wrapper over the API, and I'd like to take to a point where it's camparable and similar to ActiveRecord."
11
+ spec.description = "ODM (Object-Document-Mapper) for the Google Cloud Datastore."
12
12
  spec.summary = "ODM (Object-Document-Mapper) for the Google Cloud Datastore."
13
13
  spec.homepage = "https://github.com/sudhirj/active_datastore"
14
14
  spec.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module ActiveDatastore
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_datastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sudhir Jonathan
@@ -38,10 +38,7 @@ dependencies:
38
38
  - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: With the release of the Google Cloud Datastore API, its now possible
42
- to use the full power of Google's datastore in Ruby apps. ActiveDatastore is right
43
- now a clean wrapper over the API, and I'd like to take to a point where it's camparable
44
- and similar to ActiveRecord.
41
+ description: ODM (Object-Document-Mapper) for the Google Cloud Datastore.
45
42
  email:
46
43
  - sudhir.j@gmail.com
47
44
  executables: []