acts_as_textcaptcha 4.5.2 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml DELETED
@@ -1,47 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- gemfile:
4
- - gemfiles/rails_4.gemfile
5
- - gemfiles/rails_5.gemfile
6
- - gemfiles/rails_6.gemfile
7
-
8
- rvm:
9
- - 2.5.8
10
- - 2.6.6
11
- - 2.7.2
12
- - 3.0.0
13
- - ruby-head
14
-
15
- matrix:
16
- allow_failures:
17
- - rvm: ruby-head
18
- exclude:
19
- - rvm: 2.7.2
20
- gemfile: gemfiles/rails_4.gemfile
21
- - rvm: 3.0.0
22
- gemfile: gemfiles/rails_4.gemfile
23
- - rvm: 3.0.0
24
- gemfile: gemfiles/rails_5.gemfile
25
- - rvm: ruby-head
26
- gemfile: gemfiles/rails_4.gemfile
27
- - rvm: ruby-head
28
- gemfile: gemfiles/rails_5.gemfile
29
-
30
- deploy:
31
- provider: rubygems
32
- api_key:
33
- secure: AUJy9JSNrNcJcZc6JQErh1LtmHrdQBk1W0DYVT0soyBEx5hbKKoIympmrlh9VcZxNpbLfbuCdxl2C0nWMembwx71tLytvM76BqoU2KKTxQQLju8SUAyzGQabkNHr0mzpUDQiC4L16c5k+voCkWtptGkxiVq6eDZExBSzDM8cVMk=
34
- gem: acts_as_textcaptcha
35
- on:
36
- tags: true
37
- repo: matthutchinson/acts_as_textcaptcha
38
- env:
39
- global:
40
- - CC_TEST_REPORTER_ID=3ff570478529bcdd11ef42d33229702118aa36b17a3de01c3f6d5a9c58fc7a4c
41
- - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
42
- before_script:
43
- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
44
- - chmod +x ./cc-test-reporter
45
- - ./cc-test-reporter before-build - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
46
- after_script:
47
- - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t simplecov
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "3.2.22.5"
6
- gem "sqlite3", "~> 1.3.5"
7
-
8
- gemspec path: "../"
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "4.2.11.3"
6
- gem "sqlite3", "~> 1.3.5"
7
-
8
- gemspec path: "../"
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "5.2.4.4"
6
- gem "sqlite3", "~> 1.4.2"
7
-
8
- gemspec path: "../"