activerecord-chemistry 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- data/lib/activerecord/chemistry/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e715b869aa03244d5ec209841b0fddba10ffc3ae
|
4
|
+
data.tar.gz: d7e81a3fa3603116a0a8175f7d4cbcd439d5ee4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a971134ed5c682624be7d1675edde34d38b66a20786efe07d3495606f09feb014c781fc3e7cfccc95dc7de3afa7d184567e191ebfecb79c42eef4d3846d608b
|
7
|
+
data.tar.gz: bd9f8bec9adc0c4132288ebfaabfd0463637638bac45f85d0533cae39a0d36a77b0b98e1cb1300b8de8eea23d35e41b06ef4ed15ca4cfefb3a1ab64840b7e24d
|
data/Gemfile.lock
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
activerecord-chemistry (0.1.
|
4
|
+
activerecord-chemistry (0.1.1)
|
5
5
|
activerecord (>= 5.1)
|
6
6
|
activesupport (>= 5.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activemodel (5.1.
|
12
|
-
activesupport (= 5.1.
|
13
|
-
activerecord (5.1.
|
14
|
-
activemodel (= 5.1.
|
15
|
-
activesupport (= 5.1.
|
11
|
+
activemodel (5.1.4)
|
12
|
+
activesupport (= 5.1.4)
|
13
|
+
activerecord (5.1.4)
|
14
|
+
activemodel (= 5.1.4)
|
15
|
+
activesupport (= 5.1.4)
|
16
16
|
arel (~> 8.0)
|
17
|
-
activesupport (5.1.
|
17
|
+
activesupport (5.1.4)
|
18
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
19
|
i18n (~> 0.7)
|
20
20
|
minitest (~> 5.1)
|
@@ -41,7 +41,7 @@ GEM
|
|
41
41
|
powerpack (0.1.1)
|
42
42
|
rainbow (2.2.2)
|
43
43
|
rake
|
44
|
-
rake (12.
|
44
|
+
rake (12.1.0)
|
45
45
|
rspec (3.6.0)
|
46
46
|
rspec-core (~> 3.6.0)
|
47
47
|
rspec-expectations (~> 3.6.0)
|
@@ -67,7 +67,7 @@ GEM
|
|
67
67
|
docile (~> 1.1.0)
|
68
68
|
json (>= 1.8, < 3)
|
69
69
|
simplecov-html (~> 0.10.0)
|
70
|
-
simplecov-html (0.10.
|
70
|
+
simplecov-html (0.10.2)
|
71
71
|
sqlite3 (1.3.13)
|
72
72
|
term-ansicolor (1.6.0)
|
73
73
|
tins (~> 1.0)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-chemistry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thom Bruce
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sqlite3
|