growth 0.1.0 → 0.1.1
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/lib/generators/templates/growth.rb +2 -2
- data/lib/growth/engine.rb +0 -1
- data/lib/growth/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48874c1033e18d81e8e959aadd2105c81e721a9a
|
|
4
|
+
data.tar.gz: 5496448bfe708700d16ad8cf6bfb25d82561b8eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9a49b490dc6370d38d9c227210d045651e04ebf59db4815c217e8d9f01797efd7059f5feb7306e88dfbbc45138f0297af5a14161c473dcf8a89ef249d240482
|
|
7
|
+
data.tar.gz: 35243ebbe32d0f74c38cdfe3e6c55da928ec6b2f4459aae078ac94c88c103cf3c314b47820e4f8f72217a752d7c36efff7e84e1ad3cc3b08ecffa22c9b50bbe7
|
|
@@ -13,11 +13,11 @@ Growth.setup do |config|
|
|
|
13
13
|
# You will be prompted to enter this when viewing the page
|
|
14
14
|
# This value would be better stored in an environment variabe
|
|
15
15
|
#
|
|
16
|
-
# Growth.username = ENV[
|
|
16
|
+
# Growth.username = ENV.fetch[:growth_username]
|
|
17
17
|
|
|
18
18
|
# This is your password for securing the /stats page
|
|
19
19
|
# You will be prompted to enter this when viewing the page
|
|
20
20
|
# This value would be better stored in an environment variabe
|
|
21
21
|
#
|
|
22
|
-
# Growth.password = ENV[
|
|
22
|
+
# Growth.password = ENV.fetch[:growth_password]
|
|
23
23
|
end
|
data/lib/growth/engine.rb
CHANGED
data/lib/growth/version.rb
CHANGED