- 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.
- 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.
- Initial release.