middleman-ratchet 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # middleman-ratchet
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/middleman-ratchet.png)](http://badge.fury.io/rb/middleman-ratchet)
4
+
5
+ *middleman-ratchet is an extension for the Middleman static site generator that adds support for the Ratchet prototyping mobile apps*
3
6
 
4
7
  ## Install
5
8
 
@@ -9,10 +12,25 @@ gem install middleman-ratchet
9
12
  middleman init --template ratchet
10
13
  ```
11
14
 
15
+ ## Run
16
+
17
+ ```shell
18
+ middleman server
19
+ ```
20
+
21
+ ## Learn more
22
+
23
+ * [Middleman](http://middlemanapp.com/)
24
+ * [Ratchet](http://maker.github.com/ratchet/)
25
+
26
+
12
27
  ## Contributing
13
28
 
14
- 1. Fork it
15
- 2. Create your feature branch (`git checkout -b my-new-feature`)
16
- 3. Commit your changes (`git commit -am 'Add some feature'`)
17
- 4. Push to the branch (`git push origin my-new-feature`)
18
- 5. Create new Pull Request
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
33
+
34
+ ## Licence
35
+
36
+ Released under the MIT License. See the [LICENSE](https://github.com/caedes/middleman-ratchet/blob/master/LICENSE.md) file for further details.
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Ratchet
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
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.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: