bigdecimal 1.4.1 → 1.4.2.pre.20181216a
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/bigdecimal.gemspec +1 -1
- data/ext/bigdecimal/util/extconf.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c4395ac160c24939db3008e38d325e32ad33b752d268ed3b3ecaa2ee25fcf3d
|
4
|
+
data.tar.gz: 93a01472c852a7846040dcf700dd7ea62c478423cdffc512d0897f760bfbffcd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46b84e666d07d15f578f7c9cdcef3f8b4ce92249988384562e9a57d0cbdd37215ac4546568995cbae8d99ec4edeca618363c730635b13f377284af7407aee37a
|
7
|
+
data.tar.gz: 945f02a802d9ea951efe0bf8ed36c8ddbd88146fd073a15b1d78a5a19ebba7a5c258efb3667f4d272afc3a7da049defee5d9c950f608254c63b109992c6d2d2e
|
data/bigdecimal.gemspec
CHANGED
@@ -4,11 +4,11 @@ require 'mkmf'
|
|
4
4
|
checking_for(checking_message("Windows")) do
|
5
5
|
case RUBY_PLATFORM
|
6
6
|
when /cygwin|mingw/
|
7
|
-
if
|
8
|
-
build_dir = "$(TARGET_SO_DIR)../"
|
9
|
-
else
|
7
|
+
if ARGV.include?('-rdevkit') # check `rake -rdevkit compile` case
|
10
8
|
base_dir = File.expand_path('../../../..', __FILE__)
|
11
9
|
build_dir = File.join(base_dir, "tmp", RUBY_PLATFORM, "bigdecimal", RUBY_VERSION, "")
|
10
|
+
else
|
11
|
+
build_dir = "$(TARGET_SO_DIR)../"
|
12
12
|
end
|
13
13
|
$libs << " #{build_dir}bigdecimal.so"
|
14
14
|
true
|
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: 1.4.
|
4
|
+
version: 1.4.2.pre.20181216a
|
5
5
|
platform: ruby
|
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: 2018-12-
|
13
|
+
date: 2018-12-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|
@@ -124,9 +124,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
124
124
|
version: 2.3.0
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
126
|
requirements:
|
127
|
-
- - "
|
127
|
+
- - ">"
|
128
128
|
- !ruby/object:Gem::Version
|
129
|
-
version:
|
129
|
+
version: 1.3.1
|
130
130
|
requirements: []
|
131
131
|
rubygems_version: 3.0.1
|
132
132
|
signing_key:
|