creation_report 0.0.3 → 0.0.4

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.
@@ -22,7 +22,7 @@ module CreationReport
22
22
  def created_by_hour
23
23
  DataSet::HourlyDataSet.new(
24
24
  count(
25
- :group => "DATE_FORMAT(#{table_name}.created_at,'%Y-%m-%d %h')",
25
+ :group => "DATE_FORMAT(#{table_name}.created_at,'%Y-%m-%d %H')",
26
26
  :order => "#{table_name}.id ASC",
27
27
  :conditions => ["#{table_name}.created_at > ?", 24.hours.ago]
28
28
  ), 24
@@ -93,4 +93,4 @@ module CreationReport
93
93
 
94
94
  end
95
95
 
96
- end
96
+ end
@@ -1,3 +1,3 @@
1
1
  module CreationReport
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creation_report
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jon Collier
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-18 00:00:00 Z
18
+ date: 2012-05-25 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements: []
126
126
 
127
127
  rubyforge_project:
128
- rubygems_version: 1.8.5
128
+ rubygems_version: 1.8.24
129
129
  signing_key:
130
130
  specification_version: 3
131
131
  summary: Easily generate graphs for ActiveRecord object creation.