[DRE-commits] [ruby-net-dns] annotated tag v0.6.0 created (now 4d01ebf)

Philippe Thierry pthierry-guest at moszumanska.debian.org
Wed Jun 21 13:47:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

pthierry-guest pushed a change to annotated tag v0.6.0
in repository ruby-net-dns.

        at  4d01ebf   (tag)
   tagging  2bae52adfcfd5df4f8537e3cef87603bb1887d51 (commit)
 tagged by  Simone Carletti
        on  Sat Nov 7 23:47:59 2009 +0100

- Log -----------------------------------------------------------------
Tagged Release Net::DNS 0.6.0

Camilo Aguilar (5):
      added require \'rubygems\' in demos, because is not part of standard library in Ruby 1.8
      added require \'rubygems\' in demos, because is not part of standard library in Ruby 1.8
      fix @regexp_string in test_types.rb
      added task in Rakefile to see TODO and FIXME labels
      little fix

Marco Ceresa (27):
      Initial import on github
      Added the Net::DNS::Resolver.start method - shortcut for one liner resolvers
      README file new version, RDoc formatted
      Added Resolver() method
      Updated README.rdoc
      Added Net::DNS::Packet#size method
      Moved gemspec to net-dns.gemspec
      Fixed missing end in net-dns.gemspec
      Updated information in net-dns.gemspec
      gemspec version number
      Cleanup
      Added rubyforge_project in gemspec
      Version bump to 0.0.0
      Tidying up Rakefile and gem creation, new version released 0.5.0
      Removed version
      Rakefile and gem housekeeping
      Added rubyforge publisher task
      Version bump to 0.5.1
      Rubyforge publisher cleanup
      Version bump to 0.5.2
      More Rakefile cleaning
      Regenerated gemspec for version 0.5.2
      Version bump to 0.5.3
      Fixed Net::DNS::RR::Types regexp bug
      Regenerated gemspec for version 0.5.3
      Fixed minor bugs
      Changed default timeout and fixed regexp issue

Simone Carletti (36):
      Resolver class tries to load 'win32/resolv' file when running on MacOSX becauase the /win/ regexp matches 'darwin' platform.
      Cleaned up test suites according to GEM common practices.
      Ruby 1.9: Hash are now ordered, ensure data is sorted before running an assert_equal.
      Ruby 1.9: that's funny! You can't actually use a @name instance variable in a test or it will raise an error similar to the following one:
      Fixed compatibility with Ruby 1.9
      Proudly compatible with Ruby 1.9 (afaik)
      Refactoring RR::A tests to improve readability and maintanability.
      RR#set_stype scope is now private to prevent invalid usage.
      Moved main dns.rb file to lib/net folder as default for GEMs. In this way it can be autoloaded when the gem is required.
      DnsTimeout#timeout now raises LocalJumpError instead of DnsTimeoutArgumentError when block is missing.
      Added missing #to_s method to Net::DNS::Question.
      Moved Header exception classes into the Net::DNS::Header class taking advantage of Ruby namescopes.
      Moved Resolver exception classes into the Net::DNS::Resolver class taking advantage of Ruby namescopes.
      Moved Packet exception classes into the Net::DNS:: Packet class taking advantage of Ruby namescopes.
      Moved RR exception classes into the Net::DNS:: RR class taking advantage of Ruby namescopes.
      Moved Question exception classes into the Net::DNS::Question class taking advantage of Ruby namescopes.
      Moved Names exception classes into the Net::DNS::Names class taking advantage of Ruby namescopes.
      Use standard ArgumentError, no need to create a custom error class.
      Refactoring RR::NS tests to improve readability and maintanability.
      Merged branch 'tests'. Added compatibility with Ruby 1.9 and cleaned up all unit tests.
      Default ignored files and folders.
      Updated Readme file.
      Normalized extra Rdoc files.
      Cleaned up Rakefile with the latest updates.
      Fixed my email and normalized changelog.
      Merged branch 'argumenterror'.
      Renamed Net::DNS::RR::Types::Types to Net::DNS::RR::Types::TYPES to follow Ruby coding standards.
      Moved Question exception classes into the Net::DNS::RR class taking
      *.gemspec is not required to be saved in the project repos. It is generated on-the-fly on release.
      Removed old SVN properties.
      Code cleanup. Moved core extensions into a separate file.
      Timeout class simplification. Removed code remnants and code complexity.
      Refactoring Timeout classes into the Net::DNS namescope.
      Added standard VERSION constant.
      Version bump to 0.6.0
      Release Net::DNS 0.6.0

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-net-dns.git



More information about the Pkg-ruby-extras-commits mailing list