dnsbl-client 0.1.0 → 0.1.1

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.
Files changed (5) hide show
  1. data/README.rdoc +1 -1
  2. data/bin/dnsbl-client +0 -0
  3. data.tar.gz.sig +0 -0
  4. metadata +7 -7
  5. metadata.gz.sig +0 -0
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = dnsbl-client
2
2
 
3
- This library queries DNS Blacklists for listings. Currently this only does IP lookups, but the next version will handle domains.
3
+ dnsbl-client queries DNS Blacklists for listings. Currently this only does IP lookups, but the next version will handle domains.
4
4
 
5
5
  require "dnsbl-client"
6
6
  c = DNSBL::Client.new
data/bin/dnsbl-client CHANGED
File without changes
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnsbl-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Lee
@@ -37,8 +37,8 @@ cert_chain:
37
37
  6yhklP75
38
38
  -----END CERTIFICATE-----
39
39
 
40
- date: 2011-03-14 00:00:00 -04:00
41
- default_executable:
40
+ date: 2011-03-15 00:00:00 -04:00
41
+ default_executable: dnsbl-client
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -102,8 +102,8 @@ dependencies:
102
102
  type: :development
103
103
  description: simple interface to lookup blacklists results
104
104
  email: rubygems@chrislee.dhs.org
105
- executables: []
106
-
105
+ executables:
106
+ - dnsbl-client
107
107
  extensions: []
108
108
 
109
109
  extra_rdoc_files:
metadata.gz.sig CHANGED
Binary file