Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Dec 18, 2012
1 parent a071809 commit 8a48f98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions newrelic-grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
gem.version = Newrelic::Grape::VERSION
gem.authors = ["Richard Huang"]
gem.email = ["flyerhzm@gmail.com"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.description = %q{newrelic instrument for grape}
gem.summary = %q{newrelic instrument for grape}
gem.homepage = "https://github.com/flyerhzm/newrelic-grape"

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

0 comments on commit 8a48f98

Please sign in to comment.