Closed jackxxu closed 5 years ago
the symlink to bin/ci/before_build was recently added for travis ci support, but because it is more a linux/unix convention, it breaks bunny installation on Windows, with the following error messages.
bin/ci/before_build
Installing bunny 2.14.0 Errno::EACCES: Permission denied @ rb_file_s_symlink - (bin/ci/before_build.sh,
Assuming this bin/ci directory is unnecessary as part of installable gem file, this PR simply excludes it.
bin/ci
Thank you! I will produce a patch release shortly.
I yanked 2.14.0 from RubyGems index now that 2.14.1 is out.
2.14.0
2.14.1
the symlink to
bin/ci/before_build
was recently added for travis ci support, but because it is more a linux/unix convention, it breaks bunny installation on Windows, with the following error messages.Assuming this
bin/ci
directory is unnecessary as part of installable gem file, this PR simply excludes it.