periods_validator 0.1.2 → 0.1.3
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/.travis.yml +0 -2
- data/Gemfile.lock +2 -7
- data/lib/periods_validator/version.rb +1 -1
- data/periods_validator.gemspec +1 -0
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a9abcff7fc251edcd8f9cf6410343acb27be5ba547e4d5e0cc6c7e3cbaf0ede
|
|
4
|
+
data.tar.gz: e9990316242485f70652f9433ea39cb94db4b134bc66099f351f8a8caf6b234b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 738b0c7f8301939a73894ea7f72eefe9cad7049766883e6f623a2cf740b2c9dfcb55480b16b247ce5db3505eb00399289da4bd1b8dc924d65f66cc96246199f3
|
|
7
|
+
data.tar.gz: 8afa974f97964ff4d35e713036faf681cce25005b7e61d16df20ad0728827c006b3b62458fc8792c7ceaae89b250c0aecabd3c684f6dd5f0d6f46a7876e05e06
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
periods_validator (0.1.
|
|
5
|
-
|
|
4
|
+
periods_validator (0.1.3)
|
|
5
|
+
activemodel (>= 3.0, < 5.3)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
10
|
activemodel (5.2.3)
|
|
11
11
|
activesupport (= 5.2.3)
|
|
12
|
-
activerecord (5.2.3)
|
|
13
|
-
activemodel (= 5.2.3)
|
|
14
|
-
activesupport (= 5.2.3)
|
|
15
|
-
arel (>= 9.0)
|
|
16
12
|
activesupport (5.2.3)
|
|
17
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
18
14
|
i18n (>= 0.7, < 2)
|
|
@@ -22,7 +18,6 @@ GEM
|
|
|
22
18
|
bundler
|
|
23
19
|
rake
|
|
24
20
|
thor (>= 0.14.0)
|
|
25
|
-
arel (9.0.0)
|
|
26
21
|
byebug (10.0.2)
|
|
27
22
|
coderay (1.1.2)
|
|
28
23
|
concurrent-ruby (1.1.5)
|
data/periods_validator.gemspec
CHANGED
|
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.description = 'Validates periods between two date ranges'
|
|
14
14
|
spec.homepage = ''
|
|
15
15
|
spec.license = 'MIT'
|
|
16
|
+
spec.metadata = {'source_code_uri' => 'https://github.com/jponferrada26/periods_validator'}
|
|
16
17
|
|
|
17
18
|
spec.files = `git ls-files -z`.split("\x0")
|
|
18
19
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: periods_validator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Javier Ponferrada López
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07-
|
|
11
|
+
date: 2019-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -127,7 +127,8 @@ files:
|
|
|
127
127
|
homepage: ''
|
|
128
128
|
licenses:
|
|
129
129
|
- MIT
|
|
130
|
-
metadata:
|
|
130
|
+
metadata:
|
|
131
|
+
source_code_uri: https://github.com/jponferrada26/periods_validator
|
|
131
132
|
post_install_message:
|
|
132
133
|
rdoc_options: []
|
|
133
134
|
require_paths:
|
|
@@ -143,7 +144,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
144
|
- !ruby/object:Gem::Version
|
|
144
145
|
version: '0'
|
|
145
146
|
requirements: []
|
|
146
|
-
|
|
147
|
+
rubyforge_project:
|
|
148
|
+
rubygems_version: 2.7.6
|
|
147
149
|
signing_key:
|
|
148
150
|
specification_version: 4
|
|
149
151
|
summary: Validates periods between two date ranges
|