Skip to content

Commit

Permalink
update for branch 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinhirne committed Sep 13, 2016
1 parent 45dd690 commit 5dd110b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.5.2
Changes:
* bug fixes from: https://github.com/KirillSmirnov, https://github.com/rwhitworth, https://github.com/y13i

Version 1.5.1
Changes:
* fixed bug with NetAddr#merge (credit to Daniel Boughton)
Expand Down
4 changes: 2 additions & 2 deletions netaddr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# install with: netaddr*.gem
Gem::Specification.new do |s|
s.name = "netaddr"
s.version = "1.5.1"
s.date = "2016-01-25"
s.version = "1.5.2"
s.date = "2016-01-26"
s.author = "Dustin Spinhirne"
s.summary = "A package for manipulating network addresses."
s.files = Dir['lib/*.rb'] + Dir['test/*']
Expand Down

0 comments on commit 5dd110b

Please sign in to comment.