ed-precompiled_bigdecimal 3.3.1-x86_64-linux

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,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ed-precompiled_bigdecimal
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.3.1
5
+ platform: x86_64-linux
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
+ extra_rdoc_files: []
21
+ files:
22
+ - LICENSE
23
+ - bigdecimal.gemspec
24
+ - ext/bigdecimal/bigdecimal.c
25
+ - ext/bigdecimal/bigdecimal.h
26
+ - ext/bigdecimal/bits.h
27
+ - ext/bigdecimal/extconf.rb
28
+ - ext/bigdecimal/feature.h
29
+ - ext/bigdecimal/missing.c
30
+ - ext/bigdecimal/missing.h
31
+ - ext/bigdecimal/missing/dtoa.c
32
+ - ext/bigdecimal/static_assert.h
33
+ - lib/3.0/bigdecimal.so
34
+ - lib/3.1/bigdecimal.so
35
+ - lib/3.2/bigdecimal.so
36
+ - lib/3.3/bigdecimal.so
37
+ - lib/3.4/bigdecimal.so
38
+ - lib/bigdecimal.rb
39
+ - lib/bigdecimal.so
40
+ - lib/bigdecimal/jacobian.rb
41
+ - lib/bigdecimal/ludcmp.rb
42
+ - lib/bigdecimal/math.rb
43
+ - lib/bigdecimal/newton.rb
44
+ - lib/bigdecimal/util.rb
45
+ - sample/linear.rb
46
+ - sample/nlsolve.rb
47
+ - sample/pi.rb
48
+ homepage: https://github.com/ruby/bigdecimal
49
+ licenses:
50
+ - Ruby
51
+ - BSD-2-Clause
52
+ metadata:
53
+ changelog_uri: https://github.com/ruby/bigdecimal/blob/master/CHANGES.md
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '3.4'
62
+ - - "<"
63
+ - !ruby/object:Gem::Version
64
+ version: 3.5.dev
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ requirements: []
71
+ rubygems_version: 3.6.7
72
+ specification_version: 4
73
+ summary: Arbitrary-precision decimal floating-point number library.
74
+ test_files: []