mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
require_paths already defaults to ["lib"]
This commit is contained in:
parent
24cb84e274
commit
c4d55a1046
1 changed files with 5 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
|||
# Run `rake sinatra-contrib.gemspec` to update the gemspec.
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "sinatra-contrib"
|
||||
s.version = "1.2.0"
|
||||
s.description = "Collection of useful Sinatra extensions"
|
||||
s.homepage = "http://github.com/sinatra/sinatra-contrib"
|
||||
s.require_paths = ["lib"]
|
||||
s.summary = s.description
|
||||
s.name = "sinatra-contrib"
|
||||
s.version = "1.2.0"
|
||||
s.description = "Collection of useful Sinatra extensions"
|
||||
s.homepage = "http://github.com/sinatra/sinatra-contrib"
|
||||
s.summary = s.description
|
||||
|
||||
# generated from git shortlog -sn
|
||||
s.authors = [
|
||||
|
|
Loading…
Reference in a new issue