This gem is run by people who have jobs. So please understand if we can't always prioritize PRs and issues.
This gem is run by people who have jobs. So please understand if we can't always prioritize PRs and issues.
You can help by making your code submissions. We can't promise a specific turnaround time, or that your code will be incorporated but all submissions are appreciated.
You can help by making your code submissions. We can't promise a specific turnaround time, or that your code will be incorporated but all submissions are appreciated.
...
@@ -22,3 +24,16 @@ All submissions of code must include test coverage which describes intent and ex
...
@@ -22,3 +24,16 @@ All submissions of code must include test coverage which describes intent and ex
Unit tests are expected to execute quickly. We will ask you to revise any long-running tests.
Unit tests are expected to execute quickly. We will ask you to revise any long-running tests.
We intend to add [Travis CI](https://travis-ci.org/) for automatic execution of branch tests.
We intend to add [Travis CI](https://travis-ci.org/) for automatic execution of branch tests.
## Versioning: Jeweler and Semantic Versioning
This repo uses [semantic versioning](http://semver.org/) implemented by the [Jeweler Gem](https://github.com/technicalpickles/jeweler). Please do not update the version by editting files, instead, you may increment or modify the version using the Rake tasks added by Jeweler.
```
$ rake -T | grep version
rake version # Displays the current version
rake version:bump:major # Bump the major version by 1
rake version:bump:minor # Bump the a minor version by 1
rake version:bump:patch # Bump the patch version by 1
rake version:write # Writes out an explicit version