Palladium API Gem
Wrapper gem for usage of Palladium API
Installation
Add this line to your application's Gemfile:
gem 'palladium'And then execute:
bundleOr install it yourself as:
gem install palladiumUsage
See spec files to usage examples
New version release process
- Increase version number in
lib/palladium/version.rb - Run
bundle install, so new version is locked inGemfile.lock - Add version header directly below
## master (unreleased)in CHANGELOG.md - Make PR with changes in 3 files (
version.rb,Gemfile.lockandCHANGELOG.md) and merge it to master - Make sure you're logged-in on Rubygems (instruction) and on GitHub Package registry (instruction)
- Run
rake release_github_rubygems - After success of 4 step - go to Release page and add new release and Changelog