Skip to content

Commit

Permalink
Merge pull request #23 from Adam21e/gem_update
Browse files Browse the repository at this point in the history
Update links to travisci and codeclimate after repo name change
  • Loading branch information
Adam21e authored Jan 22, 2019
2 parents 806f948 + 2e1c5d2 commit 6d1cb1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
### Bugfix
* Removed duplicate link_local? in IPv6

Please check [CHANGELOG.rdoc](https://github.com/ipaddress2-gem/ipaddress2/blob/master/CHANGELOG.rdoc) for previous changes.
Please check [CHANGELOG.rdoc](https://github.com/ipaddress2-gem/ipaddress_2/blob/master/CHANGELOG.rdoc) for previous changes.


6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ examples of typical usage.

* Ruby 1.9.3 or later

Please refer to {Travis CI}[https://travis-ci.org/ipaddress2-gem/ipaddress2] for Build Tests on specific versions of Ruby.
Please refer to {Travis CI}[https://travis-ci.org/ipaddress2-gem/ipaddress_2] for Build Tests on specific versions of Ruby.

{<img src="https://travis-ci.org/ipaddress2-gem/ipaddress2.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/ipaddress2-gem/ipaddress2] {<img src="https://codeclimate.com/github/ipaddress2-gem/ipaddress2/badges/gpa.svg" />}[https://codeclimate.com/github/ipaddress2-gem/ipaddress2]
{<img src="https://travis-ci.org/ipaddress2-gem/ipaddress_2.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/ipaddress2-gem/ipaddress_2] {<img src="https://codeclimate.com/github/ipaddress2-gem/ipaddress_2/badges/gpa.svg" />}[https://codeclimate.com/github/ipaddress2-gem/ipaddress_2]

If you want to contribute, please refer to {Contributing.md}[https://github.com/ipaddress2-gem/ipaddress2/blob/master/CONTRIBUTING.md].
If you want to contribute, please refer to {Contributing.md}[https://github.com/ipaddress2-gem/ipaddress_2/blob/master/CONTRIBUTING.md].


== Installation
Expand Down
2 changes: 1 addition & 1 deletion ipaddress_2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
"README.rdoc"
]
s.files = `git ls-files -z`.split("\x0")
s.homepage = "https://github.com/ipaddress2-gem/ipaddress2"
s.homepage = "https://github.com/ipaddress2-gem/ipaddress_2"

s.add_development_dependency "bundler"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 6d1cb1d

Please sign in to comment.