forked from newrelic/newrelic-ruby-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5060d8f
commit 944dc0a
Showing
84 changed files
with
1,167 additions
and
1,148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ require 'rake/testtask' | |
|
||
GEM_NAME = "newrelic_rpm" | ||
GEM_VERSION = NewRelic::VERSION::STRING | ||
AUTHOR = "Bill Kayser" | ||
AUTHORS = "Bill Kayser", "Justin George" | ||
EMAIL = "[email protected]" | ||
HOMEPAGE = "http://www.github.com/newrelic/rpm" | ||
SUMMARY = "New Relic Ruby Performance Monitoring Agent" | ||
|
@@ -44,7 +44,7 @@ begin | |
gem.summary = SUMMARY | ||
gem.email = EMAIL | ||
gem.homepage = HOMEPAGE | ||
gem.author = AUTHOR | ||
gem.authors = AUTHORS | ||
gem.version = GEM_VERSION | ||
gem.files = FileList['**/*'] | ||
gem.test_files = [] # You can't really run the tests unless the gem is installed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.