hstore_accessor 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30975fed8d563ae146155f5dd5a4ebe4b0abb861
|
4
|
+
data.tar.gz: ba2bff2e3e25eee710c564b153bf61c05d07a44f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad3a0009ff1771d4feddb626e3eb4e4a737b3a0c2394e6b0fd5844f12e23aded98d9dd71c57f7dd96d6a3b00a7e93f6e4fd367f90bb744e2c02af2eea2bd679c
|
7
|
+
data.tar.gz: 5d09fc9d042e67a6e03bdbf377e8242b9e307a64ae66aaf0d4c48b395cb72d3f0511a6cf8f13ff2a82fb753926c65328b609916a1ccbb6792660060d936ab8a1
|
data/lib/hstore_accessor.rb
CHANGED
@@ -5,8 +5,8 @@ require "hstore_accessor/version"
|
|
5
5
|
if ::ActiveRecord::VERSION::STRING.to_f >= 4.2
|
6
6
|
require "hstore_accessor/active_record_4.2/type_helpers"
|
7
7
|
else
|
8
|
-
require "hstore_accessor/
|
9
|
-
require "hstore_accessor/
|
8
|
+
require "hstore_accessor/active_record_pre_4.2/type_helpers"
|
9
|
+
require "hstore_accessor/active_record_pre_4.2/time_helper"
|
10
10
|
end
|
11
11
|
|
12
12
|
require "hstore_accessor/serialization"
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hstore_accessor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joe Hirn
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2015-
|
15
|
+
date: 2015-03-03 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: activerecord
|
@@ -192,8 +192,8 @@ files:
|
|
192
192
|
- hstore_accessor.gemspec
|
193
193
|
- lib/hstore_accessor.rb
|
194
194
|
- lib/hstore_accessor/active_record_4.2/type_helpers.rb
|
195
|
-
- lib/hstore_accessor/
|
196
|
-
- lib/hstore_accessor/
|
195
|
+
- lib/hstore_accessor/active_record_pre_4.2/time_helper.rb
|
196
|
+
- lib/hstore_accessor/active_record_pre_4.2/type_helpers.rb
|
197
197
|
- lib/hstore_accessor/macro.rb
|
198
198
|
- lib/hstore_accessor/serialization.rb
|
199
199
|
- lib/hstore_accessor/version.rb
|