dec_number 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.
- data/dec_number.gemspec +1 -1
- data/ext/dec_number/decNumber/libdecNumber.a +0 -0
- data/ext/dec_number/extconf.rb +1 -1
- metadata +3 -3
data/dec_number.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s| # -*-ruby-*-
|
2
2
|
s.name = "dec_number"
|
3
|
-
s.version = '0.1.
|
3
|
+
s.version = '0.1.3'
|
4
4
|
s.authors = ["Paris Sinclair"]
|
5
5
|
s.email = ["paris@rubypanther.com"]
|
6
6
|
s.summary = "ICU-decNumber wrapper for arbitrary precision math with context objects"
|
Binary file
|
data/ext/dec_number/extconf.rb
CHANGED
@@ -13,7 +13,7 @@ if RUBY_VERSION >= "1.9"
|
|
13
13
|
installer.install 'ruby_core_source'
|
14
14
|
|
15
15
|
Gem.refresh
|
16
|
-
Gem::Specification.
|
16
|
+
Gem::Specification.find_by_name('ruby_core_source').activate # for 1.9.1
|
17
17
|
|
18
18
|
require "ruby_core_source"
|
19
19
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dec_number
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-10-
|
12
|
+
date: 2011-10-30 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Wrapper for ICU-decNumber library
|
15
15
|
email:
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
version: '0'
|
108
108
|
requirements: []
|
109
109
|
rubyforge_project: dec-number
|
110
|
-
rubygems_version: 1.8.
|
110
|
+
rubygems_version: 1.8.11
|
111
111
|
signing_key:
|
112
112
|
specification_version: 3
|
113
113
|
summary: ICU-decNumber wrapper for arbitrary precision math with context objects
|