ed-precompiled_bigdecimal 3.3.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,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ed-precompiled_bigdecimal
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.3.1
5
+ platform: ruby
6
+ authors:
7
+ - Kenta Murata
8
+ - Zachary Scott
9
+ - Shigeo Kobayashi
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 1980-01-02 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: This library provides arbitrary-precision decimal floating-point number
15
+ class.
16
+ email:
17
+ - mrkn@mrkn.jp
18
+ executables: []
19
+ extensions:
20
+ - ext/bigdecimal/extconf.rb
21
+ extra_rdoc_files: []
22
+ files:
23
+ - LICENSE
24
+ - bigdecimal.gemspec
25
+ - ext/bigdecimal/bigdecimal.c
26
+ - ext/bigdecimal/bigdecimal.h
27
+ - ext/bigdecimal/bits.h
28
+ - ext/bigdecimal/extconf.rb
29
+ - ext/bigdecimal/feature.h
30
+ - ext/bigdecimal/missing.c
31
+ - ext/bigdecimal/missing.h
32
+ - ext/bigdecimal/missing/dtoa.c
33
+ - ext/bigdecimal/static_assert.h
34
+ - lib/bigdecimal.rb
35
+ - lib/bigdecimal/jacobian.rb
36
+ - lib/bigdecimal/ludcmp.rb
37
+ - lib/bigdecimal/math.rb
38
+ - lib/bigdecimal/newton.rb
39
+ - lib/bigdecimal/util.rb
40
+ - sample/linear.rb
41
+ - sample/nlsolve.rb
42
+ - sample/pi.rb
43
+ homepage: https://github.com/ruby/bigdecimal
44
+ licenses:
45
+ - Ruby
46
+ - BSD-2-Clause
47
+ metadata:
48
+ changelog_uri: https://github.com/ruby/bigdecimal/blob/master/CHANGES.md
49
+ rdoc_options: []
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: 2.5.0
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubygems_version: 3.6.7
64
+ specification_version: 4
65
+ summary: Arbitrary-precision decimal floating-point number library.
66
+ test_files: []