bullet_train-roles 1.6.18 → 1.6.19

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: 7395b12da846794f81c49f9de97f56cba17e721d0f164f9d60043713563073af
4
- data.tar.gz: c94faf8acf2e76669479d3199fc828dbaa6f0e5554c71a0a2fc38120d4a3e06c
3
+ metadata.gz: ccfe82cf378886bea5f6df08b72a766994e3cedfd6e2f88aecf8692781e57b17
4
+ data.tar.gz: 7e39cbbc0d401f373b0c3a7e9d3e1e34f81e4c8c58c1319579cbd78cb6a8a45c
5
5
  SHA512:
6
- metadata.gz: ed0719827ffd2d82f0038293ce6e5862728f7db0755b1b613a008d46e0741b994fbc66e449a944e2056bf147d52aba421856ce448561a167cbdd3a8779f9582c
7
- data.tar.gz: b3c4d2c732e00fc6733b11742a631845b0db57112cd8b9a770622f7c652bf25f14c5ac3afe68ae48486ed228fec17db9030bdcb9e200bf244d09c77eb9115ab7
6
+ metadata.gz: 18e9e3f950ec6093ead58cc0fe9dd8701c4b848e04dc252d4ebe82c0d5bcd5f9482040e3345e4f0d294b8520c1bdfa9e6a0eb9a8d94779d23408f3363cde5037
7
+ data.tar.gz: a6f8d9969c5f300b2d1131d0e8e0a2fcf399276af39fb6b8c1cfbf8786698c90c26b65bba2c36caa66ac39f9ab9f80c315d46599de20a9ba2469d20573f109cf
data/Gemfile CHANGED
@@ -7,3 +7,7 @@ gemspec
7
7
 
8
8
  # TODO: move to gemspec when using this gem from rubygems, gemspec doesn't support git urls so it has to be here for now
9
9
  gem "active_hash", github: "bullet-train-co/active_hash", branch: "fixes/address-keyword-argument-issue"
10
+
11
+ group :test do
12
+ gem "minitest-reporters"
13
+ end
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- bullet_train-roles (1.6.18)
12
+ bullet_train-roles (1.6.19)
13
13
  active_hash
14
14
  activesupport
15
15
  cancancan
@@ -82,6 +82,7 @@ GEM
82
82
  i18n (>= 1.6, < 2)
83
83
  minitest (>= 5.1)
84
84
  tzinfo (~> 2.0)
85
+ ansi (1.5.0)
85
86
  ast (2.4.2)
86
87
  builder (3.2.4)
87
88
  byebug (11.1.3)
@@ -112,8 +113,12 @@ GEM
112
113
  marcel (1.0.2)
113
114
  method_source (1.0.0)
114
115
  mini_mime (1.1.2)
115
- mini_portile2 (2.8.1)
116
116
  minitest (5.18.0)
117
+ minitest-reporters (1.6.1)
118
+ ansi
119
+ builder
120
+ minitest (>= 5.0)
121
+ ruby-progressbar
117
122
  net-imap (0.3.4)
118
123
  date
119
124
  net-protocol
@@ -124,9 +129,6 @@ GEM
124
129
  net-smtp (0.3.3)
125
130
  net-protocol
126
131
  nio4r (2.5.8)
127
- nokogiri (1.14.2)
128
- mini_portile2 (~> 2.8.0)
129
- racc (~> 1.4)
130
132
  nokogiri (1.14.2-arm64-darwin)
131
133
  racc (~> 1.4)
132
134
  nokogiri (1.14.2-x86_64-darwin)
@@ -203,7 +205,6 @@ PLATFORMS
203
205
  arm64-darwin-20
204
206
  arm64-darwin-21
205
207
  arm64-darwin-22
206
- ruby
207
208
  x86_64-darwin-21
208
209
  x86_64-linux
209
210
 
@@ -214,6 +215,7 @@ DEPENDENCIES
214
215
  factory_bot_rails (~> 6.2.0)
215
216
  knapsack_pro (~> 3.1.0)
216
217
  minitest (~> 5.0)
218
+ minitest-reporters
217
219
  pg (~> 1.3)
218
220
  rails (~> 7.0.0)
219
221
  rake (~> 13.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Roles
4
- VERSION = "1.6.18"
4
+ VERSION = "1.6.19"
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.6.18
4
+ version: 1.6.19
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-11-21 00:00:00.000000000 Z
12
+ date: 2023-11-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: byebug