date_scopes 0.1 → 0.1.1
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/date_scopes.gemspec +1 -0
- data/lib/date_scopes/version.rb +1 -1
- metadata +4 -3
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
|
|
data/lib/date_scopes/version.rb
CHANGED
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
|
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:
|
119
|
+
has_rdoc: yard
|
119
120
|
homepage: https://github.com/ThroughTheNet/date_scopes
|
120
121
|
licenses:
|
121
122
|
- MIT
|