ruby-numtheory 0.0.3

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.
Files changed (2) hide show
  1. data/ext/numtheory/extconf.rb +2 -0
  2. metadata +66 -0
@@ -0,0 +1,2 @@
1
+ require 'mkmf'
2
+ create_makefile 'numtheory'
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-numtheory
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 3
9
+ version: 0.0.3
10
+ platform: ruby
11
+ authors:
12
+ - lomereiter
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2011-05-09 00:00:00 +04:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: fast implementations of common number-theoretical algorithms
22
+ email: lomereiter@gmail.com
23
+ executables: []
24
+
25
+ extensions:
26
+ - ext/numtheory/extconf.rb
27
+ extra_rdoc_files: []
28
+
29
+ files:
30
+ - ext/numtheory/extconf.rb
31
+ has_rdoc: true
32
+ homepage: http://code.google.com/p/ruby-numtheory
33
+ licenses: []
34
+
35
+ post_install_message:
36
+ rdoc_options: []
37
+
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ segments:
46
+ - 1
47
+ - 9
48
+ - 0
49
+ version: 1.9.0
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ segments:
56
+ - 0
57
+ version: "0"
58
+ requirements: []
59
+
60
+ rubyforge_project:
61
+ rubygems_version: 1.3.7
62
+ signing_key:
63
+ specification_version: 3
64
+ summary: Ruby number theory library
65
+ test_files: []
66
+