active_type 0.7.5 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.ruby-version +1 -1
- data/.travis.yml +26 -45
- data/CHANGELOG.md +6 -0
- data/Gemfile +1 -0
- data/{gemfiles/Gemfile.3.2.mysql2 → Gemfile.3.2.mysql2} +3 -2
- data/{gemfiles/Gemfile.3.2.mysql2.lock → Gemfile.3.2.mysql2.lock} +14 -12
- data/{gemfiles/Gemfile.3.2.sqlite3 → Gemfile.3.2.sqlite3} +3 -2
- data/{gemfiles/Gemfile.3.2.sqlite3.lock → Gemfile.3.2.sqlite3.lock} +14 -12
- data/{gemfiles/Gemfile.4.2.1.mysql2 → Gemfile.4.2.mysql2} +2 -1
- data/{gemfiles/Gemfile.4.2.1.mysql2.lock → Gemfile.4.2.mysql2.lock} +19 -17
- data/{gemfiles/Gemfile.4.2.1.pg → Gemfile.4.2.pg} +2 -1
- data/{gemfiles/Gemfile.4.2.1.pg.lock → Gemfile.4.2.pg.lock} +19 -17
- data/{gemfiles/Gemfile.4.2.1.sqlite3 → Gemfile.4.2.sqlite3} +2 -1
- data/{gemfiles/Gemfile.4.2.1.sqlite3.lock → Gemfile.4.2.sqlite3.lock} +19 -17
- data/{gemfiles/Gemfile.5.1.0.pg → Gemfile.5.1.pg} +2 -1
- data/{gemfiles/Gemfile.5.1.0.pg.lock → Gemfile.5.1.pg.lock} +17 -14
- data/{gemfiles/Gemfile.5.1.0.mysql2 → Gemfile.5.2.mysql2} +2 -1
- data/{gemfiles/Gemfile.5.1.0.mysql2.lock → Gemfile.5.2.mysql2.lock} +17 -14
- data/Gemfile.5.2.pg +9 -0
- data/Gemfile.5.2.pg.lock +59 -0
- data/{gemfiles/Gemfile.5.1.0.sqlite3 → Gemfile.5.2.sqlite3} +2 -1
- data/{gemfiles/Gemfile.5.1.0.sqlite3.lock → Gemfile.5.2.sqlite3.lock} +17 -14
- data/Gemfile.lock +1 -0
- data/README.md +2 -2
- data/Rakefile +35 -41
- data/lib/active_type/version.rb +1 -1
- metadata +23 -27
- data/gemfiles/Gemfile.4.0.sqlite3 +0 -8
- data/gemfiles/Gemfile.4.0.sqlite3.lock +0 -60
- data/gemfiles/Gemfile.4.1.sqlite3 +0 -8
- data/gemfiles/Gemfile.4.1.sqlite3.lock +0 -59
- data/gemfiles/Gemfile.5.0.0.mysql2.lock +0 -56
- data/gemfiles/Gemfile.5.0.0.pg.lock +0 -56
- data/gemfiles/Gemfile.5.0.0.sqlite3 +0 -8
- data/gemfiles/Gemfile.5.0.0.sqlite3.lock +0 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 7b2ea895daaf35c95480d9f313423d9f879e3172ebcd2b03b8f2546855abd50d
|
4
|
+
data.tar.gz: e65dc197f907b1ebeefb8f4677d64c8f912a4bdc0719980263898b1e3e43ec30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ac6ba4d9bdbbdee783d04fb2d7b7d2655d024938ef5403347f120808391535fbdb04ef0cddbb07304cc513e041836111aa6a8cd8bec8695f9714b0202301a2b
|
7
|
+
data.tar.gz: 6b43fc5f07838c9a3aa390961d2ef70010b3eb72bbec9752b5875aa7db9d4c0ae4a01b040605fdfcb2261b3d1460d261054166717f61c78825bc153d6c9c0890
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.3.8
|
data/.travis.yml
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
language: ruby
|
2
2
|
rvm:
|
3
|
-
- "2.
|
4
|
-
- "2.
|
5
|
-
- "2.3
|
3
|
+
- "2.3.8"
|
4
|
+
- "2.4.5"
|
5
|
+
- "2.5.3"
|
6
6
|
gemfile:
|
7
|
-
-
|
8
|
-
-
|
9
|
-
-
|
10
|
-
-
|
11
|
-
-
|
12
|
-
-
|
13
|
-
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
- gemfiles/Gemfile.5.1.0.pg
|
17
|
-
- gemfiles/Gemfile.5.1.0.sqlite3
|
7
|
+
- Gemfile.3.2.mysql2
|
8
|
+
- Gemfile.3.2.sqlite3
|
9
|
+
- Gemfile.4.2.mysql2
|
10
|
+
- Gemfile.4.2.pg
|
11
|
+
- Gemfile.4.2.sqlite3
|
12
|
+
- Gemfile.5.1.pg
|
13
|
+
- Gemfile.5.2.mysql2
|
14
|
+
- Gemfile.5.2.sqlite3
|
15
|
+
- Gemfile.5.2.pg
|
18
16
|
before_script:
|
19
17
|
- psql -c 'create database active_type_test;' -U postgres
|
20
18
|
- mysql -e 'create database IF NOT EXISTS active_type_test;'
|
@@ -24,38 +22,21 @@ cache: bundler
|
|
24
22
|
notifications:
|
25
23
|
email:
|
26
24
|
- fail@makandra.de
|
27
|
-
branches:
|
28
|
-
only:
|
29
|
-
- master
|
30
25
|
matrix:
|
31
26
|
exclude:
|
32
|
-
- rvm: "2.
|
33
|
-
gemfile:
|
34
|
-
- rvm: "2.
|
35
|
-
gemfile:
|
36
|
-
- rvm: "2.
|
37
|
-
gemfile:
|
38
|
-
- rvm: "2.
|
39
|
-
gemfile:
|
40
|
-
- rvm: "2.
|
41
|
-
gemfile:
|
42
|
-
- rvm: "2.
|
43
|
-
gemfile:
|
44
|
-
- rvm: "2.
|
45
|
-
gemfile:
|
46
|
-
- rvm: "2.1.7"
|
47
|
-
gemfile: gemfiles/Gemfile.5.1.0.mysql2
|
48
|
-
- rvm: "2.1.7"
|
49
|
-
gemfile: gemfiles/Gemfile.5.1.0.pg
|
50
|
-
- rvm: "2.2.4"
|
51
|
-
gemfile: gemfiles/Gemfile.4.0.sqlite3
|
52
|
-
- rvm: "2.2.4"
|
53
|
-
gemfile: gemfiles/Gemfile.4.2.1.mysql2
|
54
|
-
- rvm: "2.2.4"
|
55
|
-
gemfile: gemfiles/Gemfile.4.2.1.pg
|
56
|
-
- rvm: "2.2.4"
|
57
|
-
gemfile: gemfiles/Gemfile.3.2.mysql2
|
58
|
-
- rvm: "2.2.4"
|
59
|
-
gemfile: gemfiles/Gemfile.4.1.sqlite3
|
27
|
+
- rvm: "2.4.5"
|
28
|
+
gemfile: Gemfile.3.2.mysql2
|
29
|
+
- rvm: "2.4.5"
|
30
|
+
gemfile: Gemfile.3.2.sqlite3
|
31
|
+
- rvm: "2.5.3"
|
32
|
+
gemfile: Gemfile.3.2.mysql2
|
33
|
+
- rvm: "2.5.3"
|
34
|
+
gemfile: Gemfile.3.2.sqlite3
|
35
|
+
- rvm: "2.5.3"
|
36
|
+
gemfile: Gemfile.4.2.mysql2
|
37
|
+
- rvm: "2.5.3"
|
38
|
+
gemfile: Gemfile.4.2.pg
|
39
|
+
- rvm: "2.5.3"
|
40
|
+
gemfile: Gemfile.4.2.sqlite3
|
60
41
|
install:
|
61
42
|
- bundle install --no-deployment --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
|
5
5
|
ActiveType is in a pre-1.0 state. This means that its APIs and behavior are subject to breaking changes without deprecation notices. Until 1.0, version numbers will follow a [Semver][]-ish `0.y.z` format, where `y` is incremented when new features or breaking changes are introduced, and `z` is incremented for lesser changes or bug fixes.
|
6
6
|
|
7
|
+
## [1.0.0][] (2019-02-15)
|
8
|
+
|
9
|
+
* No code changes.
|
10
|
+
* Modernize list of supported Rails versions and Rubies.
|
11
|
+
|
12
|
+
|
7
13
|
## [0.7.5][] (2017-12-04)
|
8
14
|
|
9
15
|
* Fixed an `chird record did not match id` exception introduced in the 0.7.3 update when using `nests_one`. Credit to @cerdiogenes.
|
data/Gemfile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
./Gemfile.5.2.pg
|
@@ -1,9 +1,10 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
|
-
gem 'activerecord', '
|
3
|
+
gem 'activerecord', '~> 3.2.22.5'
|
4
4
|
gem 'rspec', '~> 3.4'
|
5
5
|
gem 'mysql2', '= 0.3.17'
|
6
6
|
gem 'rake'
|
7
|
+
gem 'gemika'
|
7
8
|
|
8
|
-
gem 'active_type', :path => '
|
9
|
+
gem 'active_type', :path => '.'
|
9
10
|
gem 'i18n', '=0.6.11' # 0.7 no longer builds for Ruby 1.8.7
|
@@ -1,28 +1,29 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: .
|
3
3
|
specs:
|
4
|
-
active_type (0.
|
4
|
+
active_type (1.0.0)
|
5
5
|
activerecord (>= 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (3.2.22)
|
11
|
-
activesupport (= 3.2.22)
|
10
|
+
activemodel (3.2.22.5)
|
11
|
+
activesupport (= 3.2.22.5)
|
12
12
|
builder (~> 3.0.0)
|
13
|
-
activerecord (3.2.22)
|
14
|
-
activemodel (= 3.2.22)
|
15
|
-
activesupport (= 3.2.22)
|
13
|
+
activerecord (3.2.22.5)
|
14
|
+
activemodel (= 3.2.22.5)
|
15
|
+
activesupport (= 3.2.22.5)
|
16
16
|
arel (~> 3.0.2)
|
17
17
|
tzinfo (~> 0.3.29)
|
18
|
-
activesupport (3.2.22)
|
18
|
+
activesupport (3.2.22.5)
|
19
19
|
i18n (~> 0.6, >= 0.6.4)
|
20
20
|
multi_json (~> 1.0)
|
21
21
|
arel (3.0.3)
|
22
22
|
builder (3.0.4)
|
23
23
|
diff-lcs (1.2.5)
|
24
|
+
gemika (0.3.4)
|
24
25
|
i18n (0.6.11)
|
25
|
-
multi_json (1.
|
26
|
+
multi_json (1.13.1)
|
26
27
|
mysql2 (0.3.17)
|
27
28
|
rake (10.4.2)
|
28
29
|
rspec (3.4.0)
|
@@ -38,18 +39,19 @@ GEM
|
|
38
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
39
40
|
rspec-support (~> 3.4.0)
|
40
41
|
rspec-support (3.4.1)
|
41
|
-
tzinfo (0.3.
|
42
|
+
tzinfo (0.3.55)
|
42
43
|
|
43
44
|
PLATFORMS
|
44
45
|
ruby
|
45
46
|
|
46
47
|
DEPENDENCIES
|
47
48
|
active_type!
|
48
|
-
activerecord (
|
49
|
+
activerecord (~> 3.2.22.5)
|
50
|
+
gemika
|
49
51
|
i18n (= 0.6.11)
|
50
52
|
mysql2 (= 0.3.17)
|
51
53
|
rake
|
52
54
|
rspec (~> 3.4)
|
53
55
|
|
54
56
|
BUNDLED WITH
|
55
|
-
1.
|
57
|
+
1.16.3
|
@@ -1,9 +1,10 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
|
-
gem 'activerecord', '
|
3
|
+
gem 'activerecord', '~> 3.2.22.5'
|
4
4
|
gem 'rspec', '~>3.4'
|
5
5
|
gem 'sqlite3'
|
6
6
|
gem 'rake'
|
7
|
+
gem 'gemika'
|
7
8
|
|
8
|
-
gem 'active_type', :path => '
|
9
|
+
gem 'active_type', :path => '.'
|
9
10
|
gem 'i18n', '=0.6.11' # 0.7 no longer builds for Ruby 1.8.7
|
@@ -1,28 +1,29 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: .
|
3
3
|
specs:
|
4
|
-
active_type (0.
|
4
|
+
active_type (1.0.0)
|
5
5
|
activerecord (>= 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (3.2.22)
|
11
|
-
activesupport (= 3.2.22)
|
10
|
+
activemodel (3.2.22.5)
|
11
|
+
activesupport (= 3.2.22.5)
|
12
12
|
builder (~> 3.0.0)
|
13
|
-
activerecord (3.2.22)
|
14
|
-
activemodel (= 3.2.22)
|
15
|
-
activesupport (= 3.2.22)
|
13
|
+
activerecord (3.2.22.5)
|
14
|
+
activemodel (= 3.2.22.5)
|
15
|
+
activesupport (= 3.2.22.5)
|
16
16
|
arel (~> 3.0.2)
|
17
17
|
tzinfo (~> 0.3.29)
|
18
|
-
activesupport (3.2.22)
|
18
|
+
activesupport (3.2.22.5)
|
19
19
|
i18n (~> 0.6, >= 0.6.4)
|
20
20
|
multi_json (~> 1.0)
|
21
21
|
arel (3.0.3)
|
22
22
|
builder (3.0.4)
|
23
23
|
diff-lcs (1.2.5)
|
24
|
+
gemika (0.3.4)
|
24
25
|
i18n (0.6.11)
|
25
|
-
multi_json (1.
|
26
|
+
multi_json (1.13.1)
|
26
27
|
rake (10.4.2)
|
27
28
|
rspec (3.4.0)
|
28
29
|
rspec-core (~> 3.4.0)
|
@@ -38,18 +39,19 @@ GEM
|
|
38
39
|
rspec-support (~> 3.4.0)
|
39
40
|
rspec-support (3.4.1)
|
40
41
|
sqlite3 (1.3.11)
|
41
|
-
tzinfo (0.3.
|
42
|
+
tzinfo (0.3.55)
|
42
43
|
|
43
44
|
PLATFORMS
|
44
45
|
ruby
|
45
46
|
|
46
47
|
DEPENDENCIES
|
47
48
|
active_type!
|
48
|
-
activerecord (
|
49
|
+
activerecord (~> 3.2.22.5)
|
50
|
+
gemika
|
49
51
|
i18n (= 0.6.11)
|
50
52
|
rake
|
51
53
|
rspec (~> 3.4)
|
52
54
|
sqlite3
|
53
55
|
|
54
56
|
BUNDLED WITH
|
55
|
-
1.
|
57
|
+
1.16.3
|
@@ -1,31 +1,32 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: .
|
3
3
|
specs:
|
4
|
-
active_type (0.
|
4
|
+
active_type (1.0.0)
|
5
5
|
activerecord (>= 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (4.2.
|
11
|
-
activesupport (= 4.2.
|
10
|
+
activemodel (4.2.11)
|
11
|
+
activesupport (= 4.2.11)
|
12
12
|
builder (~> 3.1)
|
13
|
-
activerecord (4.2.
|
14
|
-
activemodel (= 4.2.
|
15
|
-
activesupport (= 4.2.
|
13
|
+
activerecord (4.2.11)
|
14
|
+
activemodel (= 4.2.11)
|
15
|
+
activesupport (= 4.2.11)
|
16
16
|
arel (~> 6.0)
|
17
|
-
activesupport (4.2.
|
17
|
+
activesupport (4.2.11)
|
18
18
|
i18n (~> 0.7)
|
19
|
-
json (~> 1.7, >= 1.7.7)
|
20
19
|
minitest (~> 5.1)
|
21
20
|
thread_safe (~> 0.3, >= 0.3.4)
|
22
21
|
tzinfo (~> 1.1)
|
23
|
-
arel (6.0.
|
24
|
-
builder (3.2.
|
22
|
+
arel (6.0.4)
|
23
|
+
builder (3.2.3)
|
24
|
+
concurrent-ruby (1.1.4)
|
25
25
|
diff-lcs (1.2.5)
|
26
|
-
|
27
|
-
|
28
|
-
|
26
|
+
gemika (0.3.4)
|
27
|
+
i18n (0.9.5)
|
28
|
+
concurrent-ruby (~> 1.0)
|
29
|
+
minitest (5.11.3)
|
29
30
|
mysql2 (0.3.20)
|
30
31
|
rake (10.4.2)
|
31
32
|
rspec (3.4.0)
|
@@ -41,8 +42,8 @@ GEM
|
|
41
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
43
|
rspec-support (~> 3.4.0)
|
43
44
|
rspec-support (3.4.1)
|
44
|
-
thread_safe (0.3.
|
45
|
-
tzinfo (1.2.
|
45
|
+
thread_safe (0.3.6)
|
46
|
+
tzinfo (1.2.5)
|
46
47
|
thread_safe (~> 0.1)
|
47
48
|
|
48
49
|
PLATFORMS
|
@@ -51,9 +52,10 @@ PLATFORMS
|
|
51
52
|
DEPENDENCIES
|
52
53
|
active_type!
|
53
54
|
activerecord (~> 4.2.1)
|
55
|
+
gemika
|
54
56
|
mysql2 (~> 0.3.17)
|
55
57
|
rake
|
56
58
|
rspec (~> 3.4)
|
57
59
|
|
58
60
|
BUNDLED WITH
|
59
|
-
1.
|
61
|
+
1.16.3
|
@@ -1,31 +1,32 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: .
|
3
3
|
specs:
|
4
|
-
active_type (0.
|
4
|
+
active_type (1.0.0)
|
5
5
|
activerecord (>= 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (4.2.
|
11
|
-
activesupport (= 4.2.
|
10
|
+
activemodel (4.2.11)
|
11
|
+
activesupport (= 4.2.11)
|
12
12
|
builder (~> 3.1)
|
13
|
-
activerecord (4.2.
|
14
|
-
activemodel (= 4.2.
|
15
|
-
activesupport (= 4.2.
|
13
|
+
activerecord (4.2.11)
|
14
|
+
activemodel (= 4.2.11)
|
15
|
+
activesupport (= 4.2.11)
|
16
16
|
arel (~> 6.0)
|
17
|
-
activesupport (4.2.
|
17
|
+
activesupport (4.2.11)
|
18
18
|
i18n (~> 0.7)
|
19
|
-
json (~> 1.7, >= 1.7.7)
|
20
19
|
minitest (~> 5.1)
|
21
20
|
thread_safe (~> 0.3, >= 0.3.4)
|
22
21
|
tzinfo (~> 1.1)
|
23
|
-
arel (6.0.
|
24
|
-
builder (3.2.
|
22
|
+
arel (6.0.4)
|
23
|
+
builder (3.2.3)
|
24
|
+
concurrent-ruby (1.1.4)
|
25
25
|
diff-lcs (1.2.5)
|
26
|
-
|
27
|
-
|
28
|
-
|
26
|
+
gemika (0.3.4)
|
27
|
+
i18n (0.9.5)
|
28
|
+
concurrent-ruby (~> 1.0)
|
29
|
+
minitest (5.11.3)
|
29
30
|
pg (0.18.4)
|
30
31
|
rake (10.4.2)
|
31
32
|
rspec (3.4.0)
|
@@ -41,8 +42,8 @@ GEM
|
|
41
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
43
|
rspec-support (~> 3.4.0)
|
43
44
|
rspec-support (3.4.1)
|
44
|
-
thread_safe (0.3.
|
45
|
-
tzinfo (1.2.
|
45
|
+
thread_safe (0.3.6)
|
46
|
+
tzinfo (1.2.5)
|
46
47
|
thread_safe (~> 0.1)
|
47
48
|
|
48
49
|
PLATFORMS
|
@@ -51,9 +52,10 @@ PLATFORMS
|
|
51
52
|
DEPENDENCIES
|
52
53
|
active_type!
|
53
54
|
activerecord (~> 4.2.1)
|
55
|
+
gemika
|
54
56
|
pg
|
55
57
|
rake
|
56
58
|
rspec (~> 3.4)
|
57
59
|
|
58
60
|
BUNDLED WITH
|
59
|
-
1.
|
61
|
+
1.16.3
|
@@ -1,31 +1,32 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: .
|
3
3
|
specs:
|
4
|
-
active_type (0.
|
4
|
+
active_type (1.0.0)
|
5
5
|
activerecord (>= 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (4.2.
|
11
|
-
activesupport (= 4.2.
|
10
|
+
activemodel (4.2.11)
|
11
|
+
activesupport (= 4.2.11)
|
12
12
|
builder (~> 3.1)
|
13
|
-
activerecord (4.2.
|
14
|
-
activemodel (= 4.2.
|
15
|
-
activesupport (= 4.2.
|
13
|
+
activerecord (4.2.11)
|
14
|
+
activemodel (= 4.2.11)
|
15
|
+
activesupport (= 4.2.11)
|
16
16
|
arel (~> 6.0)
|
17
|
-
activesupport (4.2.
|
17
|
+
activesupport (4.2.11)
|
18
18
|
i18n (~> 0.7)
|
19
|
-
json (~> 1.7, >= 1.7.7)
|
20
19
|
minitest (~> 5.1)
|
21
20
|
thread_safe (~> 0.3, >= 0.3.4)
|
22
21
|
tzinfo (~> 1.1)
|
23
|
-
arel (6.0.
|
24
|
-
builder (3.2.
|
22
|
+
arel (6.0.4)
|
23
|
+
builder (3.2.3)
|
24
|
+
concurrent-ruby (1.1.4)
|
25
25
|
diff-lcs (1.2.5)
|
26
|
-
|
27
|
-
|
28
|
-
|
26
|
+
gemika (0.3.4)
|
27
|
+
i18n (0.9.5)
|
28
|
+
concurrent-ruby (~> 1.0)
|
29
|
+
minitest (5.11.3)
|
29
30
|
rake (10.4.2)
|
30
31
|
rspec (3.4.0)
|
31
32
|
rspec-core (~> 3.4.0)
|
@@ -41,8 +42,8 @@ GEM
|
|
41
42
|
rspec-support (~> 3.4.0)
|
42
43
|
rspec-support (3.4.1)
|
43
44
|
sqlite3 (1.3.11)
|
44
|
-
thread_safe (0.3.
|
45
|
-
tzinfo (1.2.
|
45
|
+
thread_safe (0.3.6)
|
46
|
+
tzinfo (1.2.5)
|
46
47
|
thread_safe (~> 0.1)
|
47
48
|
|
48
49
|
PLATFORMS
|
@@ -51,9 +52,10 @@ PLATFORMS
|
|
51
52
|
DEPENDENCIES
|
52
53
|
active_type!
|
53
54
|
activerecord (~> 4.2.1)
|
55
|
+
gemika
|
54
56
|
rake
|
55
57
|
rspec (~> 3.4)
|
56
58
|
sqlite3
|
57
59
|
|
58
60
|
BUNDLED WITH
|
59
|
-
1.
|
61
|
+
1.16.3
|
@@ -1,28 +1,30 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: .
|
3
3
|
specs:
|
4
|
-
active_type (0.
|
4
|
+
active_type (1.0.0)
|
5
5
|
activerecord (>= 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (5.1.1)
|
11
|
-
activesupport (= 5.1.1)
|
12
|
-
activerecord (5.1.1)
|
13
|
-
activemodel (= 5.1.1)
|
14
|
-
activesupport (= 5.1.1)
|
10
|
+
activemodel (5.1.6.1)
|
11
|
+
activesupport (= 5.1.6.1)
|
12
|
+
activerecord (5.1.6.1)
|
13
|
+
activemodel (= 5.1.6.1)
|
14
|
+
activesupport (= 5.1.6.1)
|
15
15
|
arel (~> 8.0)
|
16
|
-
activesupport (5.1.1)
|
16
|
+
activesupport (5.1.6.1)
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
-
i18n (
|
18
|
+
i18n (>= 0.7, < 2)
|
19
19
|
minitest (~> 5.1)
|
20
20
|
tzinfo (~> 1.1)
|
21
21
|
arel (8.0.0)
|
22
|
-
concurrent-ruby (1.
|
22
|
+
concurrent-ruby (1.1.4)
|
23
23
|
diff-lcs (1.3)
|
24
|
-
|
25
|
-
|
24
|
+
gemika (0.3.4)
|
25
|
+
i18n (1.5.3)
|
26
|
+
concurrent-ruby (~> 1.0)
|
27
|
+
minitest (5.11.3)
|
26
28
|
pg (0.21.0)
|
27
29
|
rake (12.0.0)
|
28
30
|
rspec (3.6.0)
|
@@ -39,7 +41,7 @@ GEM
|
|
39
41
|
rspec-support (~> 3.6.0)
|
40
42
|
rspec-support (3.6.0)
|
41
43
|
thread_safe (0.3.6)
|
42
|
-
tzinfo (1.2.
|
44
|
+
tzinfo (1.2.5)
|
43
45
|
thread_safe (~> 0.1)
|
44
46
|
|
45
47
|
PLATFORMS
|
@@ -48,9 +50,10 @@ PLATFORMS
|
|
48
50
|
DEPENDENCIES
|
49
51
|
active_type!
|
50
52
|
activerecord (~> 5.1.0)
|
53
|
+
gemika
|
51
54
|
pg
|
52
55
|
rake
|
53
56
|
rspec (~> 3.4)
|
54
57
|
|
55
58
|
BUNDLED WITH
|
56
|
-
1.
|
59
|
+
1.16.3
|
@@ -1,28 +1,30 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: .
|
3
3
|
specs:
|
4
|
-
active_type (0.
|
4
|
+
active_type (1.0.0)
|
5
5
|
activerecord (>= 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (5.1.1)
|
11
|
-
activesupport (= 5.1.1)
|
12
|
-
activerecord (5.1.1)
|
13
|
-
activemodel (= 5.1.1)
|
14
|
-
activesupport (= 5.1.1)
|
10
|
+
activemodel (5.1.6.1)
|
11
|
+
activesupport (= 5.1.6.1)
|
12
|
+
activerecord (5.1.6.1)
|
13
|
+
activemodel (= 5.1.6.1)
|
14
|
+
activesupport (= 5.1.6.1)
|
15
15
|
arel (~> 8.0)
|
16
|
-
activesupport (5.1.1)
|
16
|
+
activesupport (5.1.6.1)
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
|
-
i18n (
|
18
|
+
i18n (>= 0.7, < 2)
|
19
19
|
minitest (~> 5.1)
|
20
20
|
tzinfo (~> 1.1)
|
21
21
|
arel (8.0.0)
|
22
|
-
concurrent-ruby (1.
|
22
|
+
concurrent-ruby (1.1.4)
|
23
23
|
diff-lcs (1.3)
|
24
|
-
|
25
|
-
|
24
|
+
gemika (0.3.4)
|
25
|
+
i18n (1.5.3)
|
26
|
+
concurrent-ruby (~> 1.0)
|
27
|
+
minitest (5.11.3)
|
26
28
|
mysql2 (0.4.6)
|
27
29
|
rake (12.0.0)
|
28
30
|
rspec (3.6.0)
|
@@ -39,7 +41,7 @@ GEM
|
|
39
41
|
rspec-support (~> 3.6.0)
|
40
42
|
rspec-support (3.6.0)
|
41
43
|
thread_safe (0.3.6)
|
42
|
-
tzinfo (1.2.
|
44
|
+
tzinfo (1.2.5)
|
43
45
|
thread_safe (~> 0.1)
|
44
46
|
|
45
47
|
PLATFORMS
|
@@ -48,9 +50,10 @@ PLATFORMS
|
|
48
50
|
DEPENDENCIES
|
49
51
|
active_type!
|
50
52
|
activerecord (~> 5.1.0)
|
53
|
+
gemika
|
51
54
|
mysql2
|
52
55
|
rake
|
53
56
|
rspec (~> 3.4)
|
54
57
|
|
55
58
|
BUNDLED WITH
|
56
|
-
1.
|
59
|
+
1.16.3
|