decimal 0.1.2 → 0.1.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.
- checksums.yaml +4 -4
- data/README.rdoc +1 -1
- data/decimal.gemspec +4 -3
- data/depend +1 -1
- data/extconf.rb +3 -1
- data/inum22.h +1 -1
- data/inum23.h +2429 -0
- metadata +19 -4
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decimal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tadashi Saito
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
12
|
-
dependencies:
|
11
|
+
date: 2015-10-13 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: test-unit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
13
27
|
description: Decimal is (yet another) multi-precision decimal arithmetic library. It
|
14
28
|
provides simple, compact, fast, precise, stable and easy-to-use solution.
|
15
29
|
email: tad.a.digger@gmail.com
|
@@ -35,6 +49,7 @@ files:
|
|
35
49
|
- inum200.h
|
36
50
|
- inum21.h
|
37
51
|
- inum22.h
|
52
|
+
- inum23.h
|
38
53
|
- lib/decimal.rb
|
39
54
|
- lib/decimal/math.rb
|
40
55
|
- ruby18compat.h
|
@@ -63,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
78
|
version: '0'
|
64
79
|
requirements: []
|
65
80
|
rubyforge_project:
|
66
|
-
rubygems_version: 2.
|
81
|
+
rubygems_version: 2.5.0
|
67
82
|
signing_key:
|
68
83
|
specification_version: 4
|
69
84
|
summary: "(yet another) multi-precision decimal arithmetic library"
|