0
0
Fork 0

update the homepage link

The homepage link in the gemspec was wrong
This commit is contained in:
Gibheer 2012-10-23 17:09:37 +03:00
parent 79537632ac
commit 4e05fc75e3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.authors = ['Gibheer']
s.email = 'gibheer@gmail.com'
s.summary = 'Event distribution and aggregation framework'
s.homepage = 'http://github.com/mbj/eventstorm'
s.homepage = 'http://github.com/gibheer/zero'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")