bullet_train-roles 1.44.0 → 1.45.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 +4 -4
- data/Gemfile.lock +2 -2
- data/lib/bullet_train/roles/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47303ffcbb76cf46e9437dfeabfa5f7a984071553ad9007ba128a3236d171bad
|
|
4
|
+
data.tar.gz: a065ecde969d252bb9c0b3285ef388b7ade1eb15d6671d18cde23f4d65189817
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bedcef7ac5cba62303cf2e8ad8bf25cd73b0805d6fd59772e5f5a5360794a3e318b0c9b66c09b671755f43857ed93ca5fc5906e9d676c91ae71f737300ff448c
|
|
7
|
+
data.tar.gz: 5d4b30ecc3b650165461d963d009a53fab7295330b2d08bfbae2485d35f0e165174a2bf7978784b2f9d08c87a2ba97e9025f9bae9ee0eb582195ca2ae8d34327
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bullet_train-roles (1.
|
|
4
|
+
bullet_train-roles (1.45.0)
|
|
5
5
|
active_hash (~> 3.3.1)
|
|
6
6
|
activesupport
|
|
7
7
|
cancancan
|
|
@@ -136,7 +136,7 @@ GEM
|
|
|
136
136
|
builder
|
|
137
137
|
minitest (>= 5.0, < 7)
|
|
138
138
|
ruby-progressbar
|
|
139
|
-
net-imap (0.
|
|
139
|
+
net-imap (0.6.4)
|
|
140
140
|
date
|
|
141
141
|
net-protocol
|
|
142
142
|
net-pop (0.1.2)
|
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.
|
|
4
|
+
version: 1.45.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Prabin Poudel
|
|
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
201
|
version: '0'
|
|
202
202
|
requirements: []
|
|
203
|
-
rubygems_version:
|
|
203
|
+
rubygems_version: 4.0.6
|
|
204
204
|
specification_version: 4
|
|
205
205
|
summary: Yaml-backed ApplicationHash for CanCan Roles
|
|
206
206
|
test_files: []
|