https://github.com/foca/culture
Content and decisions unifying the Celluloid gems, libraries, and servers.
https://github.com/foca/culture
Last synced: 10 months ago
JSON representation
Content and decisions unifying the Celluloid gems, libraries, and servers.
- Host: GitHub
- URL: https://github.com/foca/culture
- Owner: foca
- Created: 2015-07-11T18:14:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T20:46:47.000Z (almost 11 years ago)
- Last Synced: 2025-08-03T17:18:01.755Z (11 months ago)
- Language: Ruby
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Celluloid::Culture
==================
[](https://travis-ci.org/celluloid/culture)
### Please see...
* Important [issues for discussion](/celluloid/culture/issues).
* Information about [Celluloid::Sync](SYNC.md).
* Information about [RuboCop](rubocop/README.md).
## Integration
To add `celluloid/culture` and its many splendors to a gem, install it as a sub-module of the gem repository. Once you fully integrate [`Celluloid::Sync`](SYNC.md), the sub-module will be automatically refreshed.
##### Add celluloid/culture as GIT submodule:
```sh
git submodule add http://github.com/celluloid/culture.git
```
Make sure `http://` is used and no other method of inclusion. CI needs it to be `http://`
### Then what?
Once you've done that, read up on [Celluloid::Sync](SYNC.md) and [RuboCop](rubocop/README.md).