Sha256: ed974436c2089cc188517f5384630386221a827c105d12581fbeeda73772a272
Contents?: true
Size: 296 Bytes
Versions: 118
Compression:
Stored size: 296 Bytes
Contents
# 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 ```
Version data entries
118 entries across 118 versions & 23 rubygems