Skip to content

Commit

Permalink
Merge pull request #21 from matthutchinson/use-coveralls-again
Browse files Browse the repository at this point in the history
use coveralls again
  • Loading branch information
matthutchinson committed Apr 8, 2015
2 parents 6ab2025 + 2eee904 commit a251169
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
@@ -1,6 +1,6 @@
== ActAsTextcaptcha

{<img src="https://img.shields.io/gem/v/acts_as_textcaptcha.svg?style=flat" alt="Gem Version" align="absmiddle"/>}[http://rubygems.org/gems/acts_as_textcaptcha] {<img src="https://img.shields.io/travis/matthutchinson/acts_as_textcaptcha.svg?style=flat" alt="Travis Build Status" align="absmiddle"/>}[https://travis-ci.org/matthutchinson/acts_as_textcaptcha] {<img src="https://img.shields.io/codeclimate/coverage/github/matthutchinson/acts_as_textcaptcha.svg?style=flat" alt="Coverage Status" align="absmiddle" />}[https://codeclimate.com/github/matthutchinson/acts_as_textcaptcha] {<img src="https://img.shields.io/codeclimate/github/matthutchinson/acts_as_textcaptcha.svg?style=flat" alt="Code Climate" align="absmiddle"/>}[https://codeclimate.com/github/matthutchinson/acts_as_textcaptcha] {<img src="https://img.shields.io/gemnasium/matthutchinson/acts_as_textcaptcha.svg?style=flat" alt="Gemnasium Dependencies" align="absmiddle"/>}[https://gemnasium.com/matthutchinson/acts_as_textcaptcha]
{<img src="https://img.shields.io/gem/v/acts_as_textcaptcha.svg?style=flat" alt="Gem Version" align="absmiddle"/>}[http://rubygems.org/gems/acts_as_textcaptcha] {<img src="https://img.shields.io/travis/matthutchinson/acts_as_textcaptcha.svg?style=flat" alt="Travis Build Status" align="absmiddle"/>}[https://travis-ci.org/matthutchinson/acts_as_textcaptcha] {<img src="https://coveralls.io/repos/matthutchinson/acts_as_textcaptcha/badge.svg?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/matthutchinson/acts_as_textcaptcha?branch=master] {<img src="https://img.shields.io/codeclimate/github/matthutchinson/acts_as_textcaptcha.svg?style=flat" alt="Code Climate" align="absmiddle"/>}[https://codeclimate.com/github/matthutchinson/acts_as_textcaptcha] {<img src="https://img.shields.io/gemnasium/matthutchinson/acts_as_textcaptcha.svg?style=flat" alt="Gemnasium Dependencies" align="absmiddle"/>}[https://gemnasium.com/matthutchinson/acts_as_textcaptcha]

ActsAsTextcaptcha provides spam protection for your Rails models using logic questions from the excellent {Text CAPTCHA}[http://textcaptcha.com/] web service (by {Rob Tuley}[http://openknot.com/me/] of {Openknot}[http://openknot.com/]). It is also possible to configure your own text captcha questions (instead, or as a fall back in the event of any remote API issues).

Expand Down Expand Up @@ -179,7 +179,7 @@ Check out the {README}[https://github.com/matthutchinson/acts_as_textcaptcha/tre

* {Demo}[http://textcaptcha.herokuapp.com]
* {Travis CI}[http://travis-ci.org/#!/matthutchinson/acts_as_textcaptcha]
* {Test Coverage}[https://codeclimate.com/github/matthutchinson/acts_as_textcaptcha]
* {Test Coverage}[https://coveralls.io/r/matthutchinson/acts_as_textcaptcha?branch=master]
* {Code Climate}[https://codeclimate.com/github/matthutchinson/acts_as_textcaptcha]
* {RDoc}[http://rdoc.info/projects/matthutchinson/acts_as_textcaptcha]
* {Wiki}[http://wiki.github.com/matthutchinson/acts_as_textcaptcha/]
Expand Down
2 changes: 1 addition & 1 deletion acts_as_textcaptcha.gemspec
Expand Up @@ -31,6 +31,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('rdoc')
s.add_development_dependency('sqlite3')
s.add_development_dependency('fakeweb')
s.add_development_dependency('codeclimate-test-reporter')
s.add_development_dependency('coveralls')
s.add_development_dependency('pry')
end
4 changes: 2 additions & 2 deletions test/test_helper.rb
Expand Up @@ -14,8 +14,8 @@
`open ./coverage/index.html` if RUBY_PLATFORM =~ /darwin/
end
elsif ENV['TRAVIS']
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
require 'coveralls'
Coveralls.wear!
end

require 'minitest/autorun'
Expand Down

0 comments on commit a251169

Please sign in to comment.