literate_md 1.0.0 → 1.0.1

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.
Files changed (1) hide show
  1. metadata +14 -4
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: literate_md
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - remis
@@ -59,7 +59,17 @@ dependencies:
59
59
  version: "0"
60
60
  type: :runtime
61
61
  version_requirements: *id003
62
- description: A simple hello world gem
62
+ description: |
63
+ Literate programming using markdown! Converts files to html or extracts the code snippets into one or more source files. To use:
64
+ $ literate_md --help
65
+ Options:
66
+ --weave, -w: Produce documentation
67
+ --tangle, -t: Produce code
68
+ --outputdir, -o <s>: Directory to write files to (default: /Users/mollysong/Documents/Nicholas/literate_md)
69
+ --lang, -l <s>: Default language of code (default: ruby)
70
+ --files, -f <s>: Files to process
71
+ --help, -h: Show this message
72
+
63
73
  email:
64
74
  executables:
65
75
  - literate_md