Palladium API Gem
Wrapper gem for usage of Palladium API
Installation
Add this line to your application's Gemfile:
gem 'palladium'
And then execute:
bundle
Or install it yourself as:
gem install palladium
Usage
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.lock
andCHANGELOG.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