active_datastore 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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2JiODZjNzc2NTVkYzI4MmI4NWFmNjFjODY5MmM0MmNmNWI5YzFhMw==
4
+ ZDI5NzZkYWNkN2EzZGZkYTBlNDA2ZjU0NzkyNTQ1MjgwZWY3YThjOQ==
5
5
  data.tar.gz: !binary |-
6
- YTliNGVmOWEzOTZkN2ViYWI4YWQ3M2E3OTUzZTFlMDU3ZWY4ODJkZA==
6
+ MWIwMDlkYmZmMDkxNGE4MmM2MzU3YzRiM2RjY2Y4NzJmNjMzMDgwOQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- OWY4YWVjZGUxOTYxODEwMjIyMzQwZjJkMjkxOTkyZjE0NjU0MGJkMzliMjkx
10
- ODViNGFlMDc2MWNmZGQyYmQyZTQ1YjI5MDBlNzgzNDFhNTQ0N2QxZDI1ZWEz
11
- M2UzNjg2MjFlOGZlODhlNzkwYzVhZjU1YTNlY2NmYWRjNjUzYjI=
9
+ NmY2NGZiYjQ1OTgwOTUwNWI1YmFmZTU0YTJlZmUwMjlkNDc2ODA4N2Q0Nzhi
10
+ ZjhlOTk1N2Q2YjUxODIzODM0YzgwNjQ3ODI5ZmNjMWRiMjcxNTUzYTY0NDFl
11
+ YTdiMjM3ZmMwY2RlYjA4MDJkYzVlM2JhNDc5NmVhNDAzZWY4MmU=
12
12
  data.tar.gz: !binary |-
13
- OTc2ZmI2ZTMxMDdmNmI0YzlhNDZhMTQyMjIyYzNiYzJjMzcxN2VlNDMxMTQ1
14
- YmI0NjVmODU1MTIyYWE3YzNkMDM2ZGJlMzI0YjQ0NjNjMjQzOTRlNGEwMmEz
15
- NTRjYWUwOWY2MDZmNGI5NmU5ZWQ1ZTVhY2ExMWJlYjhkOTA2MTc=
13
+ NGNlNGNlYWE5ZDQzMTk2ZDg0MGM1Nzc1NDFkZWRjNzA1ZjU5ZWQ5MGRlOTM5
14
+ ZThmZjk0MTdmMWFjOWYyYjZiOGRkZjlhN2ZlZjliNGMzNDExNzNlZWRkOTI4
15
+ NmI4ZGI1ZjEyZjg4Y2FhNGE1ZDk2M2NjZDM5NzFiYTMwZjQxMTI=
data/Gemfile CHANGED
@@ -6,6 +6,7 @@ gem 'json'
6
6
  gem 'oj'
7
7
  gem 'active_support'
8
8
  gem 'i18n'
9
+
9
10
  gemspec
10
11
 
11
12
  gem 'rspec'
@@ -18,6 +18,13 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
+ spec.add_runtime_dependency 'google-api-client'
22
+ spec.add_runtime_dependency 'json'
23
+ spec.add_runtime_dependency 'oj'
24
+ spec.add_runtime_dependency 'active_support'
25
+ spec.add_runtime_dependency 'i18n'
26
+
21
27
  spec.add_development_dependency "bundler", "~> 1.3"
22
28
  spec.add_development_dependency "rake"
29
+
23
30
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveDatastore
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,15 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_datastore
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
  - Sudhir Jonathan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-01 00:00:00.000000000 Z
11
+ date: 2013-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: google-api-client
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: json
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: oj
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: active_support
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: i18n
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ! '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ! '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
13
83
  - !ruby/object:Gem::Dependency
14
84
  name: bundler
15
85
  requirement: !ruby/object:Gem::Requirement