middleman-ratchet 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ ## Contributing
2
+
3
+ 1. Fork repository
4
+ 2. Create a branch following a [successfull branching model](http://nvie.com/posts/a-successful-git-branching-model/)
5
+ 3. Write your feature/fix
6
+ 4. Pull request
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://maker.github.com/ratchet/)
24
+ * [Ratchet](http://goratchet.com/)
25
25
 
26
26
 
27
27
  ## Contributing
28
28
 
29
- 1. Fork repository
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
 
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Ratchet
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
5
5
  end
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
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: 2013-10-15 00:00:00.000000000 Z
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.23
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