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 +4 -4
- data/README.md +1 -1
- data/lib/season/version.rb +1 -1
- data/season.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d62ee58d4c895ddbc76919af3aec21b6276d00b
|
4
|
+
data.tar.gz: f05f5f29921755090dceb8243ca10252a89cff5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4750c46690687c4476fe4e58f002d30c7719471938e7f53bc4b47967fd4bbe11f4b8eae15679c73b0180b0b1f2892cd4782a78f50ae7630fb005ce5c30c79d5
|
7
|
+
data.tar.gz: 8c1be2eb020ac456ca58d3399b7c70ad23fe126bc7062c4e1b4a004190c79951a4e3dbacad634d6b8d3287ce6f664755883f6ee8a8b809196046b77eb84cb898
|
data/README.md
CHANGED
data/lib/season/version.rb
CHANGED
data/season.gemspec
CHANGED
@@ -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
|
+
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-
|
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: {}
|