aaronp-frex 1.0.0

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.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aaronp-frex
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Aaron Patterson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-07-23 00:00:00 -07:00
13
+ default_executable: frex
14
+ dependencies: []
15
+
16
+ description: Frex is a fork of Rex. Rex is a lexical scanner generator. It is written in Ruby itself, and generates Ruby program. It is designed for use with Racc.
17
+ email:
18
+ - aaronp@rubyforge.org
19
+ executables:
20
+ - frex
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - Manifest.txt
25
+ files:
26
+ - CHANGELOG.rdoc
27
+ - DOCUMENTATION.en.rdoc
28
+ - DOCUMENTATION.ja.rdoc
29
+ - Manifest.txt
30
+ - README.ja
31
+ - README.rdoc
32
+ - Rakefile
33
+ - bin/frex
34
+ - lib/frex.rb
35
+ - lib/frex/generator.rb
36
+ - lib/frex/info.rb
37
+ - lib/frex/rexcmd.rb
38
+ - sample/a.cmd
39
+ - sample/b.cmd
40
+ - sample/c.cmd
41
+ - sample/calc3.racc
42
+ - sample/calc3.rex
43
+ - sample/calc3.rex.rb
44
+ - sample/calc3.tab.rb
45
+ - sample/error1.rex
46
+ - sample/error2.rex
47
+ - sample/sample.html
48
+ - sample/sample.rex
49
+ - sample/sample.rex.rb
50
+ - sample/sample.xhtml
51
+ - sample/sample1.c
52
+ - sample/sample1.rex
53
+ - sample/sample2.bas
54
+ - sample/sample2.rex
55
+ - sample/simple.html
56
+ - sample/simple.xhtml
57
+ - sample/xhtmlparser.racc
58
+ - sample/xhtmlparser.rex
59
+ - test/rex-20060125.rb
60
+ - test/rex-20060511.rb
61
+ - vendor/hoe.rb
62
+ has_rdoc: true
63
+ homepage: http://github.com/aaronp/frex/tree/master
64
+ post_install_message:
65
+ rdoc_options:
66
+ - --main
67
+ - README.rdoc
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: "0"
75
+ version:
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: "0"
81
+ version:
82
+ requirements: []
83
+
84
+ rubyforge_project: frex
85
+ rubygems_version: 1.2.0
86
+ signing_key:
87
+ specification_version: 2
88
+ summary: Frex is a fork of Rex
89
+ test_files: []
90
+