Project

palladium

0.0
No release in over a year
Wrapper gem for usage of Palladium API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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

  1. Increase version number in lib/palladium/version.rb
  2. Run bundle install, so new version is locked in Gemfile.lock
  3. Add version header directly below ## master (unreleased) in CHANGELOG.md
  4. Make PR with changes in 3 files (version.rb, Gemfile.lock and CHANGELOG.md) and merge it to master
  5. Make sure you're logged-in on Rubygems (instruction) and on GitHub Package registry (instruction)
  6. Run rake release_github_rubygems
  7. After success of 4 step - go to Release page and add new release and Changelog