rubydns 0.6.3 → 0.6.4

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MGQ5MTRkMjlkNDRiZGQ2OGIxYzc4NWZhMGY1YzQxYTdkNTIyMGE5Ng==
5
- data.tar.gz: !binary |-
6
- YTAzYWRhYTQxZWY0MGI3NTAyNmE1OTIzZmYwNThjODY3NTYwODNhNA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NzA1NTM4MmVkYTQ5YmQ0NjU3MmMyOWVlZGVjMWY0MmI5ZDg0OWYxZDMzYzQz
10
- NWU4YTM5MTE5N2IwZGYxYTJhMDk0NGQyYjNjNGNlZDVkYWFmNGNkYjYyYWM4
11
- ZTk4ZWI0NzI1MjNkYjVjNTI2MTc2MWJkMzNmOGU0OTJhM2EzZTA=
12
- data.tar.gz: !binary |-
13
- NTlkYzgxNzFmY2IwM2I3NTdmMjExOTAzODIwZGY3YjMwZDQ0Y2E2ZTc2MDQ3
14
- NDE0MWUzZTJmZDg1ZGIxYTRkMzU3MzhiMjBjZDM1ZTM4NTQzODcwOTRkODE1
15
- ZWJmYzBhMzA1MWNlMzA5MjZiZjVhZGRiMmIzZDg0MTVmMmVhOWM=
2
+ SHA1:
3
+ metadata.gz: 182fc832a6186cbf2269c550a30d6fa00a72d6f6
4
+ data.tar.gz: 157486f1a64540e6f3123364b589cff267076a1b
5
+ SHA512:
6
+ metadata.gz: c896499314358b44b7f12130fe874b3229b33a9f157e0f4e74f93178c7393b98a51ba895fb75f5330c99a66c6da25ae3493ace1759a8709af4eb04cd9146ff4d
7
+ data.tar.gz: c4c36e0c506e3ea5f45538780f43d6022053c9548ce246f7c82db29777fac94d1ee4a7ed3749ca92a1ab9af50f3bdaff30718236cff43763e7115b5c86841e86
data/README.md CHANGED
@@ -9,6 +9,7 @@ For examples and documentation please see the main [project page][1].
9
9
  [1]: http://www.oriontransfer.co.nz/gems/rubydns
10
10
 
11
11
  [![Build Status](https://secure.travis-ci.org/ioquatix/rubydns.png)](http://travis-ci.org/ioquatix/rubydns)
12
+ [![Code Climate](https://codeclimate.com/github/ioquatix/rubydns.png)](https://codeclimate.com/github/ioquatix/rubydns)
12
13
 
13
14
  ## Installation
14
15
 
@@ -102,7 +102,7 @@ module RubyDNS
102
102
  end
103
103
  end
104
104
 
105
- attr :logger, true
105
+ attr_accessor :logger
106
106
 
107
107
  # This function connects a pattern with a block. A pattern is either
108
108
  # a String or a Regex instance. Optionally, a second argument can be
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module RubyDNS
22
- VERSION = "0.6.3"
22
+ VERSION = "0.6.4"
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubydns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-06 00:00:00.000000000 Z
11
+ date: 2013-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rexec
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.0.0
41
- description: ! "\t\tRubyDNS is a high-performance DNS server which can be easily integrated
41
+ description: "\t\tRubyDNS is a high-performance DNS server which can be easily integrated
42
42
  into\n\t\tother projects or used as a stand-alone daemon (via RExec). By default
43
43
  it uses\n\t\trule-based pattern matching. Results can be hard-coded, computed, fetched
44
44
  from\n\t\ta remote DNS server or fetched from a local cache, depending on requirements.\n\n\t\tIn
@@ -103,17 +103,17 @@ require_paths:
103
103
  - lib
104
104
  required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
- - - ! '>='
106
+ - - '>='
107
107
  - !ruby/object:Gem::Version
108
108
  version: 1.9.3
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ! '>='
111
+ - - '>='
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
115
  rubyforge_project:
116
- rubygems_version: 2.0.2
116
+ rubygems_version: 2.0.6
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: An easy to use DNS server and resolver for Ruby.