bullet_train-roles 0.1.1 → 0.1.2
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 +1 -1
- data/README.md +1 -1
- data/bin/setup +6 -0
- data/lib/bullet_train/roles/version.rb +1 -1
- data/lib/generators/bullet_train/roles/install/install_generator.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: 0d21c45daee0837ca728e09e7f58b06c1f4ea4cafafb1b8bcb2879cd0cda90d1
|
|
4
|
+
data.tar.gz: 7cbccf773dbcc32e408d7d4d8cbc386b1c4c8d03a582518d74ec0c145e3df517
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b6f9b8bc5814c0e2e09001fe76943e7bb6bc0eea3e7925b357df0242a9b0bb5e50e97b96b7c13345779c65a363c07600ece86f04c78e238b3b3d6bf803e97b3
|
|
7
|
+
data.tar.gz: 29a0ce6c63035adc7e75a4bde662ebf4b7242ad462eb89781e41fc546249a3abb31842ed0441b716c3c8a62d85119077d6e825eedf214300f646c02354667565
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -60,7 +60,7 @@ The generators currently assume you're using PostgreSQL and `jsonb` will be avai
|
|
|
60
60
|
|
|
61
61
|
The provided `Role` model is backed by a Yaml configuration in `config/models/roles.yml`.
|
|
62
62
|
|
|
63
|
-
To help explain this configuration and
|
|
63
|
+
To help explain this configuration and its options, we'll provide the following hypothetical example:
|
|
64
64
|
|
|
65
65
|
```
|
|
66
66
|
default:
|
data/bin/setup
CHANGED
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: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
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: 2022-
|
|
12
|
+
date: 2022-02-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: byebug
|