Skip to content

Commit

Permalink
correct website link in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jun 5, 2011
1 parent 2e2fc50 commit de0ea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra.gemspec
Expand Up @@ -5,10 +5,10 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
s.summary = s.description s.summary = s.description
s.authors = ["Blake Mizerany", "Ryan Tomayko", "Simon Rozet", "Konstantin Haase"] s.authors = ["Blake Mizerany", "Ryan Tomayko", "Simon Rozet", "Konstantin Haase"]
s.email = "sinatrarb@googlegroups.com" s.email = "sinatrarb@googlegroups.com"
s.homepage = "http://www.sinatrarb.com/"
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = s.files.select { |p| p =~ /^test\/.*_test.rb/ } s.test_files = s.files.select { |p| p =~ /^test\/.*_test.rb/ }
s.extra_rdoc_files = s.files.select { |p| p =~ /^README/ } << 'LICENSE' s.extra_rdoc_files = s.files.select { |p| p =~ /^README/ } << 'LICENSE'
s.homepage = "http://sinatra.rubyforge.org"
s.rdoc_options = %w[--line-numbers --inline-source --title Sinatra --main README.rdoc] s.rdoc_options = %w[--line-numbers --inline-source --title Sinatra --main README.rdoc]


s.add_dependency 'rack', '~> 1.3' s.add_dependency 'rack', '~> 1.3'
Expand Down

0 comments on commit de0ea03

Please sign in to comment.