Skip to content

Commit

Permalink
fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss committed Apr 14, 2012
1 parent 699b7e5 commit 49f6ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions caule.gemspec
Expand Up @@ -4,9 +4,9 @@ require File.expand_path('../lib/caule/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Rafael Souza"]
gem.email = ["me@rafaelss.com"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.description = %q{DSL to build crawlers easily}
gem.summary = %q{DSL to build crawlers easily}
gem.homepage = "http://github.com/rafaelss/caule"

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

0 comments on commit 49f6ee7

Please sign in to comment.