kandr-easy_captcha 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/spec/spec_helper.rb +1 -8
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11bebd70d6cf9b22081b0ff6c38f481109f020b99b1103302a0471b018b3b864
|
4
|
+
data.tar.gz: 46596fd88348b900b684fd38c4fb5990d0222ff61e73c94bb48cd72911977be0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/spec/spec_helper.rb
CHANGED
@@ -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.
|
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:
|
84
|
+
version: 2.7.0
|
85
85
|
requirements: []
|
86
|
-
|
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
|