growth 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6ba36ed28a1a468536f96321c036a2a12658e58
4
- data.tar.gz: f56cd0f551134a2eb4b9c8a38c5bb8e92774075d
3
+ metadata.gz: ccb236abd1a1f4aa90d5c1a1888940efbc8230fa
4
+ data.tar.gz: 438fcf0bbcb6e0b0713db5cba1d904b4816bdba2
5
5
  SHA512:
6
- metadata.gz: d1d9f13fe4712e543014d961bc6c5f5543b329a722276b91e02baaed155216384128a121195dd11b52220349202127b7fdd9d44cf8918047e04064cc0c70889e
7
- data.tar.gz: badd962a8bcba94692708c0ca24196acd3c5a2d4475ce4793f0894d51b8b882adabed07b69701adb2f4b4bd57f460526846adf72a750640fee9a355955d938ae
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 = [ 'AdminUser' ]
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
@@ -1,3 +1,3 @@
1
1
  module Growth
2
- VERSION = '0.1.9'
2
+ VERSION = '0.2.0'
3
3
  end
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.1.9
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-06-22 00:00:00.000000000 Z
12
+ date: 2019-12-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails