diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index ffb01cedbd..21255969a1 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2016-05-04T21:54:57+10:00 from the rspec-dev repo. +# This file was generated on 2016-05-06T13:38:57+10: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/appveyor.yml b/appveyor.yml index bdf302af2a..ea1b8e6fc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2016-05-04T21:54:57+10:00 from the rspec-dev repo. +# This file was generated on 2016-05-06T13:38:57+10: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}" diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 10a5bd4f13..e1cf51e521 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2016-05-04T21:54:57+10:00 from the rspec-dev repo. +# This file was generated on 2016-05-06T13:38:57+10: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/script/functions.sh b/script/functions.sh index 44a9c0d8d1..7b59c5c0e8 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2016-05-04T21:54:57+10:00 from the rspec-dev repo. +# This file was generated on 2016-05-06T13:38:57+10: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/script/predicate_functions.sh b/script/predicate_functions.sh index 2852af17f6..a0720bbefa 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2016-05-04T21:54:57+10:00 from the rspec-dev repo. +# This file was generated on 2016-05-06T13:38:57+10: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/script/run_build b/script/run_build index 83cff8a14b..5b4cb37b3b 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2016-05-04T21:54:57+10:00 from the rspec-dev repo. +# This file was generated on 2016-05-06T13:38:57+10: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/script/travis_functions.sh b/script/travis_functions.sh index d27e0cdbdd..4b0d284c8e 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2016-05-04T21:54:57+10:00 from the rspec-dev repo. +# This file was generated on 2016-05-06T13:38:57+10: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: