action_controller_tweaks 0.3.3 → 0.3.6

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,25 +0,0 @@
1
- # Send builds to container-based infrastructure
2
- # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
3
- sudo: false
4
- language: ruby
5
- cache:
6
- - bundler
7
- rvm:
8
- - 2.2.6
9
- - 2.3.3
10
- - 2.4.1
11
- - ruby-head
12
- gemfile:
13
- - gemfiles/rails_4_2.gemfile
14
- - gemfiles/rails_5_0.gemfile
15
- - gemfiles/rails_5_1.gemfile
16
- matrix:
17
- fast_finish: true
18
- allow_failures:
19
- - rvm: ruby-head
20
- include:
21
- - rvm: 2.2.6
22
- gemfile: gemfiles/rails_4_1.gemfile
23
- - rvm: 2.3.3
24
- gemfile: gemfiles/rails_4_1.gemfile
25
-
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activesupport", "~> 4.0.12"
6
- gem "actionpack", "~> 4.0.12"
7
- gem "activerecord", "~> 4.0.12"
8
- gem "railties", "~> 4.0.12"
9
-
10
- gemspec :path => "../"
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activesupport", "~> 4.1.8"
6
- gem "actionpack", "~> 4.1.8"
7
- gem "activerecord", "~> 4.1.8"
8
- gem "railties", "~> 4.1.8"
9
-
10
- gemspec path: "../"
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activesupport", "~> 4.2.0"
6
- gem "actionpack", "~> 4.2.0"
7
- gem "activerecord", "~> 4.2.0"
8
- gem "railties", "~> 4.2.0"
9
-
10
- gemspec path: "../"
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activesupport", "~> 5.0.0"
6
- gem "actionpack", "~> 5.0.0"
7
- gem "activerecord", "~> 5.0.0"
8
- gem "railties", "~> 5.0.0"
9
-
10
- gemspec path: "../"
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activesupport", "~> 5.1.0"
6
- gem "actionpack", "~> 5.1.0"
7
- gem "activerecord", "~> 5.1.0"
8
- gem "railties", "~> 5.1.0"
9
-
10
- gemspec path: "../"