bullet_train-roles 1.2.14 → 1.2.16
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/Gemfile.lock +110 -87
- data/bin/rails +24 -0
- data/bullet_train-roles.gemspec +1 -1
- data/lib/bullet_train/roles/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d098d362fc92c76faa17561399e75e3383a5e1d0a36f625629a6e640e7fc255
|
4
|
+
data.tar.gz: 855657473e4b29bd030ee2433a458584e9244cd247d9f70e7858e4d4dbc107a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5b8d8de4361d6d08bbcb3081330a8ecf6f00e008beacd5d503cbb6b9919a54a557d3ddaa5f4e364708bb98d6f54ec39335613ae667967830c4b3eec24f94eec
|
7
|
+
data.tar.gz: 389d117ea9f58f996d2565ed1023b2e2434cff67e0373120f4728e3c629a595061024695290f4b3bcb5000a741aed7257a55fd5592874368293fb0adc521fa01
|
data/Gemfile.lock
CHANGED
@@ -9,7 +9,7 @@ GIT
|
|
9
9
|
PATH
|
10
10
|
remote: .
|
11
11
|
specs:
|
12
|
-
bullet_train-roles (1.2.
|
12
|
+
bullet_train-roles (1.2.16)
|
13
13
|
active_hash
|
14
14
|
activesupport
|
15
15
|
cancancan
|
@@ -17,61 +17,67 @@ PATH
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
-
actioncable (7.0.
|
21
|
-
actionpack (= 7.0.
|
22
|
-
activesupport (= 7.0.
|
20
|
+
actioncable (7.0.4.2)
|
21
|
+
actionpack (= 7.0.4.2)
|
22
|
+
activesupport (= 7.0.4.2)
|
23
23
|
nio4r (~> 2.0)
|
24
24
|
websocket-driver (>= 0.6.1)
|
25
|
-
actionmailbox (7.0.
|
26
|
-
actionpack (= 7.0.
|
27
|
-
activejob (= 7.0.
|
28
|
-
activerecord (= 7.0.
|
29
|
-
activestorage (= 7.0.
|
30
|
-
activesupport (= 7.0.
|
25
|
+
actionmailbox (7.0.4.2)
|
26
|
+
actionpack (= 7.0.4.2)
|
27
|
+
activejob (= 7.0.4.2)
|
28
|
+
activerecord (= 7.0.4.2)
|
29
|
+
activestorage (= 7.0.4.2)
|
30
|
+
activesupport (= 7.0.4.2)
|
31
31
|
mail (>= 2.7.1)
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
32
|
+
net-imap
|
33
|
+
net-pop
|
34
|
+
net-smtp
|
35
|
+
actionmailer (7.0.4.2)
|
36
|
+
actionpack (= 7.0.4.2)
|
37
|
+
actionview (= 7.0.4.2)
|
38
|
+
activejob (= 7.0.4.2)
|
39
|
+
activesupport (= 7.0.4.2)
|
37
40
|
mail (~> 2.5, >= 2.5.4)
|
41
|
+
net-imap
|
42
|
+
net-pop
|
43
|
+
net-smtp
|
38
44
|
rails-dom-testing (~> 2.0)
|
39
|
-
actionpack (7.0.
|
40
|
-
actionview (= 7.0.
|
41
|
-
activesupport (= 7.0.
|
45
|
+
actionpack (7.0.4.2)
|
46
|
+
actionview (= 7.0.4.2)
|
47
|
+
activesupport (= 7.0.4.2)
|
42
48
|
rack (~> 2.0, >= 2.2.0)
|
43
49
|
rack-test (>= 0.6.3)
|
44
50
|
rails-dom-testing (~> 2.0)
|
45
51
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
46
|
-
actiontext (7.0.
|
47
|
-
actionpack (= 7.0.
|
48
|
-
activerecord (= 7.0.
|
49
|
-
activestorage (= 7.0.
|
50
|
-
activesupport (= 7.0.
|
52
|
+
actiontext (7.0.4.2)
|
53
|
+
actionpack (= 7.0.4.2)
|
54
|
+
activerecord (= 7.0.4.2)
|
55
|
+
activestorage (= 7.0.4.2)
|
56
|
+
activesupport (= 7.0.4.2)
|
51
57
|
globalid (>= 0.6.0)
|
52
58
|
nokogiri (>= 1.8.5)
|
53
|
-
actionview (7.0.
|
54
|
-
activesupport (= 7.0.
|
59
|
+
actionview (7.0.4.2)
|
60
|
+
activesupport (= 7.0.4.2)
|
55
61
|
builder (~> 3.1)
|
56
62
|
erubi (~> 1.4)
|
57
63
|
rails-dom-testing (~> 2.0)
|
58
64
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
59
|
-
activejob (7.0.
|
60
|
-
activesupport (= 7.0.
|
65
|
+
activejob (7.0.4.2)
|
66
|
+
activesupport (= 7.0.4.2)
|
61
67
|
globalid (>= 0.3.6)
|
62
|
-
activemodel (7.0.
|
63
|
-
activesupport (= 7.0.
|
64
|
-
activerecord (7.0.
|
65
|
-
activemodel (= 7.0.
|
66
|
-
activesupport (= 7.0.
|
67
|
-
activestorage (7.0.
|
68
|
-
actionpack (= 7.0.
|
69
|
-
activejob (= 7.0.
|
70
|
-
activerecord (= 7.0.
|
71
|
-
activesupport (= 7.0.
|
68
|
+
activemodel (7.0.4.2)
|
69
|
+
activesupport (= 7.0.4.2)
|
70
|
+
activerecord (7.0.4.2)
|
71
|
+
activemodel (= 7.0.4.2)
|
72
|
+
activesupport (= 7.0.4.2)
|
73
|
+
activestorage (7.0.4.2)
|
74
|
+
actionpack (= 7.0.4.2)
|
75
|
+
activejob (= 7.0.4.2)
|
76
|
+
activerecord (= 7.0.4.2)
|
77
|
+
activesupport (= 7.0.4.2)
|
72
78
|
marcel (~> 1.0)
|
73
79
|
mini_mime (>= 1.1.0)
|
74
|
-
activesupport (7.0.
|
80
|
+
activesupport (7.0.4.2)
|
75
81
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
76
82
|
i18n (>= 1.6, < 2)
|
77
83
|
minitest (>= 5.1)
|
@@ -79,72 +85,87 @@ GEM
|
|
79
85
|
ast (2.4.2)
|
80
86
|
builder (3.2.4)
|
81
87
|
byebug (11.1.3)
|
82
|
-
cancancan (3.
|
83
|
-
concurrent-ruby (1.
|
88
|
+
cancancan (3.5.0)
|
89
|
+
concurrent-ruby (1.2.2)
|
84
90
|
crass (1.0.6)
|
85
|
-
|
86
|
-
|
91
|
+
date (3.3.3)
|
92
|
+
erubi (1.12.0)
|
93
|
+
factory_bot (6.2.1)
|
87
94
|
activesupport (>= 5.0.0)
|
88
95
|
factory_bot_rails (6.2.0)
|
89
96
|
factory_bot (~> 6.2.0)
|
90
97
|
railties (>= 5.0.0)
|
91
|
-
globalid (1.
|
98
|
+
globalid (1.1.0)
|
92
99
|
activesupport (>= 5.0)
|
93
|
-
i18n (1.
|
100
|
+
i18n (1.12.0)
|
94
101
|
concurrent-ruby (~> 1.0)
|
95
102
|
knapsack_pro (3.1.3)
|
96
103
|
rake
|
97
|
-
loofah (2.
|
104
|
+
loofah (2.19.1)
|
98
105
|
crass (~> 1.0.2)
|
99
106
|
nokogiri (>= 1.5.9)
|
100
|
-
mail (2.
|
107
|
+
mail (2.8.1)
|
101
108
|
mini_mime (>= 0.1.1)
|
109
|
+
net-imap
|
110
|
+
net-pop
|
111
|
+
net-smtp
|
102
112
|
marcel (1.0.2)
|
103
113
|
method_source (1.0.0)
|
104
114
|
mini_mime (1.1.2)
|
105
|
-
|
106
|
-
|
115
|
+
minitest (5.18.0)
|
116
|
+
net-imap (0.3.4)
|
117
|
+
date
|
118
|
+
net-protocol
|
119
|
+
net-pop (0.1.2)
|
120
|
+
net-protocol
|
121
|
+
net-protocol (0.2.1)
|
122
|
+
timeout
|
123
|
+
net-smtp (0.3.3)
|
124
|
+
net-protocol
|
107
125
|
nio4r (2.5.8)
|
108
|
-
nokogiri (1.
|
109
|
-
mini_portile2 (~> 2.6.1)
|
126
|
+
nokogiri (1.14.2-arm64-darwin)
|
110
127
|
racc (~> 1.4)
|
111
|
-
|
112
|
-
|
128
|
+
nokogiri (1.14.2-x86_64-darwin)
|
129
|
+
racc (~> 1.4)
|
130
|
+
nokogiri (1.14.2-x86_64-linux)
|
131
|
+
racc (~> 1.4)
|
132
|
+
parallel (1.22.1)
|
133
|
+
parser (3.2.1.0)
|
113
134
|
ast (~> 2.4.1)
|
114
|
-
pg (1.
|
115
|
-
racc (1.6.
|
116
|
-
rack (2.2.3)
|
117
|
-
rack-test (
|
118
|
-
rack (>= 1.
|
119
|
-
rails (7.0.
|
120
|
-
actioncable (= 7.0.
|
121
|
-
actionmailbox (= 7.0.
|
122
|
-
actionmailer (= 7.0.
|
123
|
-
actionpack (= 7.0.
|
124
|
-
actiontext (= 7.0.
|
125
|
-
actionview (= 7.0.
|
126
|
-
activejob (= 7.0.
|
127
|
-
activemodel (= 7.0.
|
128
|
-
activerecord (= 7.0.
|
129
|
-
activestorage (= 7.0.
|
130
|
-
activesupport (= 7.0.
|
135
|
+
pg (1.4.6)
|
136
|
+
racc (1.6.2)
|
137
|
+
rack (2.2.6.3)
|
138
|
+
rack-test (2.0.2)
|
139
|
+
rack (>= 1.3)
|
140
|
+
rails (7.0.4.2)
|
141
|
+
actioncable (= 7.0.4.2)
|
142
|
+
actionmailbox (= 7.0.4.2)
|
143
|
+
actionmailer (= 7.0.4.2)
|
144
|
+
actionpack (= 7.0.4.2)
|
145
|
+
actiontext (= 7.0.4.2)
|
146
|
+
actionview (= 7.0.4.2)
|
147
|
+
activejob (= 7.0.4.2)
|
148
|
+
activemodel (= 7.0.4.2)
|
149
|
+
activerecord (= 7.0.4.2)
|
150
|
+
activestorage (= 7.0.4.2)
|
151
|
+
activesupport (= 7.0.4.2)
|
131
152
|
bundler (>= 1.15.0)
|
132
|
-
railties (= 7.0.
|
153
|
+
railties (= 7.0.4.2)
|
133
154
|
rails-dom-testing (2.0.3)
|
134
155
|
activesupport (>= 4.2.0)
|
135
156
|
nokogiri (>= 1.6)
|
136
|
-
rails-html-sanitizer (1.
|
137
|
-
loofah (~> 2.
|
138
|
-
railties (7.0.
|
139
|
-
actionpack (= 7.0.
|
140
|
-
activesupport (= 7.0.
|
157
|
+
rails-html-sanitizer (1.5.0)
|
158
|
+
loofah (~> 2.19, >= 2.19.1)
|
159
|
+
railties (7.0.4.2)
|
160
|
+
actionpack (= 7.0.4.2)
|
161
|
+
activesupport (= 7.0.4.2)
|
141
162
|
method_source
|
142
163
|
rake (>= 12.2)
|
143
164
|
thor (~> 1.0)
|
144
165
|
zeitwerk (~> 2.5)
|
145
|
-
rainbow (3.
|
166
|
+
rainbow (3.1.1)
|
146
167
|
rake (13.0.6)
|
147
|
-
regexp_parser (2.
|
168
|
+
regexp_parser (2.7.0)
|
148
169
|
rexml (3.2.5)
|
149
170
|
rubocop (1.23.0)
|
150
171
|
parallel (~> 1.10)
|
@@ -155,29 +176,31 @@ GEM
|
|
155
176
|
rubocop-ast (>= 1.12.0, < 2.0)
|
156
177
|
ruby-progressbar (~> 1.7)
|
157
178
|
unicode-display_width (>= 1.4.0, < 3.0)
|
158
|
-
rubocop-ast (1.
|
159
|
-
parser (>= 3.
|
179
|
+
rubocop-ast (1.27.0)
|
180
|
+
parser (>= 3.2.1.0)
|
160
181
|
rubocop-performance (1.12.0)
|
161
182
|
rubocop (>= 1.7.0, < 2.0)
|
162
183
|
rubocop-ast (>= 0.4.0)
|
163
|
-
ruby-progressbar (1.
|
184
|
+
ruby-progressbar (1.13.0)
|
164
185
|
standard (1.5.0)
|
165
186
|
rubocop (= 1.23.0)
|
166
187
|
rubocop-performance (= 1.12.0)
|
167
|
-
thor (1.1
|
168
|
-
|
188
|
+
thor (1.2.1)
|
189
|
+
timeout (0.3.2)
|
190
|
+
tzinfo (2.0.6)
|
169
191
|
concurrent-ruby (~> 1.0)
|
170
|
-
unicode-display_width (2.
|
192
|
+
unicode-display_width (2.4.2)
|
171
193
|
websocket-driver (0.7.5)
|
172
194
|
websocket-extensions (>= 0.1.0)
|
173
195
|
websocket-extensions (0.1.5)
|
174
|
-
zeitwerk (2.
|
196
|
+
zeitwerk (2.6.7)
|
175
197
|
|
176
198
|
PLATFORMS
|
177
199
|
arm64-darwin-20
|
178
200
|
arm64-darwin-21
|
179
|
-
|
201
|
+
arm64-darwin-22
|
180
202
|
x86_64-darwin-21
|
203
|
+
x86_64-linux
|
181
204
|
|
182
205
|
DEPENDENCIES
|
183
206
|
active_hash!
|
@@ -186,10 +209,10 @@ DEPENDENCIES
|
|
186
209
|
factory_bot_rails (~> 6.2.0)
|
187
210
|
knapsack_pro (~> 3.1.0)
|
188
211
|
minitest (~> 5.0)
|
189
|
-
pg (~> 1.
|
212
|
+
pg (~> 1.3)
|
190
213
|
rails (~> 7.0.0)
|
191
214
|
rake (~> 13.0)
|
192
215
|
standard (~> 1.5.0)
|
193
216
|
|
194
217
|
BUNDLED WITH
|
195
|
-
2.
|
218
|
+
2.4.7
|
data/bin/rails
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# This command will automatically be run when you run "rails" with Rails gems
|
3
|
+
# installed from the root of your application.
|
4
|
+
|
5
|
+
ENGINE_ROOT = File.expand_path("..", __dir__)
|
6
|
+
ENGINE_PATH = File.expand_path("../lib/bullet_train/roles/engine", __dir__)
|
7
|
+
APP_PATH = File.expand_path("../test/dummy/config/application", __dir__)
|
8
|
+
|
9
|
+
# Set up gems listed in the Gemfile.
|
10
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
11
|
+
require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
|
12
|
+
|
13
|
+
require "rails"
|
14
|
+
require "active_model/railtie"
|
15
|
+
require "active_record/railtie"
|
16
|
+
require "active_storage/engine"
|
17
|
+
require "action_controller/railtie"
|
18
|
+
# require "action_mailer/railtie"
|
19
|
+
# require "action_mailbox/engine"
|
20
|
+
# require "action_text/engine"
|
21
|
+
require "action_view/railtie"
|
22
|
+
# require "action_cable/engine"
|
23
|
+
require "rails/test_unit/railtie"
|
24
|
+
require "rails/engine/commands"
|
data/bullet_train-roles.gemspec
CHANGED
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
30
30
|
spec.add_development_dependency "factory_bot_rails", "~> 6.2.0"
|
31
31
|
spec.add_development_dependency "knapsack_pro", "~> 3.1.0"
|
32
32
|
spec.add_development_dependency "minitest", "~> 5.0"
|
33
|
-
spec.add_development_dependency "pg", "~> 1.
|
33
|
+
spec.add_development_dependency "pg", "~> 1.3"
|
34
34
|
spec.add_development_dependency "rails", "~> 7.0.0"
|
35
35
|
spec.add_development_dependency "rake", "~> 13.0"
|
36
36
|
spec.add_development_dependency "standard", "~> 1.5.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-roles
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Prabin Poudel
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-03-
|
12
|
+
date: 2023-03-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: byebug
|
@@ -73,14 +73,14 @@ dependencies:
|
|
73
73
|
requirements:
|
74
74
|
- - "~>"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version: 1.
|
76
|
+
version: '1.3'
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
81
|
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: 1.
|
83
|
+
version: '1.3'
|
84
84
|
- !ruby/object:Gem::Dependency
|
85
85
|
name: rails
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
@@ -182,6 +182,7 @@ files:
|
|
182
182
|
- README.md
|
183
183
|
- Rakefile
|
184
184
|
- bin/console
|
185
|
+
- bin/rails
|
185
186
|
- bin/setup
|
186
187
|
- bullet_train-roles.gemspec
|
187
188
|
- lib/bullet_train/roles.rb
|