date_scopes 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -1,11 +1,11 @@
1
1
  #Date_Scopes - an ActiveRecord extension for automatic date-based scopes
2
2
 
3
3
  **Homepage/Github**: [github.com/ThroughTheNet/date_scopes](https://github.com/ThroughTheNet/date_scopes)
4
- **Documentation**: [rubydoc.info](http://rubydoc.info/gems/date_scopes/0.1/frames)
4
+ **Documentation**: [rubydoc.info](http://rubydoc.info/gems/date_scopes/0.1.2/frames)
5
5
  **Author**: Jonathan Davies ([ThroughTheNet](http://throughthnet.com))
6
6
  **Contact**: [info@throughthenet.com](mailto:info@throughthenet.com)
7
7
  **License**: [MIT License](http://opensource.org/licenses/mit-license.php)
8
- **Version**: 0.1
8
+ **Version**: 0.1.2
9
9
  **Released**: December 2nd 2010
10
10
 
11
11
  ##Description
@@ -1,3 +1,3 @@
1
1
  module DateScopes
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: date_scopes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Davies