Skip to content

Commit

Permalink
Version bumps and updates to the CHANGES file.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Sep 3, 2010
1 parent 561d8af commit a2da6ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
== 1.3.5 - 3-Sep-2010
* Allow for custom user agent in Net::Ping::HTTP. Thanks go to Michael
Reinsch for the patch.

== 1.3.4 - 25-Jun-2010
* Fixed a dumb platform bug. Thanks go to Jason Frey for the spot.

Expand Down
2 changes: 1 addition & 1 deletion lib/net/ping/ping.rb
Expand Up @@ -10,7 +10,7 @@ module Net
#
class Ping
# The version of the net-ping library.
VERSION = '1.3.4'
VERSION = '1.3.5'

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

Gem::Specification.new do |gem|
gem.name = 'net-ping'
gem.version = '1.3.4'
gem.version = '1.3.5'
gem.license = 'Artistic 2.0'
gem.author = 'Daniel J. Berger'
gem.email = 'djberg96@gmail.com'
Expand Down
2 changes: 1 addition & 1 deletion test/test_net_ping.rb
Expand Up @@ -21,6 +21,6 @@

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

0 comments on commit a2da6ce

Please sign in to comment.