kandr-easy_captcha 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/spec/spec_helper.rb +1 -8
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7afea87e8b21ef3ff7055cd15b30c1d78d40d2cfde7198734e110797631c8dd4
4
- data.tar.gz: 6436bbdf72bc8fba98f80c7cc4d85a49a576905dabaa48c2b552eacfd8e53432
3
+ metadata.gz: 11bebd70d6cf9b22081b0ff6c38f481109f020b99b1103302a0471b018b3b864
4
+ data.tar.gz: 46596fd88348b900b684fd38c4fb5990d0222ff61e73c94bb48cd72911977be0
5
5
  SHA512:
6
- metadata.gz: 72091d69c920aa172ba2059eb7d9408ea8f8dd2dec4fc18d2cf4acdc47fa3e7d002a89f0470e6fd7ca5f4def95103ce7f77e146dde7e7726685b603430cbd966
7
- data.tar.gz: e54c20efbdc0b587837751e1ecdd2ab34154b00d129e45a9da55104c6ed539f1ac216d4da9d926da166ae56c0561ad9e2f71ea22d83611907febeb00d98a6029
6
+ metadata.gz: 1c0faf3191fa7552525afd84bcfd2dd8fe649fba50ea5c2baad551a13018fce093a16d6e9aafe04b392ec617cf7985cac5dc2bd2b34ccc461d8a96166ddcbd11
7
+ data.tar.gz: be513a62747ac506cbd861ae7498d27c729ef0002e349d119d6631f5fc9d511d925bc90174d3561f06c21d9d5f1646d5e47bdd723bcd764c24af1e7285c11589
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # EasyCAPTCHA
2
2
 
3
+ [![Build Status](https://travis-ci.org/K-and-R/easy_captcha.svg?branch=master)](https://travis-ci.org/K-and-R/easy_captcha)
3
4
  [![Maintainability](https://api.codeclimate.com/v1/badges/0505012081a472de86e2/maintainability)](https://codeclimate.com/github/K-and-R/easy_captcha/maintainability)
4
5
  [![Test Coverage](https://api.codeclimate.com/v1/badges/0505012081a472de86e2/test_coverage)](https://codeclimate.com/github/K-and-R/easy_captcha/test_coverage)
5
6
 
@@ -4,6 +4,7 @@ require 'pry'
4
4
 
5
5
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
6
  $LOAD_PATH.unshift(File.dirname(__FILE__))
7
+
7
8
  require 'simplecov'
8
9
  # SimpleCov.minimum_coverage 90
9
10
  SimpleCov.start 'rails' do
@@ -24,11 +25,3 @@ require 'easy_captcha'
24
25
  # Requires supporting files with custom matchers and macros, etc,
25
26
  # in ./support/ and its subdirectories.
26
27
  Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }
27
-
28
- # RSpec.configure do |config|
29
- # [:controller, :view, :request].each do |type|
30
- # config.include ::Rails::Controller::Testing::TestProcess, :type => type
31
- # config.include ::Rails::Controller::Testing::TemplateAssertions, :type => type
32
- # config.include ::Rails::Controller::Testing::Integration, :type => type
33
- # end
34
- # end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kandr-easy_captcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Scholl
@@ -81,9 +81,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: 3.0.0
84
+ version: 2.7.0
85
85
  requirements: []
86
- rubygems_version: 3.1.4
86
+ rubyforge_project:
87
+ rubygems_version: 2.7.3
87
88
  signing_key:
88
89
  specification_version: 4
89
90
  summary: CAPTCHA Plugin for Rails