mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
regenerate gemspec
This commit is contained in:
parent
4e99062aab
commit
bd1fde5a88
1 changed files with 5 additions and 2 deletions
|
@ -3,8 +3,8 @@ Gem::Specification.new do |s|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
|
|
||||||
s.name = 'sinatra'
|
s.name = 'sinatra'
|
||||||
s.version = '1.2.1'
|
s.version = '1.3.0'
|
||||||
s.date = '2011-03-17'
|
s.date = '2011-03-28'
|
||||||
|
|
||||||
s.description = "Classy web-development dressed in a DSL"
|
s.description = "Classy web-development dressed in a DSL"
|
||||||
s.summary = "Classy web-development dressed in a DSL"
|
s.summary = "Classy web-development dressed in a DSL"
|
||||||
|
@ -24,6 +24,7 @@ Gem::Specification.new do |s|
|
||||||
README.hu.rdoc
|
README.hu.rdoc
|
||||||
README.jp.rdoc
|
README.jp.rdoc
|
||||||
README.pt-br.rdoc
|
README.pt-br.rdoc
|
||||||
|
README.pt-pt.rdoc
|
||||||
README.rdoc
|
README.rdoc
|
||||||
README.ru.rdoc
|
README.ru.rdoc
|
||||||
README.zh.rdoc
|
README.zh.rdoc
|
||||||
|
@ -33,12 +34,14 @@ Gem::Specification.new do |s|
|
||||||
lib/sinatra/images/404.png
|
lib/sinatra/images/404.png
|
||||||
lib/sinatra/images/500.png
|
lib/sinatra/images/500.png
|
||||||
lib/sinatra/main.rb
|
lib/sinatra/main.rb
|
||||||
|
lib/sinatra/rack.rb
|
||||||
lib/sinatra/showexceptions.rb
|
lib/sinatra/showexceptions.rb
|
||||||
sinatra.gemspec
|
sinatra.gemspec
|
||||||
test/base_test.rb
|
test/base_test.rb
|
||||||
test/builder_test.rb
|
test/builder_test.rb
|
||||||
test/coffee_test.rb
|
test/coffee_test.rb
|
||||||
test/contest.rb
|
test/contest.rb
|
||||||
|
test/delegator_test.rb
|
||||||
test/encoding_test.rb
|
test/encoding_test.rb
|
||||||
test/erb_test.rb
|
test/erb_test.rb
|
||||||
test/erubis_test.rb
|
test/erubis_test.rb
|
||||||
|
|
Loading…
Add table
Reference in a new issue