active_type 0.7.5 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. checksums.yaml +5 -5
  2. data/.ruby-version +1 -1
  3. data/.travis.yml +26 -45
  4. data/CHANGELOG.md +6 -0
  5. data/Gemfile +1 -0
  6. data/{gemfiles/Gemfile.3.2.mysql2 → Gemfile.3.2.mysql2} +3 -2
  7. data/{gemfiles/Gemfile.3.2.mysql2.lock → Gemfile.3.2.mysql2.lock} +14 -12
  8. data/{gemfiles/Gemfile.3.2.sqlite3 → Gemfile.3.2.sqlite3} +3 -2
  9. data/{gemfiles/Gemfile.3.2.sqlite3.lock → Gemfile.3.2.sqlite3.lock} +14 -12
  10. data/{gemfiles/Gemfile.4.2.1.mysql2 → Gemfile.4.2.mysql2} +2 -1
  11. data/{gemfiles/Gemfile.4.2.1.mysql2.lock → Gemfile.4.2.mysql2.lock} +19 -17
  12. data/{gemfiles/Gemfile.4.2.1.pg → Gemfile.4.2.pg} +2 -1
  13. data/{gemfiles/Gemfile.4.2.1.pg.lock → Gemfile.4.2.pg.lock} +19 -17
  14. data/{gemfiles/Gemfile.4.2.1.sqlite3 → Gemfile.4.2.sqlite3} +2 -1
  15. data/{gemfiles/Gemfile.4.2.1.sqlite3.lock → Gemfile.4.2.sqlite3.lock} +19 -17
  16. data/{gemfiles/Gemfile.5.1.0.pg → Gemfile.5.1.pg} +2 -1
  17. data/{gemfiles/Gemfile.5.1.0.pg.lock → Gemfile.5.1.pg.lock} +17 -14
  18. data/{gemfiles/Gemfile.5.1.0.mysql2 → Gemfile.5.2.mysql2} +2 -1
  19. data/{gemfiles/Gemfile.5.1.0.mysql2.lock → Gemfile.5.2.mysql2.lock} +17 -14
  20. data/Gemfile.5.2.pg +9 -0
  21. data/Gemfile.5.2.pg.lock +59 -0
  22. data/{gemfiles/Gemfile.5.1.0.sqlite3 → Gemfile.5.2.sqlite3} +2 -1
  23. data/{gemfiles/Gemfile.5.1.0.sqlite3.lock → Gemfile.5.2.sqlite3.lock} +17 -14
  24. data/Gemfile.lock +1 -0
  25. data/README.md +2 -2
  26. data/Rakefile +35 -41
  27. data/lib/active_type/version.rb +1 -1
  28. metadata +23 -27
  29. data/gemfiles/Gemfile.4.0.sqlite3 +0 -8
  30. data/gemfiles/Gemfile.4.0.sqlite3.lock +0 -60
  31. data/gemfiles/Gemfile.4.1.sqlite3 +0 -8
  32. data/gemfiles/Gemfile.4.1.sqlite3.lock +0 -59
  33. data/gemfiles/Gemfile.5.0.0.mysql2.lock +0 -56
  34. data/gemfiles/Gemfile.5.0.0.pg.lock +0 -56
  35. data/gemfiles/Gemfile.5.0.0.sqlite3 +0 -8
  36. data/gemfiles/Gemfile.5.0.0.sqlite3.lock +0 -56
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f8e40c656b761439f7db54101905ac350792d30f
4
- data.tar.gz: e986dc29174d96c5d7da9b611e123d885bc1954f
2
+ SHA256:
3
+ metadata.gz: 7b2ea895daaf35c95480d9f313423d9f879e3172ebcd2b03b8f2546855abd50d
4
+ data.tar.gz: e65dc197f907b1ebeefb8f4677d64c8f912a4bdc0719980263898b1e3e43ec30
5
5
  SHA512:
6
- metadata.gz: 3565ee831f0c113f398cb341fff3d439081ab9c4ff23ec60d2ddd38601d3d93885d082be331cadda22b6b32ebc13140d6ac3ff01750883beea5d0a89e60f883f
7
- data.tar.gz: 6ae73d04f66d3634933a158cb5e808f7e7bee0df5894d46242a68fea2a5967a5dea464b56616f34b0c893917fba000f13e3fc15ac1bb857b1d70d20ea1b794e2
6
+ metadata.gz: 6ac6ba4d9bdbbdee783d04fb2d7b7d2655d024938ef5403347f120808391535fbdb04ef0cddbb07304cc513e041836111aa6a8cd8bec8695f9714b0202301a2b
7
+ data.tar.gz: 6b43fc5f07838c9a3aa390961d2ef70010b3eb72bbec9752b5875aa7db9d4c0ae4a01b040605fdfcb2261b3d1460d261054166717f61c78825bc153d6c9c0890
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.2.4
1
+ 2.3.8
data/.travis.yml CHANGED
@@ -1,20 +1,18 @@
1
1
  language: ruby
2
2
  rvm:
3
- - "2.1.7"
4
- - "2.2.4"
5
- - "2.3.1"
3
+ - "2.3.8"
4
+ - "2.4.5"
5
+ - "2.5.3"
6
6
  gemfile:
7
- - gemfiles/Gemfile.3.2.mysql2
8
- - gemfiles/Gemfile.3.2.sqlite3
9
- - gemfiles/Gemfile.4.0.sqlite3
10
- - gemfiles/Gemfile.4.1.sqlite3
11
- - gemfiles/Gemfile.4.2.1.mysql2
12
- - gemfiles/Gemfile.4.2.1.pg
13
- - gemfiles/Gemfile.4.2.1.sqlite3
14
- - gemfiles/Gemfile.5.0.0.sqlite3
15
- - gemfiles/Gemfile.5.1.0.mysql2
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.1.7"
33
- gemfile: gemfiles/Gemfile.4.0.sqlite3
34
- - rvm: "2.1.7"
35
- gemfile: gemfiles/Gemfile.4.2.1.mysql2
36
- - rvm: "2.1.7"
37
- gemfile: gemfiles/Gemfile.4.2.1.pg
38
- - rvm: "2.1.7"
39
- gemfile: gemfiles/Gemfile.3.2.mysql2
40
- - rvm: "2.1.7"
41
- gemfile: gemfiles/Gemfile.4.1.sqlite3
42
- - rvm: "2.1.7"
43
- gemfile: gemfiles/Gemfile.5.0.0.sqlite3
44
- - rvm: "2.1.7"
45
- gemfile: gemfiles/Gemfile.5.1.0.sqlite3
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.2.22'
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.7.5)
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.11.2)
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.46)
42
+ tzinfo (0.3.55)
42
43
 
43
44
  PLATFORMS
44
45
  ruby
45
46
 
46
47
  DEPENDENCIES
47
48
  active_type!
48
- activerecord (= 3.2.22)
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.15.4
57
+ 1.16.3
@@ -1,9 +1,10 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'activerecord', '=3.2.22'
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.7.5)
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.11.2)
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.46)
42
+ tzinfo (0.3.55)
42
43
 
43
44
  PLATFORMS
44
45
  ruby
45
46
 
46
47
  DEPENDENCIES
47
48
  active_type!
48
- activerecord (= 3.2.22)
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.15.4
57
+ 1.16.3
@@ -4,5 +4,6 @@ gem 'activerecord', '~>4.2.1'
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 => '.'
@@ -1,31 +1,32 @@
1
1
  PATH
2
- remote: ..
2
+ remote: .
3
3
  specs:
4
- active_type (0.7.5)
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.5)
11
- activesupport (= 4.2.5)
10
+ activemodel (4.2.11)
11
+ activesupport (= 4.2.11)
12
12
  builder (~> 3.1)
13
- activerecord (4.2.5)
14
- activemodel (= 4.2.5)
15
- activesupport (= 4.2.5)
13
+ activerecord (4.2.11)
14
+ activemodel (= 4.2.11)
15
+ activesupport (= 4.2.11)
16
16
  arel (~> 6.0)
