mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Remove vestigial rdoc options from gem specification
This commit is contained in:
parent
19ec44d938
commit
22410ae40c
1 changed files with 0 additions and 2 deletions
|
|
@ -11,11 +11,9 @@ Gem::Specification.new do |spec|
|
|||
spec.authors = ['Steve Richert', 'Erik Michaels-Ober']
|
||||
spec.description = 'Simply builds and verifies OAuth headers'
|
||||
spec.email = ['steve.richert@gmail.com', 'sferik@gmail.com']
|
||||
spec.extra_rdoc_files = ['README.rdoc']
|
||||
spec.files = `git ls-files`.split("\n")
|
||||
spec.homepage = 'http://github.com/laserlemon/simple_oauth'
|
||||
spec.name = 'simple_oauth'
|
||||
spec.rdoc_options = ['--charset=UTF-8']
|
||||
spec.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if spec.respond_to? :required_rubygems_version=
|
||||
spec.summary = spec.description
|
||||
spec.test_files = `git ls-files -- test/**/*_test.rb`.split("\n")
|
||||
|
|
|
|||
Loading…
Reference in a new issue