Skip to content

Commit

Permalink
wrap requirement with appropriate object
Browse files Browse the repository at this point in the history
  • Loading branch information
infused committed Oct 23, 2015
1 parent a86631d commit e3fb196
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dbf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ Gem::Specification.new do |s|
s.summary = 'Read xBase files'
s.description = 'A small fast library for reading dBase, xBase, Clipper and FoxPro database files.'
s.license = 'MIT'

s.bindir = 'bin'
s.executables = ['dbf']
s.rdoc_options = ['--charset=UTF-8']
s.extra_rdoc_files = ['README.md', 'CHANGELOG.md', 'LICENSE']
s.files = Dir['[A-Z]*', '{bin,docs,lib,spec}/**/*', 'dbf.gemspec']
s.test_files = Dir.glob('spec/**/*_spec.rb')
s.require_paths = ['lib']

s.required_rubygems_version = '>= 1.3.0'
s.required_rubygems_version = Gem::Requirement.new('>= 1.3.0')
end

0 comments on commit e3fb196

Please sign in to comment.