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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6dfb52ff76c3eaf1a240204c4b4b756f1101a66
4
- data.tar.gz: 6703922f42436afdf9742d0effcf6147133fa3e6
3
+ metadata.gz: 48874c1033e18d81e8e959aadd2105c81e721a9a
4
+ data.tar.gz: 5496448bfe708700d16ad8cf6bfb25d82561b8eb
5
5
  SHA512:
6
- metadata.gz: a7860472cecf90c1562f412c4efde29a0f0d3c679258496652f2a7e5a7b4cccea4473eedb5d8cb78eefd0dd83030fecc0efa8056b5a3eb8f53263be3d2e4d5e0
7
- data.tar.gz: 9172015a11666bf11bf5ef6de1f47aef8d64a22a3f97e6d83f43bc8c151cb89b205661bba6ac17fa1a436e91b1b277bdd22cded0dbf37f2f97aeb8a486aa561d
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['growth_username']
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['growth_password']
22
+ # Growth.password = ENV.fetch[:growth_password]
23
23
  end
data/lib/growth/engine.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require "rubygems"
2
- require "pry"
3
2
  require "dry-transaction"
4
3
 
5
4
  module Growth
@@ -1,3 +1,3 @@
1
1
  module Growth
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Friedman