growth 0.1.9 → 0.2.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/lib/generators/templates/growth.rb +1 -1
- data/lib/growth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccb236abd1a1f4aa90d5c1a1888940efbc8230fa
|
|
4
|
+
data.tar.gz: 438fcf0bbcb6e0b0713db5cba1d904b4816bdba2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8f410ee2aa6cd1d2b4b6ed85c2d9e8fb27c9b3c0147821fc972f788fb7b3777e48a909f860efa75c84c8aa92ad00db00247d2259d3811443f012cdfac24d085
|
|
7
|
+
data.tar.gz: 4568aac05da71edece16b53ba1f31e0544f0603018b2ab273670ecf1b5be5d11c41e3ab732344b3869bfcb3a46ce0a68a5a03fafbf3fed2d8cc119cfa6ed7f63
|
|
@@ -7,7 +7,7 @@ Growth.setup do |config|
|
|
|
7
7
|
# Default: Prevent specific models from being measured
|
|
8
8
|
# model_blacklist takes an array of Rails models, for example:
|
|
9
9
|
#
|
|
10
|
-
# Growth.model_blacklist = [
|
|
10
|
+
# Growth.model_blacklist = [ AdminUser ]
|
|
11
11
|
|
|
12
12
|
# This is your username for securing the '/growth' route
|
|
13
13
|
# You will be prompted to enter this when viewing the page
|
data/lib/growth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: growth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Friedman
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-12-31 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|