active_manageable 0.1.1 → 0.1.2
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/CHANGELOG.md +4 -0
- data/Gemfile.lock +55 -55
- data/README.md +1 -1
- data/lib/active_manageable/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8645a9930ecc8e01e70b9a98c188c832ffe543b0599d9e819f640cc64d6d88fd
|
|
4
|
+
data.tar.gz: 8354ce84a33378e123b3a299c1e6db2218b1f9611898275340ea003a2cae608e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2334299accc2984ac5e590b3dd9d253b67188302ef4d86688a56cc8c6f29a5b893ac29076a00d871bf3dd87c0e3e1067c317d799ec4adfc356fe231bd86ebaad
|
|
7
|
+
data.tar.gz: 3dc07fc9f551910ce7250f44901222ffffb04b0183b163fcc23067c574a50132703b43aab3df1fcc5347b077039a64f39f7e3b444a8064b6687db109eda6bb87
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
active_manageable (0.1.
|
|
4
|
+
active_manageable (0.1.2)
|
|
5
5
|
activerecord (>= 6.0)
|
|
6
6
|
activesupport (>= 6.0)
|
|
7
7
|
flexitime (~> 1.0)
|
|
@@ -10,25 +10,25 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
actionpack (7.0.
|
|
14
|
-
actionview (= 7.0.
|
|
15
|
-
activesupport (= 7.0.
|
|
13
|
+
actionpack (7.0.3.1)
|
|
14
|
+
actionview (= 7.0.3.1)
|
|
15
|
+
activesupport (= 7.0.3.1)
|
|
16
16
|
rack (~> 2.0, >= 2.2.0)
|
|
17
17
|
rack-test (>= 0.6.3)
|
|
18
18
|
rails-dom-testing (~> 2.0)
|
|
19
19
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
20
|
-
actionview (7.0.
|
|
21
|
-
activesupport (= 7.0.
|
|
20
|
+
actionview (7.0.3.1)
|
|
21
|
+
activesupport (= 7.0.3.1)
|
|
22
22
|
builder (~> 3.1)
|
|
23
23
|
erubi (~> 1.4)
|
|
24
24
|
rails-dom-testing (~> 2.0)
|
|
25
25
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
26
|
-
activemodel (7.0.
|
|
27
|
-
activesupport (= 7.0.
|
|
28
|
-
activerecord (7.0.
|
|
29
|
-
activemodel (= 7.0.
|
|
30
|
-
activesupport (= 7.0.
|
|
31
|
-
activesupport (7.0.
|
|
26
|
+
activemodel (7.0.3.1)
|
|
27
|
+
activesupport (= 7.0.3.1)
|
|
28
|
+
activerecord (7.0.3.1)
|
|
29
|
+
activemodel (= 7.0.3.1)
|
|
30
|
+
activesupport (= 7.0.3.1)
|
|
31
|
+
activesupport (7.0.3.1)
|
|
32
32
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
33
33
|
i18n (>= 1.6, < 2)
|
|
34
34
|
minitest (>= 5.1)
|
|
@@ -39,20 +39,20 @@ GEM
|
|
|
39
39
|
thor (>= 0.14.0)
|
|
40
40
|
ast (2.4.2)
|
|
41
41
|
builder (3.2.4)
|
|
42
|
-
cancancan (3.
|
|
43
|
-
concurrent-ruby (1.1.
|
|
42
|
+
cancancan (3.4.0)
|
|
43
|
+
concurrent-ruby (1.1.10)
|
|
44
44
|
crass (1.0.6)
|
|
45
45
|
diff-lcs (1.5.0)
|
|
46
46
|
docile (1.4.0)
|
|
47
|
-
erubi (1.
|
|
48
|
-
factory_bot (6.2.
|
|
47
|
+
erubi (1.11.0)
|
|
48
|
+
factory_bot (6.2.1)
|
|
49
49
|
activesupport (>= 5.0.0)
|
|
50
50
|
factory_bot_rails (6.2.0)
|
|
51
51
|
factory_bot (~> 6.2.0)
|
|
52
52
|
railties (>= 5.0.0)
|
|
53
53
|
flexitime (1.0.0)
|
|
54
54
|
activesupport (>= 4.0)
|
|
55
|
-
i18n (1.
|
|
55
|
+
i18n (1.12.0)
|
|
56
56
|
concurrent-ruby (~> 1.0)
|
|
57
57
|
kaminari (1.2.2)
|
|
58
58
|
activesupport (>= 4.1.0)
|
|
@@ -66,24 +66,24 @@ GEM
|
|
|
66
66
|
activerecord
|
|
67
67
|
kaminari-core (= 1.2.2)
|
|
68
68
|
kaminari-core (1.2.2)
|
|
69
|
-
loofah (2.
|
|
69
|
+
loofah (2.18.0)
|
|
70
70
|
crass (~> 1.0.2)
|
|
71
71
|
nokogiri (>= 1.5.9)
|
|
72
72
|
method_source (1.0.0)
|
|
73
|
-
minitest (5.
|
|
74
|
-
nokogiri (1.13.
|
|
73
|
+
minitest (5.16.3)
|
|
74
|
+
nokogiri (1.13.8-arm64-darwin)
|
|
75
75
|
racc (~> 1.4)
|
|
76
|
-
nokogiri (1.13.
|
|
76
|
+
nokogiri (1.13.8-x86_64-linux)
|
|
77
77
|
racc (~> 1.4)
|
|
78
|
-
parallel (1.
|
|
79
|
-
parser (3.
|
|
78
|
+
parallel (1.22.1)
|
|
79
|
+
parser (3.1.2.1)
|
|
80
80
|
ast (~> 2.4.1)
|
|
81
|
-
pundit (2.
|
|
81
|
+
pundit (2.2.0)
|
|
82
82
|
activesupport (>= 3.0.0)
|
|
83
83
|
racc (1.6.0)
|
|
84
|
-
rack (2.2.
|
|
85
|
-
rack-test (
|
|
86
|
-
rack (>= 1.
|
|
84
|
+
rack (2.2.4)
|
|
85
|
+
rack-test (2.0.2)
|
|
86
|
+
rack (>= 1.3)
|
|
87
87
|
rails-controller-testing (1.0.5)
|
|
88
88
|
actionpack (>= 5.0.1.rc1)
|
|
89
89
|
actionview (>= 5.0.1.rc1)
|
|
@@ -91,35 +91,35 @@ GEM
|
|
|
91
91
|
rails-dom-testing (2.0.3)
|
|
92
92
|
activesupport (>= 4.2.0)
|
|
93
93
|
nokogiri (>= 1.6)
|
|
94
|
-
rails-html-sanitizer (1.4.
|
|
94
|
+
rails-html-sanitizer (1.4.3)
|
|
95
95
|
loofah (~> 2.3)
|
|
96
|
-
rails-i18n (7.0.
|
|
96
|
+
rails-i18n (7.0.5)
|
|
97
97
|
i18n (>= 0.7, < 2)
|
|
98
98
|
railties (>= 6.0.0, < 8)
|
|
99
|
-
railties (7.0.
|
|
100
|
-
actionpack (= 7.0.
|
|
101
|
-
activesupport (= 7.0.
|
|
99
|
+
railties (7.0.3.1)
|
|
100
|
+
actionpack (= 7.0.3.1)
|
|
101
|
+
activesupport (= 7.0.3.1)
|
|
102
102
|
method_source
|
|
103
103
|
rake (>= 12.2)
|
|
104
104
|
thor (~> 1.0)
|
|
105
105
|
zeitwerk (~> 2.5)
|
|
106
|
-
rainbow (3.
|
|
106
|
+
rainbow (3.1.1)
|
|
107
107
|
rake (13.0.6)
|
|
108
|
-
ransack (2.
|
|
109
|
-
activerecord (>=
|
|
110
|
-
activesupport (>=
|
|
108
|
+
ransack (3.2.1)
|
|
109
|
+
activerecord (>= 6.1.5)
|
|
110
|
+
activesupport (>= 6.1.5)
|
|
111
111
|
i18n
|
|
112
|
-
regexp_parser (2.
|
|
112
|
+
regexp_parser (2.5.0)
|
|
113
113
|
rexml (3.2.5)
|
|
114
|
-
rspec-core (3.
|
|
115
|
-
rspec-support (~> 3.
|
|
116
|
-
rspec-expectations (3.
|
|
114
|
+
rspec-core (3.11.0)
|
|
115
|
+
rspec-support (~> 3.11.0)
|
|
116
|
+
rspec-expectations (3.11.0)
|
|
117
117
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
118
|
-
rspec-support (~> 3.
|
|
119
|
-
rspec-mocks (3.
|
|
118
|
+
rspec-support (~> 3.11.0)
|
|
119
|
+
rspec-mocks (3.11.1)
|
|
120
120
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
121
|
-
rspec-support (~> 3.
|
|
122
|
-
rspec-rails (5.
|
|
121
|
+
rspec-support (~> 3.11.0)
|
|
122
|
+
rspec-rails (5.1.2)
|
|
123
123
|
actionpack (>= 5.2)
|
|
124
124
|
activesupport (>= 5.2)
|
|
125
125
|
railties (>= 5.2)
|
|
@@ -127,7 +127,7 @@ GEM
|
|
|
127
127
|
rspec-expectations (~> 3.10)
|
|
128
128
|
rspec-mocks (~> 3.10)
|
|
129
129
|
rspec-support (~> 3.10)
|
|
130
|
-
rspec-support (3.
|
|
130
|
+
rspec-support (3.11.0)
|
|
131
131
|
rubocop (1.23.0)
|
|
132
132
|
parallel (~> 1.10)
|
|
133
133
|
parser (>= 3.0.0.0)
|
|
@@ -137,16 +137,16 @@ GEM
|
|
|
137
137
|
rubocop-ast (>= 1.12.0, < 2.0)
|
|
138
138
|
ruby-progressbar (~> 1.7)
|
|
139
139
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
140
|
-
rubocop-ast (1.
|
|
141
|
-
parser (>= 3.
|
|
140
|
+
rubocop-ast (1.21.0)
|
|
141
|
+
parser (>= 3.1.1.0)
|
|
142
142
|
rubocop-performance (1.12.0)
|
|
143
143
|
rubocop (>= 1.7.0, < 2.0)
|
|
144
144
|
rubocop-ast (>= 0.4.0)
|
|
145
|
-
rubocop-rails (2.
|
|
145
|
+
rubocop-rails (2.15.2)
|
|
146
146
|
activesupport (>= 4.2.0)
|
|
147
147
|
rack (>= 1.1)
|
|
148
148
|
rubocop (>= 1.7.0, < 2.0)
|
|
149
|
-
rubocop-rspec (2.
|
|
149
|
+
rubocop-rspec (2.11.1)
|
|
150
150
|
rubocop (~> 1.19)
|
|
151
151
|
ruby-progressbar (1.11.0)
|
|
152
152
|
shoulda-matchers (5.1.0)
|
|
@@ -156,16 +156,16 @@ GEM
|
|
|
156
156
|
simplecov-html (~> 0.11)
|
|
157
157
|
simplecov_json_formatter (~> 0.1)
|
|
158
158
|
simplecov-html (0.12.3)
|
|
159
|
-
simplecov_json_formatter (0.1.
|
|
160
|
-
sqlite3 (1.4.
|
|
159
|
+
simplecov_json_formatter (0.1.4)
|
|
160
|
+
sqlite3 (1.4.4)
|
|
161
161
|
standard (1.5.0)
|
|
162
162
|
rubocop (= 1.23.0)
|
|
163
163
|
rubocop-performance (= 1.12.0)
|
|
164
|
-
thor (1.1
|
|
165
|
-
tzinfo (2.0.
|
|
164
|
+
thor (1.2.1)
|
|
165
|
+
tzinfo (2.0.5)
|
|
166
166
|
concurrent-ruby (~> 1.0)
|
|
167
|
-
unicode-display_width (2.
|
|
168
|
-
zeitwerk (2.
|
|
167
|
+
unicode-display_width (2.2.0)
|
|
168
|
+
zeitwerk (2.6.0)
|
|
169
169
|
|
|
170
170
|
PLATFORMS
|
|
171
171
|
arm64-darwin-21
|
data/README.md
CHANGED
|
@@ -733,7 +733,7 @@ After making changes:
|
|
|
733
733
|
|
|
734
734
|
1. run `rake spec` to run the tests and check the test coverage
|
|
735
735
|
2. run `open coverage/index.html` to view the test coverage report
|
|
736
|
-
3. run `bundle exec appraisal install` to install the appraisal dependencies
|
|
736
|
+
3. run `bundle exec appraisal install` to install the appraisal dependencies or `bundle exec appraisal update` to upgrade the appraisal dependencies
|
|
737
737
|
4. run `bundle exec appraisal rspec` to run the tests against different versions of activerecord & activesupport
|
|
738
738
|
5. run `bundle exec rubocop` to check the style of files
|
|
739
739
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_manageable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Hilton
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-08-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activerecord
|