Skip to content

Commit

Permalink
more badges and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Jul 24, 2013
1 parent 0efe447 commit e2dc497
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
9 changes: 8 additions & 1 deletion Gemfile
@@ -1,3 +1,10 @@
source "https://rubygems.org"

gemspec
gem "rake"

group :test do
gem "dbf"
gem "json"
gem "rspec"
gem "nokogiri"
end
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ rgeo:"https://github.com/dazuma/rgeo"
[![Code Climate](https://codeclimate.com/github/nofxx/georuby.png)](https://codeclimate.com/github/nofxx/georuby)
[![Build Status](https://travis-ci.org/nofxx/georuby.png?branch=master)](https://travis-ci.org/nofxx/georuby)
[![Build Status](https://travis-ci.org/nofxx/georuby.png?branch=master)](https://travis-ci.org/nofxx/georuby)

[![Coverage Status](https://coveralls.io/repos/nofxx/georuby/badge.png)](https://coveralls.io/r/nofxx/georuby)

Available data types
--------------------
Expand Down
6 changes: 0 additions & 6 deletions georuby.gemspec
Expand Up @@ -20,10 +20,4 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/nofxx/georuby}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}

s.add_development_dependency "nokogiri", ["~> 1.5.5"]
s.add_development_dependency "dbf", ">= 2.0.6"
s.add_development_dependency 'json', ">= 1.6.5"
s.add_development_dependency "rspec", ">= 2.14.0"
s.add_development_dependency "rake"
end

0 comments on commit e2dc497

Please sign in to comment.