tombagby-llvmruby 0.0.1

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,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tombagby-llvmruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Bagby
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-10-09 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email:
18
+ - tomatobagby@gmail.com
19
+ executables: []
20
+
21
+ extensions:
22
+ - ext/extconf.rb
23
+ extra_rdoc_files:
24
+ - README
25
+ - COPYING
26
+ files:
27
+ - README
28
+ - COPYING
29
+ - Rakefile
30
+ - lib/llvm.rb
31
+ - lib/ruby_vm.rb
32
+ - lib/version.rb
33
+ - ext/llvm_basicblock.cpp
34
+ - ext/llvm_function.cpp
35
+ - ext/llvm_instruction.cpp
36
+ - ext/llvm_module.cpp
37
+ - ext/llvm_value.cpp
38
+ - ext/llvmruby.c
39
+ - ext/llvmruby.h
40
+ - ext/extconf.rb
41
+ - test/test_basic.rb
42
+ - test/test_basic_block.rb
43
+ - test/test_instructions.rb
44
+ - test/test_read_bitcode.rb
45
+ - test/test_ruby_vm.rb
46
+ - test/byteswap.bc
47
+ - test/static.o
48
+ has_rdoc: true
49
+ homepage:
50
+ post_install_message:
51
+ rdoc_options: []
52
+
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ requirements: []
68
+
69
+ rubyforge_project:
70
+ rubygems_version: 1.2.0
71
+ signing_key:
72
+ specification_version: 2
73
+ summary: Ruby bindings to LLVM
74
+ test_files:
75
+ - test/test_basic.rb
76
+ - test/test_basic_block.rb
77
+ - test/test_instructions.rb
78
+ - test/test_read_bitcode.rb
79
+ - test/test_ruby_vm.rb