hamdown 0.0.14 → 0.0.15

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 (2) hide show
  1. data/bin/hamdown +2 -0
  2. metadata +3 -3
@@ -8,6 +8,8 @@ require 'trollop'
8
8
  options = Trollop::options do
9
9
  opt :file_path, "File path", :type => :string
10
10
  opt :columns, "Output in columns"
11
+ opt :timestamp, "Replace timestamp symbols"
12
+ opt :padlines, "Number of lines to fill with blanks"
11
13
  end
12
14
 
13
15
  hdown = Hamdown.new(options)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hamdown
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 14
10
- version: 0.0.14
9
+ - 15
10
+ version: 0.0.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Robert Fletcher