grapher 0.0.2 → 0.0.3
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.
data/lib/grapher/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grapher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Corey Stout
|
|
9
|
+
- Ryan Stout
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
13
|
+
date: 2012-12-10 00:00:00.000000000 Z
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: rails
|
|
@@ -43,10 +44,10 @@ dependencies:
|
|
|
43
44
|
- - ! '>='
|
|
44
45
|
- !ruby/object:Gem::Version
|
|
45
46
|
version: '0'
|
|
46
|
-
description:
|
|
47
|
-
Relations to a helper method.
|
|
47
|
+
description: An easy way to generate time series graphs in rails
|
|
48
48
|
email:
|
|
49
|
-
-
|
|
49
|
+
- corey@zeebly.com
|
|
50
|
+
- ryan@zeebly.com
|
|
50
51
|
executables: []
|
|
51
52
|
extensions: []
|
|
52
53
|
extra_rdoc_files: []
|
|
@@ -138,7 +139,7 @@ files:
|
|
|
138
139
|
- test/grapher_test.rb
|
|
139
140
|
- test/integration/navigation_test.rb
|
|
140
141
|
- test/test_helper.rb
|
|
141
|
-
homepage:
|
|
142
|
+
homepage: https://github.com/csto/grapher
|
|
142
143
|
licenses: []
|
|
143
144
|
post_install_message:
|
|
144
145
|
rdoc_options: []
|
|
@@ -161,7 +162,7 @@ rubyforge_project:
|
|
|
161
162
|
rubygems_version: 1.8.24
|
|
162
163
|
signing_key:
|
|
163
164
|
specification_version: 3
|
|
164
|
-
summary:
|
|
165
|
+
summary: Generate time series graphs in rails
|
|
165
166
|
test_files:
|
|
166
167
|
- test/dummy/app/assets/javascripts/application.js
|
|
167
168
|
- test/dummy/app/assets/javascripts/users.js
|