Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Dec 1, 2014
1 parent a3e078f commit a631763
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Bug Fixes:

* None
* When an invalid version is received an unsupported exception is raised (#34)

Enhancements:

* None
* Migrate from test-unit to rspec (#37)

Deprecations:

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ We really like when people not only discover something they want added/fixed/rem
Version Cake supports multiple versions of Rails with Appriasals. These will be automatically tested against several ruby versions on CI. If you need to debug a problem, or want to be dilegent and run all of these do the following:

* Install the gems for all supported Rails versions: `bundle exec rake appraisal:install`
* Run all the tests for the supported Rails versions: `bundle exec rake appraisal test`
* Run all the tests for the supported Rails versions: `bundle exec rake appraisal spec`
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Keeping releases consistent is important so here are the steps to follow when pushing a new version.

1. Bump [lib/versioncake/version.rb](https://github.com/bwillis/versioncake/blob/master/lib/versioncake/version.rb) to the next major.minor version
2. Make sure all tests are passing ```bundle && rake && rake appraisal test```
2. Make sure all tests are passing ```bundle && rake && rake appraisal spec```
3. Smoke test in 350-rest-api-versioning/store-after-versioncake

Verify:
Expand Down

0 comments on commit a631763

Please sign in to comment.