bullet_train-roles 1.15.0 → 1.17.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de8f26017cf5c65ccc9f21bd3393173f84f9aba15b869156059f3abe046c90c2
4
- data.tar.gz: e219e310de1b060e57484a55a84474a5ade34fd6ed22ce16f4901dae61447ef0
3
+ metadata.gz: 22949432331f94949d7d99f4306dc00448f0d332039e5aea9e29c03e0936593b
4
+ data.tar.gz: 2eda42a9cd723d21720f5ee65e7c0129861cb571c838c1b5ade7d2a844defc23
5
5
  SHA512:
6
- metadata.gz: 9159ba3d66cfc414e9c5dc9b062d6cc85c7adfbd34a1fe0dd5ddf4bf60d344148bb17e2af5463cc9ddab167eb1bb20a2141db1ee2f7e841443ae03a7d9651a29
7
- data.tar.gz: 3db453152c90284f395cd4d963f7957dd3bdc204ea999e24f922d69915dbbdb4094b1a26742192f6e7b6f6e23fb59d0f8190209c937fc149466cf0f82d321671
6
+ metadata.gz: bf89ae0a1217872df2568104842005011b9145cce0dbf7423623a484ee4ea7493447596acdaf981011e2cc28f8c5db337dda4d795ff8b235643e3df54162bf0f
7
+ data.tar.gz: c24404fe85446591d624767279368c6413e64704eabdb2b15223145d8c847f7f7692eb1bf14d6af0746314367061a2d21e79143e6e7dc81fec5373c4e413e510
data/Gemfile CHANGED
@@ -5,9 +5,6 @@ source "https://rubygems.org"
5
5
  # Specify your gem's dependencies in bullet_train-roles.gemspec
6
6
  gemspec
7
7
 
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
- gem "active_hash", github: "bullet-train-co/active_hash", branch: "fixes/address-keyword-argument-issue"
10
-
11
8
  group :test do
12
9
  gem "minitest-reporters"
13
10
  end
data/Gemfile.lock CHANGED
@@ -1,16 +1,8 @@
1
- GIT
2
- remote: https://github.com/bullet-train-co/active_hash.git
3
- revision: 25034270b31fec6ef48bba1e43be02760451d3c2
4
- branch: fixes/address-keyword-argument-issue
5
- specs:
6
- active_hash (3.1.0)
7
- activesupport (>= 5.0.0)
8
-
9
1
  PATH
10
2
  remote: .
11
3
  specs:
12
- bullet_train-roles (1.15.0)
13
- active_hash
4
+ bullet_train-roles (1.17.0)
5
+ active_hash (>= 3.3.1)
14
6
  activesupport
15
7
  cancancan
16
8
 
@@ -60,6 +52,8 @@ GEM
60
52
  erubi (~> 1.11)
61
53
  rails-dom-testing (~> 2.2)
62
54
  rails-html-sanitizer (~> 1.6)
55
+ active_hash (3.3.1)
56
+ activesupport (>= 5.0.0)
63
57
  activejob (8.0.1)
64
58
  activesupport (= 8.0.1)
65
59
  globalid (>= 0.3.6)
@@ -249,7 +243,6 @@ PLATFORMS
249
243
  x86_64-linux
250
244
 
251
245
  DEPENDENCIES
252
- active_hash!
253
246
  bullet_train-roles!
254
247
  byebug (~> 11.1.0)
255
248
  factory_bot_rails
data/README.md CHANGED
@@ -24,12 +24,9 @@ You don't have to name your models the same thing in order to use this Ruby Gem,
24
24
  Add these lines to your application's Gemfile:
25
25
 
26
26
  ```ruby
27
- gem "active_hash", github: "bullet-train-co/active_hash"
28
27
  gem "bullet_train-roles"
29
28
  ```
30
29
 
31
- > We have to link to a specific downstream version of ActiveHash temporarily while working to merge certain fixes and updates upstream.
32
-
33
30
  And then execute the following in your shell:
34
31
 
35
32
  ```
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
  spec.add_development_dependency "standard", "~> 1.5.0"
36
36
  spec.add_development_dependency "simplecov"
37
37
 
38
- spec.add_runtime_dependency "active_hash"
38
+ spec.add_runtime_dependency "active_hash", ">= 3.3.1"
39
39
  spec.add_runtime_dependency "activesupport"
40
40
  spec.add_runtime_dependency "cancancan"
41
41
  # For more information and examples about making a new gem, checkout our
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Roles
4
- VERSION = "1.15.0"
4
+ VERSION = "1.17.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-roles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prabin Poudel
8
8
  - Andrew Culver
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-29 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - ">="
130
130
  - !ruby/object:Gem::Version
131
- version: '0'
131
+ version: 3.3.1
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: '0'
138
+ version: 3.3.1
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: activesupport
141
141
  requirement: !ruby/object:Gem::Requirement