Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ahawkins committed Jul 10, 2013
1 parent e3f9317 commit c9fc79c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions harness.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
require File.expand_path('../lib/harness/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["twinturbo"]
gem.email = ["me@broadcastingadam.com"]
gem.authors = ["ahawkins"]
gem.email = ["adam@hawkins.io"]
gem.description = %q{Log ActiveSupport::Notifications to various services like Librato or StatsD}
gem.summary = %q{}
gem.homepage = "https://github.com/twinturbo/harness"
gem.homepage = "https://github.com/ahawkins/harness"

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

0 comments on commit c9fc79c

Please sign in to comment.