date_scopes 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/date_scopes.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "https://github.com/ThroughTheNet/date_scopes"
12
12
  s.summary = "An ActiveRecord extension for automatic date-based scopes"
13
13
  s.description = "Adds a simple macro, has_date_scopes to ActiveRecord. When used it adds a number of convinience scopes to your models relating to a whether a particular date field on that model is in the past or future. It also has other handy features."
14
+ s.has_rdoc = "yard"
14
15
 
15
16
  s.required_rubygems_version = ">= 1.3.6"
16
17
 
@@ -1,3 +1,3 @@
1
1
  module DateScopes
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: date_scopes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
9
+ - 1
10
+ version: 0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Jonathan Davies
@@ -115,7 +116,7 @@ files:
115
116
  - spec/date_scopes_spec.rb
116
117
  - spec/spec_helper.rb
117
118
  - spec/support/test.sqlite3
118
- has_rdoc: true
119
+ has_rdoc: yard
119
120
  homepage: https://github.com/ThroughTheNet/date_scopes
120
121
  licenses:
121
122
  - MIT