This repository was archived by the owner on Oct 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ##Developing and Contributing
1
+ ## Developing and Contributing
2
2
3
- ###Version control
3
+ ### Version control
4
4
5
5
We use semantic versioning.
6
6
@@ -14,7 +14,7 @@ This implies that all gems with the same Major revision should work together. H
14
14
per gem basis with the latest current version of all gems. This means that if you do a bundle update you should
15
15
have the latest tested version.
16
16
17
- ####Edge Development
17
+ #### Edge Development
18
18
19
19
During each major release development, stable sets of gems are pushed called X.0.0.lapN. For example to use the latest 2.0.0
20
20
release candidate you would specify ` gem 'hyperloop' '~> 2.0.0.lap1' ` and this will get you the highest numbered lap.
@@ -28,7 +28,7 @@ On github you will find
28
28
+ tags -> each release (including patches) will have a git tag associated.
29
29
+ other branches -> other branches may exist for the pleasure of the core team as they develop fixes and features
30
30
31
- ###Development and Testing
31
+ ### Development and Testing
32
32
33
33
Please Contribute! Issues welcome. PRs even more welcome. We strive to add specs for all new features and bug fixes.
34
34
So please try to add a test spec with your change.
You can’t perform that action at this time.
0 commit comments