stator 0.5.0 → 0.8.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.
- checksums.yaml +4 -4
- data/.github/CODEOWNERS +1 -0
- data/.github/dependabot.yml +24 -0
- data/.github/workflows/build.yml +4 -3
- data/.ruby-version +1 -1
- data/Appraisals +15 -8
- data/Gemfile +6 -6
- data/README.md +20 -4
- data/gemfiles/activerecord_6.0.gemfile +2 -1
- data/gemfiles/activerecord_6.0.gemfile.lock +69 -31
- data/gemfiles/activerecord_6.1.gemfile +2 -1
- data/gemfiles/activerecord_6.1.gemfile.lock +68 -31
- data/gemfiles/activerecord_7.0.gemfile +2 -1
- data/gemfiles/activerecord_7.0.gemfile.lock +66 -30
- data/gemfiles/{activerecord_5.1.gemfile → activerecord_7.1.gemfile} +1 -1
- data/gemfiles/activerecord_7.1.gemfile.lock +114 -0
- data/gemfiles/{activerecord_5.2.gemfile → activerecord_7.2.gemfile} +1 -1
- data/gemfiles/activerecord_7.2.gemfile.lock +113 -0
- data/gemfiles/activerecord_8.0.gemfile +11 -0
- data/gemfiles/activerecord_8.0.gemfile.lock +116 -0
- data/lib/stator/version.rb +1 -1
- data/spec/model_spec.rb +81 -2
- data/spec/spec_helper.rb +0 -1
- data/stator.gemspec +10 -3
- metadata +86 -14
- data/gemfiles/activerecord_5.1.gemfile.lock +0 -64
- data/gemfiles/activerecord_5.2.gemfile.lock +0 -64
@@ -1,64 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
stator (0.5.0)
|
5
|
-
activerecord
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
activemodel (5.1.7)
|
11
|
-
activesupport (= 5.1.7)
|
12
|
-
activerecord (5.1.7)
|
13
|
-
activemodel (= 5.1.7)
|
14
|
-
activesupport (= 5.1.7)
|
15
|
-
arel (~> 8.0)
|
16
|
-
activerecord-nulldb-adapter (0.4.0)
|
17
|
-
activerecord (>= 2.0.0)
|
18
|
-
activesupport (5.1.7)
|
19
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
20
|
-
i18n (>= 0.7, < 2)
|
21
|
-
minitest (~> 5.1)
|
22
|
-
tzinfo (~> 1.1)
|
23
|
-
appraisal (2.4.1)
|
24
|
-
bundler
|
25
|
-
rake
|
26
|
-
thor (>= 0.14.0)
|
27
|
-
arel (8.0.0)
|
28
|
-
concurrent-ruby (1.1.10)
|
29
|
-
diff-lcs (1.5.0)
|
30
|
-
i18n (1.12.0)
|
31
|
-
concurrent-ruby (~> 1.0)
|
32
|
-
minitest (5.16.2)
|
33
|
-
rake (13.0.6)
|
34
|
-
rspec (3.11.0)
|
35
|
-
rspec-core (~> 3.11.0)
|
36
|
-
rspec-expectations (~> 3.11.0)
|
37
|
-
rspec-mocks (~> 3.11.0)
|
38
|
-
rspec-core (3.11.0)
|
39
|
-
rspec-support (~> 3.11.0)
|
40
|
-
rspec-expectations (3.11.0)
|
41
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.11.0)
|
43
|
-
rspec-mocks (3.11.1)
|
44
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.11.0)
|
46
|
-
rspec-support (3.11.0)
|
47
|
-
thor (1.2.1)
|
48
|
-
thread_safe (0.3.6)
|
49
|
-
tzinfo (1.2.10)
|
50
|
-
thread_safe (~> 0.1)
|
51
|
-
|
52
|
-
PLATFORMS
|
53
|
-
ruby
|
54
|
-
|
55
|
-
DEPENDENCIES
|
56
|
-
activerecord (~> 5.1.0)
|
57
|
-
activerecord-nulldb-adapter
|
58
|
-
appraisal
|
59
|
-
rake
|
60
|
-
rspec
|
61
|
-
stator!
|
62
|
-
|
63
|
-
BUNDLED WITH
|
64
|
-
2.3.25
|
@@ -1,64 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
stator (0.5.0)
|
5
|
-
activerecord
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
activemodel (5.2.8.1)
|
11
|
-
activesupport (= 5.2.8.1)
|
12
|
-
activerecord (5.2.8.1)
|
13
|
-
activemodel (= 5.2.8.1)
|
14
|
-
activesupport (= 5.2.8.1)
|
15
|
-
arel (>= 9.0)
|
16
|
-
activerecord-nulldb-adapter (0.8.0)
|
17
|
-
activerecord (>= 5.2.0, < 7.1)
|
18
|
-
activesupport (5.2.8.1)
|
19
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
20
|
-
i18n (>= 0.7, < 2)
|
21
|
-
minitest (~> 5.1)
|
22
|
-
tzinfo (~> 1.1)
|
23
|
-
appraisal (2.4.1)
|
24
|
-
bundler
|
25
|
-
rake
|
26
|
-
thor (>= 0.14.0)
|
27
|
-
arel (9.0.0)
|
28
|
-
concurrent-ruby (1.1.10)
|
29
|
-
diff-lcs (1.5.0)
|
30
|
-
i18n (1.12.0)
|
31
|
-
concurrent-ruby (~> 1.0)
|
32
|
-
minitest (5.16.2)
|
33
|
-
rake (13.0.6)
|
34
|
-
rspec (3.11.0)
|
35
|
-
rspec-core (~> 3.11.0)
|
36
|
-
rspec-expectations (~> 3.11.0)
|
37
|
-
rspec-mocks (~> 3.11.0)
|
38
|
-
rspec-core (3.11.0)
|
39
|
-
rspec-support (~> 3.11.0)
|
40
|
-
rspec-expectations (3.11.0)
|
41
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.11.0)
|
43
|
-
rspec-mocks (3.11.1)
|
44
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.11.0)
|
46
|
-
rspec-support (3.11.0)
|
47
|
-
thor (1.2.1)
|
48
|
-
thread_safe (0.3.6)
|
49
|
-
tzinfo (1.2.10)
|
50
|
-
thread_safe (~> 0.1)
|
51
|
-
|
52
|
-
PLATFORMS
|
53
|
-
ruby
|
54
|
-
|
55
|
-
DEPENDENCIES
|
56
|
-
activerecord (~> 5.2.0)
|
57
|
-
activerecord-nulldb-adapter
|
58
|
-
appraisal
|
59
|
-
rake
|
60
|
-
rspec
|
61
|
-
stator!
|
62
|
-
|
63
|
-
BUNDLED WITH
|
64
|
-
2.3.25
|