hamdown 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/hamdown +1 -1
  2. metadata +4 -4
@@ -9,7 +9,7 @@ options = Trollop::options do
9
9
  opt :file_path, "File path", :type => :string
10
10
  opt :columns, "Output in columns"
11
11
  opt :timestamp, "Replace timestamp symbols"
12
- opt :padlines, "Number of lines to fill with blanks"
12
+ opt :padlines, "Number of lines to fill with blanks", :type => :int
13
13
  end
14
14
 
15
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: 1
4
+ hash: 63
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 15
10
- version: 0.0.15
9
+ - 16
10
+ version: 0.0.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Robert Fletcher
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-15 00:00:00 -07:00
18
+ date: 2011-06-09 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency