https://github.com/gollum/grit_adapter
Adapter for Gollum to use Grit at the backend
https://github.com/gollum/grit_adapter
Last synced: 7 months ago
JSON representation
Adapter for Gollum to use Grit at the backend
- Host: GitHub
- URL: https://github.com/gollum/grit_adapter
- Owner: gollum
- License: mit
- Created: 2013-08-16T13:56:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T06:11:36.000Z (about 8 years ago)
- Last Synced: 2025-04-18T01:47:58.067Z (7 months ago)
- Language: Ruby
- Size: 1.05 MB
- Stars: 9
- Watchers: 12
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://badge.fury.io/rb/gollum-grit_adapter)
[](https://travis-ci.org/gollum/grit_adapter)
## DESCRIPTION
Adapter for [gollum](https://github.com/gollum/gollum) to use Grit at the backend.
## CONTRIBUTING
Make sure the [git adapter specs](https://github.com/gollum/adapter_specs) pass by running `rake`, but also make sure that the [gollum-lib](https://github.com/gollum/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.:
```diff
-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.