middleman-ratchet 0.1.4 → 0.1.5
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.
- data/CONTRIBUTING.md +6 -0
- data/README.md +2 -5
- data/lib/middleman-ratchet/version.rb +1 -1
- metadata +4 -3
data/CONTRIBUTING.md
ADDED
data/README.md
CHANGED
|
@@ -21,15 +21,12 @@ middleman server
|
|
|
21
21
|
## Learn more
|
|
22
22
|
|
|
23
23
|
* [Middleman](http://middlemanapp.com/)
|
|
24
|
-
* [Ratchet](http://
|
|
24
|
+
* [Ratchet](http://goratchet.com/)
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
## Contributing
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
2. Create a branch following a [successfull branching model](http://nvie.com/posts/a-successful-git-branching-model/)
|
|
31
|
-
3. Write your feature/fix
|
|
32
|
-
4. Pull request
|
|
29
|
+
See [CONTRIBUTING](https://github.com/caedes/middleman-ratchet/blob/master/CONTRIBUTING.md)
|
|
33
30
|
|
|
34
31
|
## Licence
|
|
35
32
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-ratchet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-03-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -68,6 +68,7 @@ extensions: []
|
|
|
68
68
|
extra_rdoc_files: []
|
|
69
69
|
files:
|
|
70
70
|
- .gitignore
|
|
71
|
+
- CONTRIBUTING.md
|
|
71
72
|
- Gemfile
|
|
72
73
|
- LICENSE.md
|
|
73
74
|
- README.md
|
|
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
109
|
version: '0'
|
|
109
110
|
requirements: []
|
|
110
111
|
rubyforge_project:
|
|
111
|
-
rubygems_version: 1.8.
|
|
112
|
+
rubygems_version: 1.8.26
|
|
112
113
|
signing_key:
|
|
113
114
|
specification_version: 3
|
|
114
115
|
summary: middleman-ratchet is an extension for the Middleman static site generator
|