This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +13
-24
lines changed Expand file tree Collapse file tree 9 files changed +13
-24
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# In order to install old Rubies, we need to use old Ubuntu distibution.
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
version : " {build}"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
5
5
source $SCRIPT_DIR /travis_functions.sh
6
6
source $SCRIPT_DIR /predicate_functions.sh
7
7
8
8
# If JRUBY_OPTS isn't set, use these.
9
- # see http ://docs.travis-ci.com/user/ci-environment/
9
+ # see https ://docs.travis-ci.com/user/ci-environment/
10
10
export JRUBY_OPTS=${JRUBY_OPTS:- " --server -Xcompile.invokedynamic=false" }
11
11
SPECS_HAVE_RUN_FILE=specs.out
12
12
MAINTENANCE_BRANCH=` cat maintenance-branch`
@@ -187,10 +187,7 @@ function run_all_spec_suites {
187
187
fold " rspec-core specs" run_spec_suite_for " rspec-core"
188
188
fold " rspec-expectations specs" run_spec_suite_for " rspec-expectations"
189
189
fold " rspec-mocks specs" run_spec_suite_for " rspec-mocks"
190
-
191
- if rspec_rails_compatible; then
192
- fold " rspec-rails specs" run_spec_suite_for " rspec-rails"
193
- fi
190
+ fold " rspec-rails specs" run_spec_suite_for " rspec-rails"
194
191
195
192
if rspec_support_compatible; then
196
193
fold " rspec-support specs" run_spec_suite_for " rspec-support"
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
function is_mri {
@@ -65,14 +65,6 @@ function is_ruby_23_plus {
65
65
fi
66
66
}
67
67
68
- function rspec_rails_compatible {
69
- if is_ruby_23_plus; then
70
- return 0
71
- else
72
- return 1
73
- fi
74
- }
75
-
76
68
function rspec_support_compatible {
77
69
if [ " $MAINTENANCE_BRANCH " != " 2-99-maintenance" ] && [ " $MAINTENANCE_BRANCH " != " 2-14-maintenance" ]; then
78
70
return 0
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# Taken from:
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-12-18T09:08:59+00 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
6
6
source script/functions.sh
7
7
8
8
if is_ruby_23_plus; then
9
- gem update --system
10
- gem install bundler
9
+ yes | gem update --system
10
+ yes | gem install bundler
11
11
else
12
12
echo " Warning installing older versions of Rubygems / Bundler"
13
13
gem update --system ' 2.7.8'
You can’t perform that action at this time.
0 commit comments