growth 0.1.1 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/growth/version.rb +1 -1
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48874c1033e18d81e8e959aadd2105c81e721a9a
4
- data.tar.gz: 5496448bfe708700d16ad8cf6bfb25d82561b8eb
3
+ metadata.gz: ad05187a7ece1917e916d106c71107e14f64b87e
4
+ data.tar.gz: e6840405f5e6d145b3409ff95627f1cf74640f59
5
5
  SHA512:
6
- metadata.gz: e9a49b490dc6370d38d9c227210d045651e04ebf59db4815c217e8d9f01797efd7059f5feb7306e88dfbbc45138f0297af5a14161c473dcf8a89ef249d240482
7
- data.tar.gz: 35243ebbe32d0f74c38cdfe3e6c55da928ec6b2f4459aae078ac94c88c103cf3c314b47820e4f8f72217a752d7c36efff7e84e1ad3cc3b08ecffa22c9b50bbe7
6
+ metadata.gz: 69d0f1a05ac2d6dd61b792ed4302e0c44181f7d8e506a31431a0392273400293344133d1b90d7b0e289ca1066b029c64f03161eec662d93be7f68c6114995280
7
+ data.tar.gz: b20f2600913b3385ddbb27c1d26a57aa0aebe57c856ec935b5d117301f9024dbd2dae3b47818d3e9462008c81cc66d86a26ee094342399b0071e795a10742e14
@@ -1,3 +1,3 @@
1
1
  module Growth
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Friedman
@@ -80,8 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Make what you measure and get beatiful charts and statistics about your
84
- Rails application
83
+ description: A beautiful dashboard displaying the monthly and yearly growth of your
84
+ Rails models.
85
85
  email:
86
86
  - ryan@soundtribe.com
87
87
  executables: []
@@ -144,5 +144,6 @@ rubyforge_project:
144
144
  rubygems_version: 2.6.14
145
145
  signing_key:
146
146
  specification_version: 4
147
- summary: Monitor the growth of your Rails database
147
+ summary: A beautiful dashboard displaying the monthly and yearly growth of your Rails
148
+ models.
148
149
  test_files: []