Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.34k stars 62 forks source link

Man files contain an error message string in version 1.0.2 of the gem #37

Closed BestFriendChris closed 3 months ago

BestFriendChris commented 7 years ago

I just installed the latest version of ejson and was seeing a really weird error message. After looking into it, I discovered that the actual contents of the ejson*.gz man files contained the error string.

% gem install ejson --version '= 1.0.2'
Fetching: ejson-1.0.2.gem (100%)
Successfully installed ejson-1.0.2
1 gem installed
% PAGER=head ejson
bundler: command not found: ronn Install missing gem executables with `bundle install`

% cd $GEM_HOME/gems/ejson-1.0.2
% gzcat man/man1/ejson.1.gz
bundler: command not found: ronn
Install missing gem executables with `bundle install`
% gzcat man/man1/ejson-decrypt.1.gz
bundler: command not found: ronn
Install missing gem executables with `bundle install`
kovyrin commented 7 years ago

Confirmed. All man pages bundled with 1.0.2 are broken and only contain the bundler error message.