17
- activesupport (4.2.5)
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.3)
24
- builder (3.2.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
- i18n (0.7.0)
27
- json (1.8.3)
28
- minitest (5.8.3)
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.5)
45
- tzinfo (1.2.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.15.4
61
+ 1.16.3
@@ -4,5 +4,6 @@ gem 'activerecord', '~>4.2.1'
4
4
  gem 'rspec', '~>3.4'
5
5
  gem 'pg'
6
6
  gem 'rake'
7
+ gem 'gemika'
7
8
 
8
- gem 'active_type', :path => '..'
9
+ gem 'active_type', :path => '.'
@@ -1,31 +1,32 @@
1
1
  PATH
2
- remote: ..
2
+ remote: .
3
3
  specs:
4
- active_type (0.7.5)
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.5)
11
- activesupport (= 4.2.5)
10
+ activemodel (4.2.11)
11
+ activesupport (= 4.2.11)
12
12
  builder (~> 3.1)
13
- activerecord (4.2.5)
14
- activemodel (= 4.2.5)
15
- activesupport (= 4.2.5)
13
+ activerecord (4.2.11)
14
+ activemodel (= 4.2.11)
15
+ activesupport (= 4.2.11)
16
16
  arel (~> 6.0)
17
- activesupport (4.2.5)
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.3)
24
- builder (3.2.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
- i18n (0.7.0)
27
- json (1.8.3)
28
- minitest (5.8.3)
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.5)
45
- tzinfo (1.2.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.15.4
61
+ 1.16.3
@@ -4,5 +4,6 @@ gem 'activerecord', '~>4.2.1'
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 => '.'
@@ -1,31 +1,32 @@
1
1
  PATH
2
- remote: ..
2
+ remote: .
3
3
  specs:
4
- active_type (0.7.5)
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.5)
11
- activesupport (= 4.2.5)
10
+ activemodel (4.2.11)
11
+ activesupport (= 4.2.11)
12
12
  builder (~> 3.1)
13
- activerecord (4.2.5)
14
- activemodel (= 4.2.5)
15
- activesupport (= 4.2.5)
13
+ activerecord (4.2.11)
14
+ activemodel (= 4.2.11)
15
+ activesupport (= 4.2.11)
16
16
  arel (~> 6.0)
17
- activesupport (4.2.5)
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.3)
24
- builder (3.2.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
- i18n (0.7.0)
27
- json (1.8.3)
28
- minitest (5.8.3)
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.5)
45
- tzinfo (1.2.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.15.4
61
+ 1.16.3
@@ -4,5 +4,6 @@ gem 'activerecord', '~>5.1.0'
4
4
  gem 'rspec', '~>3.4'
5
5
  gem 'pg'
6
6
  gem 'rake'
7
+ gem 'gemika'
7
8
 
8
- gem 'active_type', :path => '..'
9
+ gem 'active_type', :path => '.'
@@ -1,28 +1,30 @@
1
1
  PATH
2
- remote: ..
2
+ remote: .
3
3
  specs:
4
- active_type (0.7.5)
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 (~> 0.7)
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.0.5)
22
+ concurrent-ruby (1.1.4)
23
23
  diff-lcs (1.3)
24
- i18n (0.8.4)
25
- minitest (5.10.2)
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.3)
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.15.4
59
+ 1.16.3
@@ -4,5 +4,6 @@ gem 'activerecord', '~>5.1.0'
4
4
  gem 'rspec', '~>3.4'
5
5
  gem 'mysql2'
6
6
  gem 'rake'
7
+ gem 'gemika'
7
8
 
8
- gem 'active_type', :path => '..'
9
+ gem 'active_type', :path => '.'
@@ -1,28 +1,30 @@
1
1
  PATH
2
- remote: ..
2
+ remote: .
3
3
  specs:
4
- active_type (0.7.5)
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 (~> 0.7)
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.0.5)
22
+ concurrent-ruby (1.1.4)
23
23
  diff-lcs (1.3)
24
- i18n (0.8.4)
25
- minitest (5.10.2)
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.3)
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.15.4
59
+ 1.16.3
data/Gemfile.5.2.pg ADDED
@@ -0,0 +1,9 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'activerecord', '~>5.1.0'
4
+ gem 'rspec', '~>3.4'
5
+ gem 'pg'
6
+ gem 'rake'
7
+ gem 'gemika'
8
+
9
+ gem 'active_type', :path => '.'