timescopes 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43a59d774e561c812a827b8399e9002017c97dd0
4
- data.tar.gz: 4904294161310b9df3108170372f8a729b5fc096
3
+ metadata.gz: 0a8c982ec58f1e3023641d151950ce8bafd82f19
4
+ data.tar.gz: 03974f2a4995e233c3d1c5a56f7755aefc9e33e5
5
5
  SHA512:
6
- metadata.gz: efa37052bd0105150787bf001e2cdade0d5b0e6b280f83f364632662b932d2953ceb4c1060eb83dda966e04262cbbaafad5539bd489563c0473b9e258a7a64a2
7
- data.tar.gz: 62f532c77143ebb38f857b34d6798f7c1b677bc74b0b321a64ddfb9424a404a0b7565ae26ca962e3c3b79786a674bb8eaea53787ea2530e64dece03eb3e0d721
6
+ metadata.gz: 4f1b94c02e9ec13955df3d7b62ccb462412a19dc30a33e64d37619fb967378a1486d21759835ff597930af38b89e4fa33a84307caca08d6b280689bba3c9d421
7
+ data.tar.gz: b9eb17998959db97616ec0536f675c99f3243aecde64139c27a40a1d3349f9186ea908ceb0450649c0ed0707549b49a7a097b610474805d1d86588d39e1d87c8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -5,7 +5,7 @@ module TimeScopes
5
5
 
6
6
  module ClassMethods
7
7
  def timescoped!(opts={})
8
- default_scopes = [:hourly, :daily, :weekly, :monthly]
8
+ default_scopes = [:minutely, :hourly, :daily, :weekly, :monthly]
9
9
 
10
10
  field = opts[:field] || "created_at"
11
11
  scopes = if opts[:only]
data/timescopes.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: timescopes 0.1.4 ruby lib
5
+ # stub: timescopes 0.1.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "timescopes"
9
- s.version = "0.1.4"
9
+ s.version = "0.1.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timescopes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter