Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 334 Bytes

File metadata and controls

17 lines (9 loc) · 334 Bytes

Helpful things to remember when developing

Publishing to Rubygems

Ensure the version number is updated (lib/dataduck/version.rb.

rspec

gem build dataduck.gemspec

gem push dataduck-VERSION.gem

Requiring the local version of the Gem

Use something like this:

gem 'dataduck', '0.6.0', path: '/Users/jrp/projects/dataduck'