Skip to content

palladium-tms/palladium

Repository files navigation

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