gfm_live_preview 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03f5e33aadd4ea80fc853606ed7573e897bf3fbd
4
- data.tar.gz: 0c3250041599c70c2fb6cde7c2cf90ff0edafcf5
3
+ metadata.gz: 82b08f7015542b82f23bfc665fb3d3181390d837
4
+ data.tar.gz: a600c1b80cc9578bfd3fd638d765eff2377df28d
5
5
  SHA512:
6
- metadata.gz: 248f6b2579efc6a9f0953bdfdfe58c2d650e97b0afc0de51e38b56be4327377c40e6d1ccc13ae47f26677b36916a420b2997fc92f8badfdf57c5808caf4a5759
7
- data.tar.gz: 42962bb71610d20c1c27a01de98f4fc6f140011b99bb674ba642db11bc8d2bce3eade4439450c2821d60c8ffec9e337f964631dd963bbda966571e20d69f0860
6
+ metadata.gz: 250901e28342a9d594cf2d7238983ba7a9cf585a6f542040bdeca2985a23810bbcad209a90d9fae610277c849ba282c3b88d238b52e1da95d051623f7910112c
7
+ data.tar.gz: c2c220c1d15fc8617a7025a28c49670737ab6d696839b78d8277feebf34182f97e960d5dc21f9c7f576fbeb4139f5f4b4e9bc839d18977bed0604302a66abf63
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GfmLivePreview
2
2
 
3
- TODO: Write a gem description
3
+ Live preview your github flavored markdown file (with syntax highlighting!). Loads via sinatra on port 31337 of localhost.
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,10 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ GfmLivePreview.run! "/path/to/my/README.md"
22
+
23
+ Now, sinatra should be serving up your README on port 31337.
24
+
22
25
 
23
26
  ## Contributing
24
27
 
@@ -1,3 +1,3 @@
1
1
  module GfmLivePreview
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gfm_live_preview
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ntl