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: be6414ac167ae2ee47c461f887f5e38557e9bc1f
4
- data.tar.gz: 30c0619e2c650ab109adc4a47af914326dc6a699
3
+ metadata.gz: 30975fed8d563ae146155f5dd5a4ebe4b0abb861
4
+ data.tar.gz: ba2bff2e3e25eee710c564b153bf61c05d07a44f
5
5
  SHA512:
6
- metadata.gz: cc93bf29866e627e137c90b557acbe22f360ba6f1c3dcf847fc1aa1187beee2d68d8dc40cd80d81c052f6742afc8d8bb76c8b320b12d6859521965f4d8aa05d2
7
- data.tar.gz: 00c0d0fbecbb399f0553128ff1dc5686a9d022031783db4faa4aa4b60860aa554433050f623bc01381885cbe0fcf689d999a7f9e6c9a34d17c6c4d7e8eaa407a
6
+ metadata.gz: ad3a0009ff1771d4feddb626e3eb4e4a737b3a0c2394e6b0fd5844f12e23aded98d9dd71c57f7dd96d6a3b00a7e93f6e4fd367f90bb744e2c02af2eea2bd679c
7
+ data.tar.gz: 5d09fc9d042e67a6e03bdbf377e8242b9e307a64ae66aaf0d4c48b395cb72d3f0511a6cf8f13ff2a82fb753926c65328b609916a1ccbb6792660060d936ab8a1
@@ -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/active_record_<_4.2/type_helpers"
9
- require "hstore_accessor/active_record_<_4.2/time_helper"
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"
@@ -1,3 +1,3 @@
1
1
  module HstoreAccessor
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
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.0
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-02-10 00:00:00.000000000 Z
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/active_record_<_4.2/time_helper.rb
196
- - lib/hstore_accessor/active_record_<_4.2/type_helpers.rb
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