Skip to content

Commit

Permalink
gemspec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
foca committed Nov 13, 2008
1 parent eea7c33 commit 85f5444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrity-email.gemspec
@@ -1,15 +1,15 @@
Gem::Specification.new do |s|
s.name = 'integrity-email'
s.version = '1.0'
s.date = 'Thu Nov 13 00:00:00 -0200 2008'
s.date = '2008-11-13'
s.summary = 'Email notifier for the Integrity continuous integration server'
s.description = 'Easily let Integrity send emails after each build'
s.homepage = 'http://integrityapp.com'
s.email = 'contacto@nicolassanguinetti.info'
s.authors = ['Nicolás Sanguinetti']
s.has_rdoc = false
s.files = %w(
Rakefile
README.markdown
lib/notifier/config.haml
lib/notifier/email.rb
)
Expand Down

0 comments on commit 85f5444

Please sign in to comment.