07 May, 2013
8 commits
-
Code cleanup: Replace old hashes and remove trailing spaces
-
Fix check git version.
-
maintenance policy
-
Add minitest to Gemfile. Fix #3826
-
Checking is "yes" only if git version equals "1.7.10" exactly.
-
There are occasions where minitest is not bundled in packaged versions of ruby that some OSes distribute (eg Fedora). Adding minitest to Gemfile ensures that it gets loaded and tests can run. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
06 May, 2013
19 commits
-
fix API route to delete project hook
-
Fixed forgotten unicorn to puma in a comment.
-
link contribution guide to test section in README
-
…en deploy keys and projects
05 May, 2013
7 commits
-
Changed forgotten unicorn to puma in the init script
-
Remove 2000 char limit on issue description
04 May, 2013
2 commits
03 May, 2013
4 commits
-
fork failing when calling initialize_dup
-
initialize_dup has been made private as of ruby 2.0.0. I have corrected it to call the publicly available dup method
-
fix ace editor Syntax Highlighter mode load 404
-
add proper code/command formatting where missing in CONTRIBUTING.md