togglefy 1.0.1 → 1.0.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/README.md +1 -1
- data/lib/generators/togglefy/install_generator.rb +1 -0
- data/lib/togglefy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f78d7324689b7cacb720114af6d9ef3a8f472f8da8a572860855a77b32cdea7
|
4
|
+
data.tar.gz: a1861e9b87081fdce869358ad64d7bf9b653296d79363fe3765aab1947929a09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cf79e274cea2c678f2b1719f7a570b1ed428dca4570dac9d30c7207396c71bd38fd45a77111c04a3f6b66e7845a1f9d4b61b72607e6713920024117a547592d
|
7
|
+
data.tar.gz: c383ec661ba05a10a9dbb9c0fd8b4ac46c27aeb71fa0371193674bf26a4fcaee43ea8684ffe73cac1ed1e92300b3c5f7c55b6949d1160de3a2b73c06a5610eec
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ Togglefy is free, open source and you are welcome to help build it.
|
|
9
9
|
Add the gem manually to your Gemfile:
|
10
10
|
|
11
11
|
```gemfile
|
12
|
-
gem
|
12
|
+
gem 'togglefy', '~> 1.0', '>= 1.0.1'
|
13
13
|
```
|
14
14
|
|
15
15
|
Or install it and add to the application's Gemfile by executing:
|
data/lib/togglefy/version.rb
CHANGED