celluloid-culture 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +22 -0
- metadata +72 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 328f26d884a6e7c1f736871e3e4a1910f32fc33e
|
4
|
+
data.tar.gz: 60bb22c7efa4a9520788d53124a147ab6faa7116
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 04be6b3f84eb68e37331826fdd81d56fb05f842fa1248d2ff133ccfe496097e662d138191be32be53d7ba261b7a4e5bc83c4e64299fa71fd83322ca2d49756fe
|
7
|
+
data.tar.gz: d200e759ffe0d844f3ba49c7ea690b2fe4678a04a3a3c85573d51d46851f1bc0cfb4fede2df45ec1ebc99235e4964357a5d32f7718e8adf623f7ddd5bc16f186
|
data/README.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Celluloid::Culture
|
2
|
+
==================
|
3
|
+
[](https://travis-ci.org/celluloid/culture)
|
4
|
+
|
5
|
+
### Please see...
|
6
|
+
* Important [issues for discussion](/celluloid/culture/issues).
|
7
|
+
* Information about [Celluloid::Sync](SYNC.md).
|
8
|
+
* Information about [RuboCop](rubocop/README.md).
|
9
|
+
|
10
|
+
|
11
|
+
## Integration
|
12
|
+
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.
|
13
|
+
|
14
|
+
##### Add celluloid/culture as GIT submodule:
|
15
|
+
```sh
|
16
|
+
git submodule add http://github.com/celluloid/culture.git
|
17
|
+
```
|
18
|
+
|
19
|
+
Make sure `http://` is used and no other method of inclusion. CI needs it to be `http://`
|
20
|
+
|
21
|
+
### Then what?
|
22
|
+
Once you've done that, read up on [Celluloid::Sync](SYNC.md) and [RuboCop](rubocop/README.md).
|
metadata
ADDED
@@ -0,0 +1,72 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: celluloid-culture
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Tony Arcieri
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-04-30 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.9'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.9'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '10.0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '10.0'
|
41
|
+
description: In which we try to codify Celluloid's life philosophy as Ruby
|
42
|
+
email:
|
43
|
+
- bascule@gmail.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- README.md
|
49
|
+
homepage: https://github.com/celluloid/culture
|
50
|
+
licenses: []
|
51
|
+
metadata: {}
|
52
|
+
post_install_message:
|
53
|
+
rdoc_options: []
|
54
|
+
require_paths:
|
55
|
+
- lib
|
56
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '0'
|
61
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
62
|
+
requirements:
|
63
|
+
- - ">="
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
66
|
+
requirements: []
|
67
|
+
rubyforge_project:
|
68
|
+
rubygems_version: 2.4.6
|
69
|
+
signing_key:
|
70
|
+
specification_version: 4
|
71
|
+
summary: The culture of Celluloid, in RubyGem form!
|
72
|
+
test_files: []
|