bigdecimal 3.1.5-java → 3.1.6-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +56 -0
  3. data/bigdecimal.gemspec +1 -0
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95fe5fca73e7513676e830715eb2d7810a8fa79a2372c9650bd9dec341e109a8
4
- data.tar.gz: f8e2f290c5bef3e742fd6f15744b774e9c6a691cbfbb7fec0b38366627f52723
3
+ metadata.gz: 220d17afb102a486466619d85ac3cff845681d40d59fbe973e566fbee14a177d
4
+ data.tar.gz: 2624e29b3156a5b5e38efcda7ce837055075e5819a55c80745af545c89791339
5
5
  SHA512:
6
- metadata.gz: 31e26543e8a8bd1cbc0745b409dbed8fc2e417ca3eb2e81c50b22a11b36a89b3a51b65dfff471235167dc0e2c5460e5f0352b035c7dc12246660a4a27f40e27c
7
- data.tar.gz: eaed075be9efc7ae8122852d8ca430eb9298a0ac271a007cae871dea87fbca390728b6f92725862e0c31454a1967b8cbfe9b66b8aa2a71c5e7bd431959e2e1bc
6
+ metadata.gz: 10980cc8cd4c36cbbd1ef91e5903ca63e2fb25d5cd8fa453a77ef6e251f82e7bdd2f9975559fc4b9e558b46e8c72fc69c3ae6955428fa23f8ec48ec49edf0987
7
+ data.tar.gz: cde8c6089b789d340c661eb9c2d260cc01230306f8dd9093d5b5592296d73ddd51c874a148c7f6561d55d1fd98b6c15446c1314574fb5368c03b9ece210624a2
data/LICENSE ADDED
@@ -0,0 +1,56 @@
1
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
2
+ You can redistribute it and/or modify it under either the terms of the
3
+ 2-clause BSDL (see the file BSDL), or the conditions below:
4
+
5
+ 1. You may make and give away verbatim copies of the source form of the
6
+ software without restriction, provided that you duplicate all of the
7
+ original copyright notices and associated disclaimers.
8
+
9
+ 2. You may modify your copy of the software in any way, provided that
10
+ you do at least ONE of the following:
11
+
12
+ a) place your modifications in the Public Domain or otherwise
13
+ make them Freely Available, such as by posting said
14
+ modifications to Usenet or an equivalent medium, or by allowing
15
+ the author to include your modifications in the software.
16
+
17
+ b) use the modified software only within your corporation or
18
+ organization.
19
+
20
+ c) give non-standard binaries non-standard names, with
21
+ instructions on where to get the original software distribution.
22
+
23
+ d) make other distribution arrangements with the author.
24
+
25
+ 3. You may distribute the software in object code or binary form,
26
+ provided that you do at least ONE of the following:
27
+
28
+ a) distribute the binaries and library files of the software,
29
+ together with instructions (in the manual page or equivalent)
30
+ on where to get the original distribution.
31
+
32
+ b) accompany the distribution with the machine-readable source of
33
+ the software.
34
+
35
+ c) give non-standard binaries non-standard names, with
36
+ instructions on where to get the original software distribution.
37
+
38
+ d) make other distribution arrangements with the author.
39
+
40
+ 4. You may modify and include the part of the software into any other
41
+ software (possibly commercial). But some files in the distribution
42
+ are not written by the author, so that they are not under these terms.
43
+
44
+ For the list of those files and their copying conditions, see the
45
+ file LEGAL.
46
+
47
+ 5. The scripts and library files supplied as input to or produced as
48
+ output from the software do not automatically fall under the
49
+ copyright of the software, but belong to whomever generated them,
50
+ and may be sold commercially, and may be aggregated with this
51
+ software.
52
+
53
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
54
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
55
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
56
+ PURPOSE.
data/bigdecimal.gemspec CHANGED
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
23
23
 
24
24
  s.require_paths = %w[lib]
25
25
  s.files = %w[
26
+ LICENSE
26
27
  bigdecimal.gemspec
27
28
  lib/bigdecimal.rb
28
29
  lib/bigdecimal/jacobian.rb
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigdecimal
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.5
4
+ version: 3.1.6
5
5
  platform: java
6
6
  authors:
7
7
  - Kenta Murata
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-12-13 00:00:00.000000000 Z
13
+ date: 2024-01-18 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: This library provides arbitrary-precision decimal floating-point number
16
16
  class.
@@ -20,6 +20,7 @@ executables: []
20
20
  extensions: []
21
21
  extra_rdoc_files: []
22
22
  files:
23
+ - LICENSE
23
24
  - bigdecimal.gemspec
24
25
  - lib/bigdecimal.rb
25
26
  - lib/bigdecimal/jacobian.rb