Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Add homepage to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Apr 10, 2012
1 parent 81528e9 commit 5623469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ongaku_ryoho_server.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.email = ["icid.asset@gmail.com"] gem.email = ["icid.asset@gmail.com"]
gem.description = %q{Serves music to Ongaku Ryoho clients} gem.description = %q{Serves music to Ongaku Ryoho clients}
gem.summary = %q{Serves music to Ongaku Ryoho clients} gem.summary = %q{Serves music to Ongaku Ryoho clients}
gem.homepage = "" gem.homepage = "https://github.com/icidasset/ongaku_ryoho_server"


gem.files = `git ls-files`.split($\) gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 5623469

Please sign in to comment.