fabricio
fabricio copied to clipboard
Command not found: fabricio
There is no fabricio
command in the /bin
directory in version 1.3.0. Please add another tag so that gem installation can use the fabricio
command.
Steps to Reproduce:
> bundle init
> bundle add fabricio
> bundle exec fabricio
bundler: command not found: fabricio Install missing gem executables with bundle install
Yep, this isn't embedded there even in older versions. Please add the bin wrapper overthere 👍
Gem could be installed from source code using https://github.com/rdp/specific_install.
For someone who is not familiar with Ruby, how do I add a bin wrapper? Wrapper over what?
@spaghetti- Basically you would need to create a CLI for all commands in this gem.
The public gem v1.3.0
doesn't work.
But if you build it locally, it's working:
gem build fabricio.gemspec
gem install fabricio-1.3.0.gem
My guess is the gem you uploaded to rubygems.org was broken. Could you please try to upload a new one? Thanks.