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.
- checksums.yaml +4 -4
- data/lib/growth/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad05187a7ece1917e916d106c71107e14f64b87e
|
|
4
|
+
data.tar.gz: e6840405f5e6d145b3409ff95627f1cf74640f59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69d0f1a05ac2d6dd61b792ed4302e0c44181f7d8e506a31431a0392273400293344133d1b90d7b0e289ca1066b029c64f03161eec662d93be7f68c6114995280
|
|
7
|
+
data.tar.gz: b20f2600913b3385ddbb27c1d26a57aa0aebe57c856ec935b5d117301f9024dbd2dae3b47818d3e9462008c81cc66d86a26ee094342399b0071e795a10742e14
|
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.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:
|
|
84
|
-
Rails
|
|
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:
|
|
147
|
+
summary: A beautiful dashboard displaying the monthly and yearly growth of your Rails
|
|
148
|
+
models.
|
|
148
149
|
test_files: []
|