Skip to content

Commit

Permalink
update gemspec with new name
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Aug 21, 2011
1 parent 905440d commit f35fd72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sensu.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = "sa-monitoring"
s.name = "sensu"
s.version = "0.2.0"
s.authors = ["Sean Porter", "Justin Kolberg"]
s.email = ["sean.porter@sonian.net", "justin.kolberg@sonian.net"]
s.homepage = "https://github.com/sonian/sa-monitoring"
s.summary = %q{Pub/Sub Server Monitoring}
s.homepage = "https://github.com/sonian/sensu"
s.summary = %q{A Publish/Subscribe Server Monitoring Framework}
s.description = %q{Monitor servers with Ruby EventMachine & RabbitMQ}

s.add_dependency("amqp", "0.7.4")
Expand Down

0 comments on commit f35fd72

Please sign in to comment.