27 May, 2013

1 commit


25 May, 2013

1 commit


24 May, 2013

1 commit


23 May, 2013

2 commits


22 May, 2013

1 commit


14 May, 2013

1 commit


13 May, 2013

1 commit


09 May, 2013

2 commits


08 May, 2013

1 commit


07 May, 2013

1 commit

  • 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>
    Axilleas Pipinellis
     

04 May, 2013

1 commit


01 May, 2013

3 commits


29 Apr, 2013

2 commits


28 Apr, 2013

4 commits


27 Apr, 2013

1 commit


11 Apr, 2013

3 commits


05 Apr, 2013

1 commit


04 Apr, 2013

2 commits


30 Mar, 2013

2 commits


29 Mar, 2013

1 commit


28 Mar, 2013

2 commits


27 Mar, 2013

1 commit


26 Mar, 2013

2 commits


22 Mar, 2013

1 commit


19 Mar, 2013

1 commit


15 Mar, 2013

1 commit

  • Github just moved the Gollum repository to it's own organization.
    This commit updates the Gemfile to point to the new repo location.
    
    I also added a specific ref pointer to a version that is known to
    work well just in case they slip up and break their master branch
    right at the same time someone happens to be installing or updating
    Gitlab. This is about the safest we can get until they put out the
    next release that resolves the Pygments dependency issue.
    Dan Knox