calendar_sniper 1.0.1 → 1.0.2
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 +15 -0
- data/calendar_sniper.gemspec +1 -1
- data/lib/calendar_sniper/version.rb +1 -1
- metadata +5 -11
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
MDJhMTk2MDI5NGNhNDQxZGMzMjNmNmRkYmNlZmRjMDdhMDYzYjM1Mg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NzQwN2NlZWZhMmJkMzkyNTc4MmE5ODU0MTBiMmI4Yzg4MjhiZWIyYg==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
NDg3YTBjOTk0MjkxOWNmYzA2YTk3NjE5MWViYzM1Yzc2NmQwMDI4NzY0ODZm
|
|
10
|
+
NDJkMjY1MDllNWUzZjgyY2NjNTFkZTNjNWEzYmZlMDlhNTYwNTcwMjNhY2Jk
|
|
11
|
+
OWJlYzljNjg0MjQ0YjE0MzNiMDM0NjNlMjI1YjgxNzI5MzAxZjE=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
N2E0NTRjNDkxNDc5N2UzMjMwYzIyZGQzMjYwN2VjMzI1OWJhOGQ0NjMzNDUy
|
|
14
|
+
YWVjNGM5NTkwYTA5ODdkMTY0MjZjYmY4Yjc4MmVhYjcxZDhkYTM3MjI4MDAz
|
|
15
|
+
NDI1NDVmOTBlZjlmYzVlYTAwOTc2Y2RjYzBlM2QyNTU3YjdlOTE=
|
data/calendar_sniper.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.description = %q{Gem that adds date related scopes to ActiveRecord models}
|
|
12
12
|
spec.summary = %q{CalendarSniper adds with_date_range, with_to_date, with_from_date, and
|
|
13
13
|
in_date_range scopes to ActiveRecord models that it is included into.}
|
|
14
|
-
spec.homepage = "https://github.com/eLocal/
|
|
14
|
+
spec.homepage = "https://github.com/eLocal/calendar_sniper"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: calendar_sniper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.0.2
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Chris MacNaughton
|
|
@@ -15,7 +14,6 @@ dependencies:
|
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: bundler
|
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
17
|
requirements:
|
|
20
18
|
- - ~>
|
|
21
19
|
- !ruby/object:Gem::Version
|
|
@@ -23,7 +21,6 @@ dependencies:
|
|
|
23
21
|
type: :development
|
|
24
22
|
prerelease: false
|
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
24
|
requirements:
|
|
28
25
|
- - ~>
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
@@ -31,7 +28,6 @@ dependencies:
|
|
|
31
28
|
- !ruby/object:Gem::Dependency
|
|
32
29
|
name: rake
|
|
33
30
|
requirement: !ruby/object:Gem::Requirement
|
|
34
|
-
none: false
|
|
35
31
|
requirements:
|
|
36
32
|
- - ! '>='
|
|
37
33
|
- !ruby/object:Gem::Version
|
|
@@ -39,7 +35,6 @@ dependencies:
|
|
|
39
35
|
type: :development
|
|
40
36
|
prerelease: false
|
|
41
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
38
|
requirements:
|
|
44
39
|
- - ! '>='
|
|
45
40
|
- !ruby/object:Gem::Version
|
|
@@ -60,30 +55,29 @@ files:
|
|
|
60
55
|
- calendar_sniper.gemspec
|
|
61
56
|
- lib/calendar_sniper.rb
|
|
62
57
|
- lib/calendar_sniper/version.rb
|
|
63
|
-
homepage: https://github.com/eLocal/
|
|
58
|
+
homepage: https://github.com/eLocal/calendar_sniper
|
|
64
59
|
licenses:
|
|
65
60
|
- MIT
|
|
61
|
+
metadata: {}
|
|
66
62
|
post_install_message:
|
|
67
63
|
rdoc_options: []
|
|
68
64
|
require_paths:
|
|
69
65
|
- lib
|
|
70
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
71
|
-
none: false
|
|
72
67
|
requirements:
|
|
73
68
|
- - ! '>='
|
|
74
69
|
- !ruby/object:Gem::Version
|
|
75
70
|
version: '0'
|
|
76
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
|
-
none: false
|
|
78
72
|
requirements:
|
|
79
73
|
- - ! '>='
|
|
80
74
|
- !ruby/object:Gem::Version
|
|
81
75
|
version: '0'
|
|
82
76
|
requirements: []
|
|
83
77
|
rubyforge_project:
|
|
84
|
-
rubygems_version: 1.
|
|
78
|
+
rubygems_version: 2.1.5
|
|
85
79
|
signing_key:
|
|
86
|
-
specification_version:
|
|
80
|
+
specification_version: 4
|
|
87
81
|
summary: CalendarSniper adds with_date_range, with_to_date, with_from_date, and in_date_range
|
|
88
82
|
scopes to ActiveRecord models that it is included into.
|
|
89
83
|
test_files: []
|