Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Commit

Permalink
Version bumps, updates to the CHANGES file.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Mar 19, 2013
1 parent bdaa800 commit 988dfa6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
== 1.6.0 - ??? == 1.6.0 - 19-Mar-2013
* Split out the ldap portion of the code into its own library. * Split out the ldap portion of the code into its own branch.
* Don't require resolv-replace on Ruby 1.9.3 or later. * Don't require resolv-replace on Ruby 1.9.3 or later.


== 1.5.3 - 29-Feb-2012 == 1.5.3 - 29-Feb-2012
Expand Down
2 changes: 1 addition & 1 deletion lib/net/ping/ping.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Net
# #
class Ping class Ping
# The version of the net-ping library. # The version of the net-ping library.
VERSION = '1.5.3' VERSION = '1.6.0'


# The host to ping. In the case of Ping::HTTP, this is the URI. # The host to ping. In the case of Ping::HTTP, this is the URI.
attr_accessor :host attr_accessor :host
Expand Down
2 changes: 1 addition & 1 deletion net-ping.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rbconfig'


Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'net-ping' spec.name = 'net-ping'
spec.version = '1.5.3' spec.version = '1.6.0'
spec.license = 'Artistic 2.0' spec.license = 'Artistic 2.0'
spec.author = 'Daniel J. Berger' spec.author = 'Daniel J. Berger'
spec.email = 'djberg96@gmail.com' spec.email = 'djberg96@gmail.com'
Expand Down
2 changes: 1 addition & 1 deletion test/test_net_ping.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


class TC_Net_Ping < Test::Unit::TestCase class TC_Net_Ping < Test::Unit::TestCase
def test_net_ping_version def test_net_ping_version
assert_equal('1.5.3', Net::Ping::VERSION) assert_equal('1.6.0', Net::Ping::VERSION)
end end
end end


Expand Down

0 comments on commit 988dfa6

Please sign in to comment.