breakneck 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +12 -0
  2. data/VERSION +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -5,4 +5,16 @@ a quick way to serve static html sites immediately. Just serves the files under
5
5
 
6
6
  Thanks be to [jekyll](http://jekyllrb.com/) for the original code which i have since modified.
7
7
 
8
+ Usage
9
+ -----
10
+
11
+ 1. Go into the directory holding your static site.
12
+ 2. Run `breakneck`
13
+
14
+ Command Line Options
15
+ --------------------
16
+
17
+ `--port [PORT]` - specify a different port. 3333 is default
18
+ `--open` - start the server and open it immediately in your browser (*nix only)
19
+
8
20
  see LICENCE for licensing details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breakneck
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Elliott