ed-precompiled_bigdecimal 3.3.1-arm64-darwin

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,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ed-precompiled_bigdecimal
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.3.1
5
+ platform: arm64-darwin
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.bundle
34
+ - lib/3.1/bigdecimal.bundle
35
+ - lib/3.2/bigdecimal.bundle
36
+ - lib/3.3/bigdecimal.bundle
37
+ - lib/3.4/bigdecimal.bundle
38
+ - lib/bigdecimal.rb
39
+ - lib/bigdecimal/jacobian.rb
40
+ - lib/bigdecimal/ludcmp.rb
41
+ - lib/bigdecimal/math.rb
42
+ - lib/bigdecimal/newton.rb
43
+ - lib/bigdecimal/util.rb
44
+ - sample/linear.rb
45
+ - sample/nlsolve.rb
46
+ - sample/pi.rb
47
+ homepage: https://github.com/ruby/bigdecimal
48
+ licenses:
49
+ - Ruby
50
+ - BSD-2-Clause
51
+ metadata:
52
+ changelog_uri: https://github.com/ruby/bigdecimal/blob/master/CHANGES.md
53
+ rdoc_options: []
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '3.0'
61
+ - - "<"
62
+ - !ruby/object:Gem::Version
63
+ version: 3.5.dev
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ requirements: []
70
+ rubygems_version: 3.6.7
71
+ specification_version: 4
72
+ summary: Arbitrary-precision decimal floating-point number library.
73
+ test_files: []