bullet_train-roles 1.15.0 → 1.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -3
- data/Gemfile.lock +4 -11
- data/README.md +0 -3
- data/bullet_train-roles.gemspec +1 -1
- data/lib/bullet_train/roles/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66d721dd15eae90c103c9a4824c5f5ac6b69251ea9158d4bed7c33cb31ac6242
|
4
|
+
data.tar.gz: d7dea9dca11f50db186b2271605b76422e56c6375ec06e8e647012e2d9867b81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3625006c7c778e1dccce82c46440b47960e83159486090ceafe79ee711f94206dc5b79e5e5b8c744ff35db59b58385a752ea4b76bd0d2aa79f328ec4f4a564e9
|
7
|
+
data.tar.gz: ee10c3b837db421eff60b11a8c20c963203899ed558ad421ca066a9224edc501d7df781562753af8e7406fa9fa348a8156d7127fc164941783cd10e5a4d72c28
|
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.
|
13
|
-
active_hash
|
4
|
+
bullet_train-roles (1.16.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
|
```
|
data/bullet_train-roles.gemspec
CHANGED
@@ -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
|
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.
|
4
|
+
version: 1.16.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-
|
11
|
+
date: 2025-02-07 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:
|
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:
|
138
|
+
version: 3.3.1
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: activesupport
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|