raf 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - garin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-26 00:00:00.000000000 Z
11
+ date: 2013-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -42,6 +42,7 @@ description: raf is simple document format
42
42
  email:
43
43
  - garin54@gmail.com
44
44
  executables:
45
+ - raf
45
46
  - raf2html
46
47
  extensions: []
47
48
  extra_rdoc_files: []
@@ -54,10 +55,13 @@ files:
54
55
  - History.rdoc
55
56
  - LICENSE.txt
56
57
  - README.rdoc
58
+ - RELEASE
57
59
  - Rakefile
58
60
  - VERSION
61
+ - bin/raf
59
62
  - bin/raf2html
60
63
  - lib/parserutility.rb
64
+ - lib/raf.rb
61
65
  - lib/raf2html.rb
62
66
  - lib/raf2html_element.rb
63
67
  - lib/rafblockparser.output
@@ -68,7 +72,7 @@ files:
68
72
  - lib/rafinlineparser.ry
69
73
  - lib/rafinlineparser.tab.rb
70
74
  - raf.gemspec
71
- - test.raf
75
+ - sample.raf
72
76
  - test/helper.rb
73
77
  - test/test_descblock.rb
74
78
  - test/test_emphasis.rb
File without changes