api-auth 2.5.0 → 2.6.0

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.
data/.travis.yml DELETED
@@ -1,30 +0,0 @@
1
- language: ruby
2
- sudo: false
3
- cache: bundler
4
- rvm:
5
- - 2.5.3
6
- - 2.6.1
7
- - 2.7.1
8
- - 3.0.0
9
- gemfile:
10
- - gemfiles/rails_52.gemfile
11
- - gemfiles/rails_60.gemfile
12
- - gemfiles/rails_61.gemfile
13
- - gemfiles/http4.gemfile
14
- env:
15
- - TEST_SUITE=rake
16
-
17
- before_install:
18
- - gem update bundler
19
-
20
- script:
21
- - bundle exec $TEST_SUITE
22
-
23
- matrix:
24
- include:
25
- - rvm: 3.0.0
26
- gemfile: gemfiles/rails_61.gemfile
27
- env: TEST_SUITE="rubocop lib/ spec/"
28
-
29
- notifications:
30
- email: false
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source 'https://rubygems.org'
4
-
5
- gem 'http', '~> 4.0'
6
-
7
- gemspec path: '../'
@@ -1,9 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source 'https://rubygems.org'
4
-
5
- gem 'actionpack', '~> 5.2.1'
6
- gem 'activeresource', '~> 5.1.0'
7
- gem 'activesupport', '~> 5.2.1'
8
-
9
- gemspec path: '../'