Skip to content

Commit 452518a

Browse files
committed
resolve conflict
2 parents b7a6440 + 97a3a7a commit 452518a

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.0.3
4+
5+
- Change to DARV BAS registry (with support of legal form)

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,16 @@ ruby-ares will raise either `RubyARES::Parser::ARESDatabaseError` or `RubyARES::
5454

5555
If the connection to the ARES database can't be established ruby-ares raises `RubyARES::HTTP::ConnectionError`.
5656

57-
## Changelog
57+
## License
5858

59-
### 1.0.0
59+
ruby-ares is written and maintained by [Josef Strzibny](http://strzibny.name).
6060

61-
* added ARES legal form id
62-
* added support for case reference
61+
See LICENSE file.
6362

64-
## License
63+
## Contributors
64+
65+
Contributions are welcome!
66+
67+
Here are the list of current contributors:
6568

66-
See LICENSE
69+
- Jindřich Skupa

lib/ruby-ares.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
require 'ruby-ares/parser'
1010

1111
module RubyARES
12-
VERSION = '0.0.2'
12+
VERSION = '0.0.3'
1313
end

ruby-ares.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ gemspec = Gem::Specification.new do |s|
2020
s.homepage = 'http://github.com/strzibny/ruby-ares'
2121
s.required_ruby_version = '>= 1.8.7'
2222
s.required_rubygems_version = '>= 1.8.0'
23-
s.files = FileList['README.md', 'Rakefile',
24-
'lib/**/*.rb', 'test/**/test*.rb']
23+
s.files = FileList['README.md', 'Rakefile', 'CHANGELOG.md',
24+
'lib/**/*.rb', 'test/**/test*.rb']
2525
s.add_runtime_dependency 'libxml-ruby'
2626
s.requirements << 'libxml2'
2727
end

0 commit comments

Comments
 (0)