grapher 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ module Grapher
11
11
  if @driver =~ /postgre/
12
12
  @strf = "YYYY-MM-DD"
13
13
  if @time_units.downcase == "hour"
14
- @strf = "%Y-%m-%d %H:00"
14
+ @strf = "YYYY-MM-DD HH24:00"
15
15
  elsif @time_units.downcase == "month"
16
16
  @strf = "YYYY-MM-1"
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module Grapher
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Csto
8
+ - Corey Stout
9
+ - Ryan Stout
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2012-11-30 00:00:00.000000000 Z
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: Grapher creates interactive time graphs simply by passing in Active Record
47
- Relations to a helper method.
47
+ description: An easy way to generate time series graphs in rails
48
48
  email:
49
- - coreystout@hotmail.com
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: Simple graphing for rails.
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