active_record_tweaks 0.2.2 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
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.1.10
9
- - 2.2.6
10
- - 2.3.3
11
- - ruby-head
12
- gemfile:
13
- - gemfiles/rails_4_0.gemfile
14
- - gemfiles/rails_4_1.gemfile
15
- - gemfiles/rails_4_2.gemfile
16
- matrix:
17
- fast_finish: true
18
- allow_failures:
19
- - rvm: ruby-head
20
- include:
21
- - rvm: 2.3.3
22
- gemfile: gemfiles/rails_5_0.gemfile
23
- - rvm: ruby-head
24
- gemfile: gemfiles/rails_5_0.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 => "../"