diff --git a/rspec-expectations/.rubocop_rspec_base.yml b/rspec-expectations/.rubocop_rspec_base.yml index db7028464..569aa13c6 100644 --- a/rspec-expectations/.rubocop_rspec_base.yml +++ b/rspec-expectations/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-05T18:41:16+10:00 from the rspec-dev repo. +# This file was generated on 2018-09-19T14:39:24+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # This file contains defaults for RSpec projects. Individual projects diff --git a/rspec-expectations/.travis.yml b/rspec-expectations/.travis.yml index ebb749925..900c61520 100644 --- a/rspec-expectations/.travis.yml +++ b/rspec-expectations/.travis.yml @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-05T18:41:16+10:00 from the rspec-dev repo. +# This file was generated on 2018-09-19T14:39:24+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. language: ruby diff --git a/rspec-expectations/appveyor.yml b/rspec-expectations/appveyor.yml index 469175b41..a97dd524d 100644 --- a/rspec-expectations/appveyor.yml +++ b/rspec-expectations/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-05T18:41:16+10:00 from the rspec-dev repo. +# This file was generated on 2018-09-19T14:39:24+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. version: "{build}" @@ -33,7 +33,6 @@ test_script: environment: matrix: - - ruby_version: 193 - ruby_version: 200 - ruby_version: 21 - ruby_version: 22 diff --git a/rspec-expectations/script/clone_all_rspec_repos b/rspec-expectations/script/clone_all_rspec_repos index cbbef3743..a8f460dd0 100755 --- a/rspec-expectations/script/clone_all_rspec_repos +++ b/rspec-expectations/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2018-04-05T18:41:16+10:00 from the rspec-dev repo. +# This file was generated on 2018-09-19T14:39:24+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/rspec-expectations/script/functions.sh b/rspec-expectations/script/functions.sh index 7a769e257..2f336f487 100644 --- a/rspec-expectations/script/functions.sh +++ b/rspec-expectations/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-05T18:41:16+10:00 from the rspec-dev repo. +# This file was generated on 2018-09-19T14:39:24+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/rspec-expectations/script/predicate_functions.sh b/rspec-expectations/script/predicate_functions.sh index 4d592e273..e9c1e83d1 100644 --- a/rspec-expectations/script/predicate_functions.sh +++ b/rspec-expectations/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-05T18:41:16+10:00 from the rspec-dev repo. +# This file was generated on 2018-09-19T14:39:24+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. function is_mri { diff --git a/rspec-expectations/script/run_build b/rspec-expectations/script/run_build index 4b42ed37d..f2d9561c7 100755 --- a/rspec-expectations/script/run_build +++ b/rspec-expectations/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2018-04-05T18:41:16+10:00 from the rspec-dev repo. +# This file was generated on 2018-09-19T14:39:24+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/rspec-expectations/script/travis_functions.sh b/rspec-expectations/script/travis_functions.sh index 7473ae719..af82ba3d9 100644 --- a/rspec-expectations/script/travis_functions.sh +++ b/rspec-expectations/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-05T18:41:16+10:00 from the rspec-dev repo. +# This file was generated on 2018-09-19T14:39:24+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # Taken from: