domain-validator-jp 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/LICENSE +20 -0
- data/lib/domain_validator_jp/version.rb +1 -1
- metadata +2 -2
- data/Gemfile.lock +0 -47
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9aa427c493b980496a0ceaef04a511687f65cfe37e2ea3a663bd0ba83b2e940b
|
4
|
+
data.tar.gz: 69aadc68d442d3120bcf36155840f3889b5e23c6567a7eae4021e6b6b094f1ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fead23f7081bca4a7941a6c7439c41d29492f996993ef2020ea4522646f8c09cb4965bb149232614a354b5a8e388670e6220ab2e8f277bd7e614b41a0a37a3f
|
7
|
+
data.tar.gz: 5322603af20c962af89d610eef1561cad7aedb5e39bcc53b51e672ae84220520536a99336844dcdb5b291ce4443e6f457b50266ee04fd0a704acb60cecf1381d
|
data/.gitignore
CHANGED
data/LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright 2018 kimromi
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: domain-validator-jp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kimromi
|
@@ -91,7 +91,7 @@ files:
|
|
91
91
|
- ".rspec"
|
92
92
|
- ".travis.yml"
|
93
93
|
- Gemfile
|
94
|
-
-
|
94
|
+
- LICENSE
|
95
95
|
- README.md
|
96
96
|
- Rakefile
|
97
97
|
- bin/console
|
data/Gemfile.lock
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
domain-validator-jp (0.1.0)
|
5
|
-
public_suffix
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
byebug (10.0.2)
|
11
|
-
coderay (1.1.2)
|
12
|
-
diff-lcs (1.3)
|
13
|
-
method_source (0.9.0)
|
14
|
-
pry (0.11.3)
|
15
|
-
coderay (~> 1.1.0)
|
16
|
-
method_source (~> 0.9.0)
|
17
|
-
pry-byebug (3.6.0)
|
18
|
-
byebug (~> 10.0)
|
19
|
-
pry (~> 0.10)
|
20
|
-
public_suffix (3.0.2)
|
21
|
-
rake (10.5.0)
|
22
|
-
rspec (3.7.0)
|
23
|
-
rspec-core (~> 3.7.0)
|
24
|
-
rspec-expectations (~> 3.7.0)
|
25
|
-
rspec-mocks (~> 3.7.0)
|
26
|
-
rspec-core (3.7.1)
|
27
|
-
rspec-support (~> 3.7.0)
|
28
|
-
rspec-expectations (3.7.0)
|
29
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
30
|
-
rspec-support (~> 3.7.0)
|
31
|
-
rspec-mocks (3.7.0)
|
32
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
33
|
-
rspec-support (~> 3.7.0)
|
34
|
-
rspec-support (3.7.1)
|
35
|
-
|
36
|
-
PLATFORMS
|
37
|
-
ruby
|
38
|
-
|
39
|
-
DEPENDENCIES
|
40
|
-
bundler (~> 1.16)
|
41
|
-
domain-validator-jp!
|
42
|
-
pry-byebug
|
43
|
-
rake (~> 10.0)
|
44
|
-
rspec
|
45
|
-
|
46
|
-
BUNDLED WITH
|
47
|
-
1.16.2
|