calculations_by_time_range 0.2.2 → 0.2.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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{calculations_by_time_range}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Nikitochkin"]
12
- s.date = %q{2010-01-31}
12
+ s.date = %q{2010-02-13}
13
13
  s.description = %q{A methods for calculates agregate values by time range.}
14
14
  s.email = %q{miry.sof@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -8,8 +8,8 @@ module CalculationsByTimeRange
8
8
  :year => [:year],
9
9
  :month => [:year, :month],
10
10
  :week => [:year, :month, :week],
11
- :day => [:year, :month, :week, :day],
12
- :hour => [:year, :month, :week, :day, :hour]
11
+ :day => [:year, :month, :day, :week],
12
+ :hour => [:year, :month, :day, :hour, :week]
13
13
  }
14
14
 
15
15
  OPERATIONS = ["sum", "count", "min", "max", "avg"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calculations_by_time_range
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Nikitochkin
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-31 00:00:00 +02:00
12
+ date: 2010-02-13 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency