season 0.0.4 → 0.0.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: 8c7b7bc33865ec92d7fa21ba1b3f60899c6879d7
4
- data.tar.gz: 777f86b9f96cc9705710742f15628bee85c568cb
3
+ metadata.gz: 2d62ee58d4c895ddbc76919af3aec21b6276d00b
4
+ data.tar.gz: f05f5f29921755090dceb8243ca10252a89cff5d
5
5
  SHA512:
6
- metadata.gz: e4aeb0c7cb5a6bf8267a102064138d10f78bb0c03b5ed47eafa6a75596bdda5f5b6d57203d4e80622d5497c834450434bd374f0557d57846a885e038ada49e1c
7
- data.tar.gz: 124aa709d8ea5107f9b5e1cff560436aab04bff51cbfeb3a2ae766475c69066ac168e133eee8a9e7a3c5c6d7ff515ef46cde93d79fa7c9e979c42e0aac91549f
6
+ metadata.gz: e4750c46690687c4476fe4e58f002d30c7719471938e7f53bc4b47967fd4bbe11f4b8eae15679c73b0180b0b1f2892cd4782a78f50ae7630fb005ce5c30c79d5
7
+ data.tar.gz: 8c1be2eb020ac456ca58d3399b7c70ad23fe126bc7062c4e1b4a004190c79951a4e3dbacad634d6b8d3287ce6f664755883f6ee8a8b809196046b77eb84cb898
data/README.md CHANGED
@@ -7,7 +7,7 @@ Season let's you easily query your Models by a specific date/time.
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'season', '~> 0.0.4'
10
+ gem 'season', '~> 0.0.5'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module Season
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Joao Diogo Costa"]
10
10
  spec.email = ["jdscosta91@gmail.com"]
11
11
  spec.summary = %q{Season lets you query your ActiveRecord models by a specified period of time in an easier way.}
12
- spec.description = %q{ }
13
- spec.homepage = ""
12
+ spec.description = %q{Season lets you query your ActiveRecord models by a specified period of time in an easier way.}
13
+ spec.homepage = "https://github.com/joaodiogocosta"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: season
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joao Diogo Costa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-05 00:00:00.000000000 Z
11
+ date: 2015-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '4.0'
69
- description: " "
69
+ description: Season lets you query your ActiveRecord models by a specified period
70
+ of time in an easier way.
70
71
  email:
71
72
  - jdscosta91@gmail.com
72
73
  executables: []
@@ -86,7 +87,7 @@ files:
86
87
  - season.gemspec
87
88
  - spec/scopes.rb
88
89
  - spec/spec_helper.rb
89
- homepage: ''
90
+ homepage: https://github.com/joaodiogocosta
90
91
  licenses:
91
92
  - MIT
92
93
  metadata: {}