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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c5bca455a5e823e38c62b4c8ad018fe7a98a4e59ded8ab8417642bc604d8cdb
4
- data.tar.gz: 33bfed4386c6d23f7ef920e5d51534d3c8126aa3de109683104ffb615dd164ab
3
+ metadata.gz: 9aa427c493b980496a0ceaef04a511687f65cfe37e2ea3a663bd0ba83b2e940b
4
+ data.tar.gz: 69aadc68d442d3120bcf36155840f3889b5e23c6567a7eae4021e6b6b094f1ac
5
5
  SHA512:
6
- metadata.gz: 55bb68dda7215d56140b5398ab4d444865f613458d3d3557773d3d51010986c38117862af232604af571c427d237a059de63a409ee6146fffc7dfc6e7cc0830c
7
- data.tar.gz: f321c98ad746f03298ce917579e72c1357693796ce588aef7b57ae82d75353f28b2e664e68ff58921fba0209ec60ff6e35dd9435bf783d4c46f517bfd242c9b8
6
+ metadata.gz: 5fead23f7081bca4a7941a6c7439c41d29492f996993ef2020ea4522646f8c09cb4965bb149232614a354b5a8e388670e6220ab2e8f277bd7e614b41a0a37a3f
7
+ data.tar.gz: 5322603af20c962af89d610eef1561cad7aedb5e39bcc53b51e672ae84220520536a99336844dcdb5b291ce4443e6f457b50266ee04fd0a704acb60cecf1381d
data/.gitignore CHANGED
@@ -8,3 +8,4 @@
8
8
  /tmp/
9
9
  /.bundle/
10
10
  /vendor/
11
+ /Gemfile.lock
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.
@@ -1,3 +1,3 @@
1
1
  class DomainValidatorJp
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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
- - Gemfile.lock
94
+ - LICENSE
95
95
  - README.md
96
96
  - Rakefile
97
97
  - bin/console
@@ -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