Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 313 Bytes

dev-note.md

File metadata and controls

29 lines (18 loc) · 313 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