Skip to content

Commit

Permalink
Update readme and gemspec to point to new website
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Nov 2, 2013
1 parent 212c359 commit ca0ac01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion invoker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.homepage = %q{https://github.com/code-mancers/invoker}
s.homepage = %q{https://invoker.codemancers.com}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.summary = %q{Something small for Process management}
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Currently it only works with Ruby 1.9.3 and 2.0.

## Manual ##

Information about configuring and using Invoker can be found on - [Invoker Website](https://code-mancers.github.com/invoker)
Information about configuring and using Invoker can be found on - [Invoker Website](https://invoker.codemancers.com)

## Bug reports and Feature requests

Expand Down

0 comments on commit ca0ac01

Please sign in to comment.