You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gem is run by people who have jobs. So please understand if we can't always prioritize PRs and issues.
6
8
@@ -23,8 +25,6 @@ All submissions of code must include test coverage which describes intent and ex
23
25
24
26
Unit tests are expected to execute quickly. We will ask you to revise any long-running tests.
25
27
26
-
We intend to add [Travis CI](https://travis-ci.org/) for automatic execution of branch tests.
27
-
28
28
## Versioning: Jeweler and Semantic Versioning
29
29
30
30
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.
@@ -36,4 +36,4 @@ rake version:bump:major # Bump the major version by 1
36
36
rake version:bump:minor # Bump the a minor version by 1
37
37
rake version:bump:patch # Bump the patch version by 1
38
38
rake version:write # Writes out an explicit version
0 commit comments