Add homepage in gemspec

master
Guillaume DOTT 2013-02-04 17:27:13 +01:00
parent 57534dcbbb
commit 45f0746044
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["guillaume+github@dott.fr"]
gem.description = %q{jOrgChart for Rails 3 asset pipeline}
gem.summary = %q{This gem provides jOrgChart for your Rails 3 application.}
gem.homepage = ""
gem.homepage = "https://github.com/gdott9/jorgchart-rails"
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }