japanese_email_domain 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
  SHA1:
3
- metadata.gz: 41a26db7ea4836eaaafa0fe7c071b6725f2e5f98
4
- data.tar.gz: 2e95c2228e4fa20eaffa42c127e9f274b5eecaa7
3
+ metadata.gz: a06eef65d7fc661fb956c4121115d92e2333f7e4
4
+ data.tar.gz: 30860931b02ccd5d8804ace90fd66e8e2511c8c7
5
5
  SHA512:
6
- metadata.gz: 2e05718bfdcd8388cf6d4a8a59df0b68e5b01485a083fd196cbedec887e7fb42c9942f3cefe04f825b629845278f6076f19c23e17999a7af92154508f218acaf
7
- data.tar.gz: 61b3a4a70488572805e868ac30269408580a79ddadad51f87dc1c16b9155864426b77a634d4286b7e11cb01c01f887e07604941f6f932ba5fefbb9f68f233489
6
+ metadata.gz: 9202820415206789fbb3c23a760e124176ad2887759de7982b45842317a1b7e002c78fd9b44fbdf75d6dc4c60c8f86ce8b85a18f0eaeeed17a7438d591ac6887
7
+ data.tar.gz: 5d66a5971fdc3bfe24a0e18a5c2f57455d35bf7fd1c5db638fb4e608b1b49975e14996111dd2f61df01e85bff15820810af981fe4faaf86f5e7bab68d60f9946
data/README.md CHANGED
@@ -22,7 +22,9 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ Accepts email address of docomo, au, softbank and softbank's iphone.
26
+ `JapaneseEmailDomain::Validator.new('hogehoge@docomo.ne.jp')` is be true
27
+ `JapaneseEmailDomain::Validator.new('hogehoge@att.net')` is be false`
26
28
 
27
29
  ## Development
28
30
 
@@ -32,7 +34,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
34
 
33
35
  ## Contributing
34
36
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/japanese_email_domain. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kiyokuro/japanese_email_domain. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
38
 
37
39
  ## License
38
40
 
@@ -1,3 +1,3 @@
1
1
  module JapaneseEmailDomain
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: japanese_email_domain
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
  - kiyokuro
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-20 00:00:00.000000000 Z
11
+ date: 2017-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler