mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
correct website link in gemspec
This commit is contained in:
parent
2e2fc50112
commit
de0ea0377d
1 changed files with 1 additions and 1 deletions
|
@ -5,10 +5,10 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
|
|||
s.summary = s.description
|
||||
s.authors = ["Blake Mizerany", "Ryan Tomayko", "Simon Rozet", "Konstantin Haase"]
|
||||
s.email = "sinatrarb@googlegroups.com"
|
||||
s.homepage = "http://www.sinatrarb.com/"
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.test_files = s.files.select { |p| p =~ /^test\/.*_test.rb/ }
|
||||
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.add_dependency 'rack', '~> 1.3'
|
||||
|
|
Loading…
Add table
Reference in a new issue