cast19 0.1.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,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cast19
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - George Ogata
9
+ - Charlie Somerville
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2012-04-05 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: A C99 capable C parser library for Ruby
16
+ email: charlie@charliesomerville.com
17
+ executables: []
18
+ extensions:
19
+ - ext/cast19/extconf.rb
20
+ extra_rdoc_files: []
21
+ files:
22
+ - ext/cast19/cast_ext.c
23
+ - ext/cast19/parser.c
24
+ - ext/cast19/yylex.c
25
+ - ext/cast19/cast.h
26
+ - ext/cast19/extconf.rb
27
+ - lib/cast19/c.tab.rb
28
+ - lib/cast19/c_nodes.rb
29
+ - lib/cast19/inspect.rb
30
+ - lib/cast19/node.rb
31
+ - lib/cast19/node_list.rb
32
+ - lib/cast19/parse.rb
33
+ - lib/cast19/to_s.rb
34
+ - lib/cast19.rb
35
+ homepage: https://github.com/charliesome/cast19
36
+ licenses: []
37
+ post_install_message:
38
+ rdoc_options: []
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ none: false
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 1.8.16
56
+ signing_key:
57
+ specification_version: 3
58
+ summary: Ruby's C parsing dog. Woof.
59
+ test_files: []