Skip to content

Commit

Permalink
use coveralls (https://coveralls.io)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Apr 5, 2015
1 parent 28daf5f commit fe14664
Show file tree
Hide file tree
Showing 33 changed files with 350 additions and 89 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
11 changes: 8 additions & 3 deletions Gemfile
@@ -1,5 +1,10 @@
source "http://rubygems.org"
source 'https://rubygems.org'

gem "fastercsv", :platforms => :ruby_18
gem 'coveralls', :require => false
gem 'fastercsv', :platforms => :ruby_18
# coveralls gem depends on rest-client, newer rest-client gem
# requires ruby 1.9.2 or above. While supporting ruby 1.8.7,
# we specify rest-client gem version.
gem 'rest-client', '> 1.6.2', '< 1.7', :require => false

gemspec
gemspec
28 changes: 23 additions & 5 deletions Gemfile.lock
Expand Up @@ -5,19 +5,34 @@ PATH
activesupport (>= 3.0.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (3.2.14)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
appraisal (0.4.1)
bundler
rake
colorize (0.7.5)
coveralls (0.5.8)
colorize
json
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.1.3)
docile (1.1.5)
fastercsv (1.5.4)
i18n (0.6.5)
json (1.8.2)
mime-types (1.25.1)
multi_json (1.1.0)
rake (0.9.2.2)
rdoc (4.2.0)
json (~> 1.4)
rest-client (1.6.8)
mime-types (~> 1.16)
rdoc (>= 2.4.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand All @@ -26,20 +41,23 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simplecov (0.6.1)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
sqlite3 (1.3.5)
thor (0.19.1)

PLATFORMS
ruby

DEPENDENCIES
appraisal (~> 0.4.1)
comma!
coveralls
fastercsv
rake (~> 0.9.2)
rest-client (> 1.6.2, < 1.7)
rspec (~> 2.8.0)
simplecov
sqlite3 (~> 1.3.4)
6 changes: 2 additions & 4 deletions comma.gemspec
Expand Up @@ -21,10 +21,8 @@ Gem::Specification.new do |s|

s.add_dependency 'activesupport', ['>= 3.0.0']

s.add_development_dependency 'rake', ['~> 0.9.2']
s.add_development_dependency 'sqlite3', ['~> 1.3.4']
s.add_development_dependency 'appraisal', ['~> 0.4.1']
s.add_development_dependency 'rake', ['~> 0.9.2']
s.add_development_dependency 'rspec', ['~> 2.8.0']
s.add_development_dependency 'simplecov', ['>= 0']

s.add_development_dependency 'sqlite3', ['~> 1.3.4']
end
4 changes: 3 additions & 1 deletion gemfiles/active3.0.20.gemfile
@@ -1,8 +1,10 @@
# This file was generated by Appraisal

source "http://rubygems.org"
source "https://rubygems.org"

gem "coveralls", :require=>false
gem "fastercsv", :platforms=>:ruby_18
gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
gem "activesupport", "3.0.20"
gem "activerecord", "3.0.20"

Expand Down
30 changes: 24 additions & 6 deletions gemfiles/active3.0.20.gemfile.lock
Expand Up @@ -5,7 +5,7 @@ PATH
activesupport (>= 3.0.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.0.20)
activesupport (= 3.0.20)
Expand All @@ -22,11 +22,26 @@ GEM
rake
arel (2.0.10)
builder (2.1.2)
colorize (0.7.5)
coveralls (0.5.8)
colorize
json
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.1.3)
docile (1.1.5)
fastercsv (1.5.5)
i18n (0.5.0)
multi_json (1.7.9)
json (1.8.2)
mime-types (1.25.1)
multi_json (1.11.0)
rake (0.9.6)
rdoc (4.2.0)
json (~> 1.4)
rest-client (1.6.8)
mime-types (~> 1.16)
rdoc (>= 2.4.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand All @@ -35,11 +50,13 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simplecov (0.7.1)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
sqlite3 (1.3.8)
thor (0.19.1)
tzinfo (0.3.37)

PLATFORMS
Expand All @@ -50,8 +67,9 @@ DEPENDENCIES
activesupport (= 3.0.20)
appraisal (~> 0.4.1)
comma!
coveralls
fastercsv
rake (~> 0.9.2)
rest-client (> 1.6.2, < 1.7)
rspec (~> 2.8.0)
simplecov
sqlite3 (~> 1.3.4)
4 changes: 3 additions & 1 deletion gemfiles/active3.1.12.gemfile
@@ -1,8 +1,10 @@
# This file was generated by Appraisal

source "http://rubygems.org"
source "https://rubygems.org"

gem "coveralls", :require=>false
gem "fastercsv", :platforms=>:ruby_18
gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
gem "activesupport", "3.1.12"
gem "activerecord", "3.1.12"

Expand Down
28 changes: 23 additions & 5 deletions gemfiles/active3.1.12.gemfile.lock
Expand Up @@ -5,7 +5,7 @@ PATH
activesupport (>= 3.0.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.1.12)
activesupport (= 3.1.12)
Expand All @@ -23,11 +23,26 @@ GEM
rake
arel (2.2.3)
builder (3.0.4)
colorize (0.7.5)
coveralls (0.5.8)
colorize
json
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.1.3)
docile (1.1.5)
fastercsv (1.5.5)
i18n (0.6.4)
json (1.8.2)
mime-types (1.25.1)
multi_json (1.7.4)
rake (0.9.6)
rdoc (4.2.0)
json (~> 1.4)
rest-client (1.6.8)
mime-types (~> 1.16)
rdoc (>= 2.4.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand All @@ -36,11 +51,13 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simplecov (0.7.1)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
sqlite3 (1.3.7)
thor (0.19.1)
tzinfo (0.3.37)

PLATFORMS
Expand All @@ -51,8 +68,9 @@ DEPENDENCIES
activesupport (= 3.1.12)
appraisal (~> 0.4.1)
comma!
coveralls
fastercsv
rake (~> 0.9.2)
rest-client (> 1.6.2, < 1.7)
rspec (~> 2.8.0)
simplecov
sqlite3 (~> 1.3.4)
4 changes: 3 additions & 1 deletion gemfiles/active3.2.20.gemfile
@@ -1,8 +1,10 @@
# This file was generated by Appraisal

source "http://rubygems.org"
source "https://rubygems.org"

gem "coveralls", :require=>false
gem "fastercsv", :platforms=>:ruby_18
gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
gem "activesupport", "3.2.20"
gem "activerecord", "3.2.20"

Expand Down
26 changes: 21 additions & 5 deletions gemfiles/active3.2.20.gemfile.lock
Expand Up @@ -5,7 +5,7 @@ PATH
activesupport (>= 3.0.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.2.20)
activesupport (= 3.2.20)
Expand All @@ -23,12 +23,26 @@ GEM
rake
arel (3.0.3)
builder (3.0.4)
colorize (0.7.5)
coveralls (0.5.8)
colorize
json
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.1.3)
docile (1.1.5)
fastercsv (1.5.5)
i18n (0.6.11)
json (1.8.2)
mime-types (1.25.1)
multi_json (1.10.1)
rake (0.9.6)
rdoc (4.2.0)
json (~> 1.4)
rest-client (1.6.8)
mime-types (~> 1.16)
rdoc (>= 2.4.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand All @@ -37,12 +51,13 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simplecov (0.9.1)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
sqlite3 (1.3.10)
thor (0.19.1)
tzinfo (0.3.42)

PLATFORMS
Expand All @@ -53,8 +68,9 @@ DEPENDENCIES
activesupport (= 3.2.20)
appraisal (~> 0.4.1)
comma!
coveralls
fastercsv
rake (~> 0.9.2)
rest-client (> 1.6.2, < 1.7)
rspec (~> 2.8.0)
simplecov
sqlite3 (~> 1.3.4)
4 changes: 3 additions & 1 deletion gemfiles/active4.0.13.gemfile
@@ -1,8 +1,10 @@
# This file was generated by Appraisal

source "http://rubygems.org"
source "https://rubygems.org"

gem "coveralls", :require=>false
gem "fastercsv", :platforms=>:ruby_18
gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
gem "activesupport", "4.0.13"
gem "activerecord", "4.0.13"

Expand Down
20 changes: 18 additions & 2 deletions gemfiles/active4.0.13.gemfile.lock
Expand Up @@ -5,7 +5,7 @@ PATH
activesupport (>= 3.0.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (4.0.13)
activesupport (= 4.0.13)
Expand All @@ -27,13 +27,27 @@ GEM
rake
arel (4.0.2)
builder (3.1.4)
colorize (0.7.5)
coveralls (0.5.8)
colorize
json
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.1.3)
docile (1.1.5)
fastercsv (1.5.5)
i18n (0.7.0)
json (1.8.2)
mime-types (1.25.1)
minitest (4.7.5)
multi_json (1.11.0)
rake (0.9.6)
rdoc (4.2.0)
json (~> 1.4)
rest-client (1.6.8)
mime-types (~> 1.16)
rdoc (>= 2.4.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand All @@ -48,6 +62,7 @@ GEM
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
sqlite3 (1.3.10)
thor (0.19.1)
thread_safe (0.3.5)
tzinfo (0.3.43)

Expand All @@ -59,8 +74,9 @@ DEPENDENCIES
activesupport (= 4.0.13)
appraisal (~> 0.4.1)
comma!
coveralls
fastercsv
rake (~> 0.9.2)
rest-client (> 1.6.2, < 1.7)
rspec (~> 2.8.0)
simplecov
sqlite3 (~> 1.3.4)

0 comments on commit fe14664

Please sign in to comment.