Releases: wepay/signer-ruby
Releases · wepay/signer-ruby
1.1.1
- GitHub has made some general service changes (e.g., adding signing support), so we have adapted the docs and Makefile appropriately.
- Explicitly removes the
client_secret
in case the customer accidentally provides it.
1.1.0
- Removed the
Rakefile
.
- Added a
Makefile
to help simplify deployment tasks.
- Added documentation to the README about deployment tasks.
- Renamed
lib/signer.rb
→ lib/wepay-signer.rb
.
- Ensure that all values passed to the
Signer
class are strings.