bullet_train-roles 1.2.13 → 1.2.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4655e1d063ca7ba70888a9ed6b7e65eb53ebd49d660884bfb0823de6dcb41134
4
- data.tar.gz: 517625eedbc343739da6b6b643ca649688a6ffb4a9217130e2d08f6b10af0245
3
+ metadata.gz: 23dc6b11c25c70d7f9341c8c2c31db6a5b4b316fab4d4eccf214a9fa91ad4015
4
+ data.tar.gz: 11c8355d43ad6c557ddbad591048f92fc1a50ebe9b6a9d1e0da9e447444d01b3
5
5
  SHA512:
6
- metadata.gz: 68b230b7d6e3194cba38b06bf433585cc5c5d489300082a405402ac0c8ac4050a7174c6b7df5cb1dc8f402fe8c502e12717ff1a04920db6994eca5040fe4ab70
7
- data.tar.gz: ae931f2b015f8a0440c011ee4f08ee96f26749854fdacb26455c14db23282ebb0dc5073fbde10701f87ebcff4bdf032eccc91658a73e206da001021b9c8078a2
6
+ metadata.gz: 9bb7fe87225697c81190c9076d5dc5e2bf44a51359e05bb587b00edf7d2a3c025366778b1c072a86e865d58baf82106067c13f1691726f89a79dc957f1922e32
7
+ data.tar.gz: 7526f46f5fa950061b976428ab2d3a34fc68c295f40761ffd87ea287286e1ec9f078a3cea4d487d40cbb4cd6817f3a3ca32161c03895c7db850de217cdc5ca92
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- bullet_train-roles (1.2.9)
12
+ bullet_train-roles (1.2.15)
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.0)
21
- actionpack (= 7.0.0)
22
- activesupport (= 7.0.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.0)
26
- actionpack (= 7.0.0)
27
- activejob (= 7.0.0)
28
- activerecord (= 7.0.0)
29
- activestorage (= 7.0.0)
30
- activesupport (= 7.0.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
- actionmailer (7.0.0)
33
- actionpack (= 7.0.0)
34
- actionview (= 7.0.0)
35
- activejob (= 7.0.0)
36
- activesupport (= 7.0.0)
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.0)
40
- actionview (= 7.0.0)
41
- activesupport (= 7.0.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.0)
47
- actionpack (= 7.0.0)
48
- activerecord (= 7.0.0)
49
- activestorage (= 7.0.0)
50
- activesupport (= 7.0.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.0)
54
- activesupport (= 7.0.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.0)
60
- activesupport (= 7.0.0)
65
+ activejob (7.0.4.2)
66
+ activesupport (= 7.0.4.2)
61
67
  globalid (>= 0.3.6)
62
- activemodel (7.0.0)
63
- activesupport (= 7.0.0)
64
- activerecord (7.0.0)
65
- activemodel (= 7.0.0)
66
- activesupport (= 7.0.0)
67
- activestorage (7.0.0)
68
- actionpack (= 7.0.0)
69
- activejob (= 7.0.0)
70
- activerecord (= 7.0.0)
71
- activesupport (= 7.0.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.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.4.0)
83
- concurrent-ruby (1.1.9)
88
+ cancancan (3.5.0)
89
+ concurrent-ruby (1.2.2)
84
90
  crass (1.0.6)
85
- erubi (1.10.0)
86
- factory_bot (6.2.0)
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.0.0)
98
+ globalid (1.1.0)
92
99
  activesupport (>= 5.0)
93
- i18n (1.8.11)
100
+ i18n (1.12.0)
94
101
  concurrent-ruby (~> 1.0)
95
102
  knapsack_pro (3.1.3)
96
103
  rake
97
- loofah (2.13.0)
104
+ loofah (2.19.1)
98
105
  crass (~> 1.0.2)
99
106
  nokogiri (>= 1.5.9)
100
- mail (2.7.1)
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
- mini_portile2 (2.6.1)
106
- minitest (5.15.0)
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.12.5)
109
- mini_portile2 (~> 2.6.1)
126
+ nokogiri (1.14.2-arm64-darwin)
110
127
  racc (~> 1.4)
111
- parallel (1.21.0)
112
- parser (3.0.3.2)
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.2.3)
115
- racc (1.6.0)
116
- rack (2.2.3)
117
- rack-test (1.1.0)
118
- rack (>= 1.0, < 3)
119
- rails (7.0.0)
120
- actioncable (= 7.0.0)
121
- actionmailbox (= 7.0.0)
122
- actionmailer (= 7.0.0)
123
- actionpack (= 7.0.0)
124
- actiontext (= 7.0.0)
125
- actionview (= 7.0.0)
126
- activejob (= 7.0.0)
127
- activemodel (= 7.0.0)
128
- activerecord (= 7.0.0)
129
- activestorage (= 7.0.0)
130
- activesupport (= 7.0.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.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.4.2)
137
- loofah (~> 2.3)
138
- railties (7.0.0)
139
- actionpack (= 7.0.0)
140
- activesupport (= 7.0.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.0.0)
166
+ rainbow (3.1.1)
146
167
  rake (13.0.6)
147
- regexp_parser (2.2.0)
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.15.0)
159
- parser (>= 3.0.1.1)
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.11.0)
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.0)
168
- tzinfo (2.0.4)
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.1.0)
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.5.1)
196
+ zeitwerk (2.6.7)
175
197
 
176
198
  PLATFORMS
177
199
  arm64-darwin-20
178
200
  arm64-darwin-21
179
- ruby
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.2.0)
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.3.13
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"
@@ -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.2.0"
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Roles
4
- VERSION = "1.2.13"
4
+ VERSION = "1.2.15"
5
5
  end
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.13
4
+ version: 1.2.15
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-02 00:00:00.000000000 Z
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.2.0
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.2.0
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