Skip to content

Commit a347bad

Browse files
committed
fixed gemspec homepage
1 parent 74c6999 commit a347bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activeresource-response.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.version = ActiveResourceResponse::Version::VERSION
99
s.authors = ["Igor Fedoronchuk"]
1010
s.email = ["[email protected]"]
11-
s.homepage = "http://fivell.github.com/activeresource-response/"
11+
s.homepage = "https://github.com/didww/activeresource-response"
1212
s.summary = %q{activeresource extension}
1313
s.description = %q{This gem adds possibility to access http response object from result of ActiveResource::Base find method }
1414
s.license = 'MIT'

0 commit comments

Comments
 (0)