Skip to content

Commit

Permalink
Fixing gemspec to run tests and add dependency for sqllite3-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hexgnu committed Jun 7, 2011
1 parent 5373e2a commit 501f5cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gemspec
Expand Up @@ -8,7 +8,8 @@ Gem::Specification.new do |s|
s.homepage = "http://geocoder.us/"
s.files = ["lib/geocoder/us.rb"] + Dir["lib/geocoder/us/*"] + Dir["tests/*"]
s.require_path = "lib"
s.test_files = "tests/run.rb"
s.test_files = "test/run.rb"
s.add_dependency 'sqlite3-ruby', '~>1.3.3'
s.has_rdoc = true
s.extra_rdoc_files = ["README.rdoc"]
end

0 comments on commit 501f5cf

Please sign in to comment.