srawlins-gmp 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: srawlins-gmp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Tomasz Wegrzanowski
8
+ - srawlins
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-09-09 00:00:00 -07:00
14
+ default_executable:
15
+ dependencies:
16
+ description: gmp is library providing Ruby bindings to GMP library.
17
+ email:
18
+ - sam.rawlins@gmail.com
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - ext/extconf.rb
27
+ - ext/gmp.c
28
+ - ext/gmpf.h
29
+ - ext/gmpq.h
30
+ - ext/gmpz.h
31
+ - ext/takeover.h
32
+ - test/README
33
+ - test/tc_cmp.rb
34
+ - test/tc_q.rb
35
+ - test/tc_q_basic.rb
36
+ - test/tc_z.rb
37
+ - test/tc_z_basic.rb
38
+ - test/tc_z_exponentiation.rb
39
+ - test/tc_z_logic.rb
40
+ - test/test_helper.rb
41
+ - test/unit_tests.rb
42
+ - CHANGELOG
43
+ - INSTALL
44
+ - README.rdoc
45
+ has_rdoc: false
46
+ homepage: http://github.com/srawlins/gmp/tree/master
47
+ licenses:
48
+ post_install_message:
49
+ rdoc_options:
50
+ - --quiet
51
+ - --title
52
+ - gmp documentation
53
+ - --opname
54
+ - index.html
55
+ - --line-numbers
56
+ - --main
57
+ - README
58
+ - --inline-source
59
+ require_paths:
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: "0"
65
+ version:
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: "0"
71
+ version:
72
+ requirements: []
73
+
74
+ rubyforge_project:
75
+ rubygems_version: 1.3.5
76
+ signing_key:
77
+ specification_version: 2
78
+ summary: A library providing Ruby bindings to GMP library.
79
+ test_files:
80
+ - test/unit_tests.rb
81
+ - test/test_helper.rb