Shopify / ejson

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

Strings not interpolated #60

Closed noqcks closed 5 years ago

noqcks commented 5 years ago

I installed via rubygem and get strings not being interpolated when encrypting.

➜  secrets git:(master) ejson encrypt env.dev.ejson
Wrote %d bytes to %s.
463env.dev.ejson⏎
lavoiesl commented 5 years ago

This was fixed in https://github.com/Shopify/ejson/pull/56 and released in v1.2.1, please update your gem or reopen this issue with the exact version you're experiencing the problem.

noqcks commented 5 years ago

@lavoiesl oh nice! 👌

doesn't exist on rubygems though, 1.2.0 is latest on RubyGems

lavoiesl commented 5 years ago

Mmm, that's unexpected. @burke ?

burke commented 5 years ago

Pushed now, sorry about that!