No commit activity in last 3 years
No release in over 3 years
Adapter for Gollum to use Grit at the backend.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 3.4.0

Runtime

>= 2.7.1, ~> 2.7
 Project Readme

Gem Version Build Status

DESCRIPTION

Adapter for gollum to use Grit at the backend.

CONTRIBUTING

Make sure the git adapter specs pass by running rake, but also make sure that the gollum-lib specs pass when using your branch of this adapter as a backend:

  • Clone the latest version of gollum-lib.
  • Change gollum-lib's Gemfile so as to use your local version of this adapter, i.e.:
-gem 'gollum-grit_adapter'
+gem 'gollum-grit_adapter', :path => "/path/to/your/gollum-lib_grit_adapter"
  • Run the gollum-lib specs and see if they pass.