large_binomials 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,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: large_binomials
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Filip van Laenen
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-07-31 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Large binomials
15
+ email:
16
+ - f.a.vanlaenen@ieee.org
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files:
20
+ - LICENSE
21
+ - README.md
22
+ files:
23
+ - LICENSE
24
+ - README.md
25
+ - Rakefile
26
+ - bin/test_performance_binomial.rb
27
+ - large_binomials.gemspec
28
+ - lib/core_ext/integer.rb
29
+ - lib/large_binomials.rb
30
+ - lib/large_binomials/large_float.rb
31
+ - spec/spec_helper.rb
32
+ - spec/unit/integer_spec.rb
33
+ - spec/unit/large_float_spec.rb
34
+ homepage: https://github.com/filipvanlaenen/large_binomials
35
+ licenses:
36
+ - GPL
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.23
56
+ signing_key:
57
+ specification_version: 3
58
+ summary: Library to calculate large binomials
59
+ test_files:
60
+ - spec/spec_helper.rb
61
+ - spec/unit/integer_spec.rb
62
+ - spec/unit/large_float_spec.rb