Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 296 Bytes

DEPLOY_README.md

File metadata and controls

18 lines (14 loc) · 296 Bytes

Helpful things to remember when deploying to RubyGems

Ensure the version number is updated (lib/fakes3/version.rb)

Ensure the tests pass

  rake test_server followed by rake test

Build the Gem

  gem build fakes3.gemspec

Push to RubyGems

  gem push fakes3-VERSION.gem