hstore_translate 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +8 -8
- data/lib/hstore_translate/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
hstore_translate (0.0.
|
5
|
-
activerecord (= 4.0.0.
|
4
|
+
hstore_translate (0.0.8)
|
5
|
+
activerecord (= 4.0.0.rc2)
|
6
6
|
activerecord-postgres-hstore (~> 0.7.0)
|
7
7
|
pg
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: http://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activemodel (4.0.0.
|
13
|
-
activesupport (= 4.0.0.
|
12
|
+
activemodel (4.0.0.rc2)
|
13
|
+
activesupport (= 4.0.0.rc2)
|
14
14
|
builder (~> 3.1.0)
|
15
|
-
activerecord (4.0.0.
|
16
|
-
activemodel (= 4.0.0.
|
15
|
+
activerecord (4.0.0.rc2)
|
16
|
+
activemodel (= 4.0.0.rc2)
|
17
17
|
activerecord-deprecated_finders (~> 1.0.2)
|
18
|
-
activesupport (= 4.0.0.
|
18
|
+
activesupport (= 4.0.0.rc2)
|
19
19
|
arel (~> 4.0.0)
|
20
20
|
activerecord-deprecated_finders (1.0.2)
|
21
21
|
activerecord-postgres-hstore (0.7.6)
|
22
22
|
activerecord (>= 3.1)
|
23
23
|
pg-hstore (>= 1.1.5)
|
24
24
|
rake
|
25
|
-
activesupport (4.0.0.
|
25
|
+
activesupport (4.0.0.rc2)
|
26
26
|
i18n (~> 0.6, >= 0.6.4)
|
27
27
|
minitest (~> 4.2)
|
28
28
|
multi_json (~> 1.3)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hstore_translate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
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: 2013-06-
|
12
|
+
date: 2013-06-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|