Skip to content

Commit

Permalink
Use of custom objects is not necessary here
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 3, 2013
1 parent 94c3cb3 commit 93db15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twurl.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.name = 'twurl' spec.name = 'twurl'
spec.rdoc_options = ['--title', 'twurl -- OAuth-enabled curl for the Twitter API', '--main', 'README', '--line-numbers', '--inline-source'] spec.rdoc_options = ['--title', 'twurl -- OAuth-enabled curl for the Twitter API', '--main', 'README', '--line-numbers', '--inline-source']
spec.require_paths = ['lib'] spec.require_paths = ['lib']
spec.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') spec.required_rubygems_version = '>= 1.3.6'
spec.rubyforge_project = 'twurl' spec.rubyforge_project = 'twurl'
spec.summary = spec.description spec.summary = spec.description
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 93db15c

Please sign in to comment.