gman 0.0.5 → 0.0.6

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: 92f04d60751b9f917ffe064b7223e60a1a42f506
4
- data.tar.gz: 3df844962e3e219408fd74518a319704a91db8d4
3
+ metadata.gz: a52506ac373d14b8d623fc9811a217a260529e73
4
+ data.tar.gz: 69f9252bb61fae8d90eef34b598ac572b2553b03
5
5
  SHA512:
6
- metadata.gz: 691428b918bc829f11497cb264b0c78dc5c045675c6277ca452cb172da2b00c9995091427508f1a15f70f69adc0ae4ac9adc0caa3ecbe19ab09abc1864ffa787
7
- data.tar.gz: 5b40213399f148c456034c655c9063596222267c7f0f766ea606c0d3f44c1eaf2a09dd8cc5c937d965803997e99b02bf86ee64ba106197ce4eee3b7bcfb5676d
6
+ metadata.gz: 2cf3eb4c913957387a50403d566101e89328330dbc01cf39c38c3a869ed91c25a153f0eff81dba7bf8e34f1a3048b03b451df4f14401e83df717b4b07cc658d7
7
+ data.tar.gz: 0067d03484926f13cb78b32b83dba2e1ec41a8434417fd14ba236c0d3d28e3891cc30305f7f8ab06ffd6554e2d7e1194177923b8718d40edd0f0d5dcd315740f
@@ -13,10 +13,10 @@ Open an issue, or submit a pull request
13
13
 
14
14
  ## Domains
15
15
 
16
- Domains live in `./lib/domains.yml` as a bulleted list of TLDs and SLD+TLDs.
16
+ Domains live in `./lib/domains.txt` as a list of TLDs and SLD+TLDs.
17
17
 
18
18
  Right now, the only valid government top level domains (TLDs), represent the US government and are `.gov`, and `.mil`.
19
19
 
20
20
  Secondary domains (e.g., `gov.uk`, or `mil.au`) detect non-US government entities.
21
21
 
22
- To add or remove a domain from the list of known government domains, simply edit the `domains.yml` file.
22
+ To add or remove a domain from the list of known government domains, simply edit the `domains.txt` file.
@@ -2,9 +2,8 @@ Gem::Specification.new do |s|
2
2
  s.name = "gman"
3
3
  s.summary = "Check if a given domain or email address belong to a governemnt entity"
4
4
  s.description = "A ruby gem to check if the owner of a given email address is working for THE MAN."
5
- s.version = "0.0.5"
5
+ s.version = "0.0.6"
6
6
  s.authors = ["Ben Balter"]
7
- s.date = "2013-09-30"
8
7
  s.email = "ben.balter@github.com"
9
8
  s.homepage = "https://github.com/benbalter/gman"
10
9
  s.licenses = ["MIT"]
@@ -195,3 +195,8 @@ ci.longmont.co.us
195
195
  sfgov.org
196
196
  state.de.us
197
197
  state.or.us
198
+ borough.kenai.ak.us
199
+ kcmo.org
200
+
201
+ // Non US sub-divisions
202
+ greatersudbury.ca
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-30 00:00:00.000000000 Z
11
+ date: 2013-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: public_suffix