ruby-amqp / bunny

Bunny is a popular, easy to use, mature Ruby client for RabbitMQ
Other
1.39k stars 303 forks source link

exclude bin/ci directory from built .gem file #574

Closed jackxxu closed 5 years ago

jackxxu commented 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.

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.

michaelklishin commented 5 years ago

Thank you! I will produce a patch release shortly.

michaelklishin commented 5 years ago

I yanked 2.14.0 from RubyGems index now that 2.14.1 is out.