Skip to content

Files

Latest commit

 

History

History
26 lines (18 loc) · 310 Bytes

dev-note.md

File metadata and controls

26 lines (18 loc) · 310 Bytes

Update all dependencies

bundle update

Test

bundle exec rspec

Run a specific test case

bundle exec rspec spec/path/to/test.rb

Deploy

Update version number in ringcentral-sdk.gemspec.

gem build ringcentral-sdk.gemspec
gem push ringcentral-sdk-<version>.gem