dnsbl-client 0.4.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata.gz.sig CHANGED
@@ -1,2 +1 @@
1
- yr5OKL�L�H�bg��={�d�fa-� 3� �lħ ES�/���I�\�9���_i3K8����0L���ϝZQ���pRV�P��7�3 ?_{0{k�.Q��)�B�������)XH �*ժ�=�wd<��L���rKtt��ވ\�(�l�\����J���6���)A�S��P�:���&�L-h#�������-@�X��x�ő�Ǔ��>���-��J����h
2
- -VMLP܊��,�&�gT�
1
+ g]���bDЇ=�ȫ��D�ҀP`%����2,~Xhk~E�A��6�����|1����)!HF_gM<U�r�'6[�� �H�,�z����>�Q���%]I3������2����KV>�޴ӝW�%�{��|d���gSEի��J7o~�D�T� �(n��+ɏ�*��RuTG<Д�2?�H߹㻥pJ��������\T������H�?��
data/README.rdoc DELETED
@@ -1,24 +0,0 @@
1
- = dnsbl-client
2
-
3
- dnsbl-client queries DNS Blacklists for listings. Currently this only does IP lookups, but the next version will handle domains.
4
-
5
- require "dnsbl-client"
6
- c = DNSBL::Client.new
7
- c.lookup("203.150.14.85")
8
- => [#<struct DNSBL::DNSBLResult dnsbl="UCEPROTECT1", query="85.14.150.203.dnsbl-1.uceprotect.net", result="127.0.0.2", meaning="Blacklisted", timing=0.0247988700866699>, #<struct DNSBL::DNSBLResult dnsbl="BARRACUDA", query="85.14.150.203.b.barracudacentral.org", result="127.0.0.2", meaning="Listed", timing=0.0266849994659424>]
9
-
10
- == Contributing to dnsbl-client
11
-
12
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
13
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
14
- * Fork the project
15
- * Start a feature/bugfix branch
16
- * Commit and push until you are happy with your contribution
17
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
18
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
19
-
20
- == Copyright
21
-
22
- Copyright (c) 2011 Chris Lee. See LICENSE.txt for
23
- further details.
24
-
data/lib/dnsbl-client.rb DELETED
@@ -1 +0,0 @@
1
- require 'dnsbl-client/dnsbl-client'