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

Version Path
plntr-fakes3-1.0.0.pre.28 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.27 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.26 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.25 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.24 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.23 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.22 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.21 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.20 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.19 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.18 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.17 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.16 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.15 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.14 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.13 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.12 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.12alpha2 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.12alpha1 DEPLOY_README.md
plntr-fakes3-1.0.0.pre.11 DEPLOY_README.md