decimal 0.0.91.pre → 0.1.0
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/decimal.gemspec +2 -2
- metadata +9 -17
data/decimal.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "decimal"
|
|
3
3
|
s.rubyforge_project = s.name
|
|
4
|
-
s.version = "0.0
|
|
5
|
-
s.date = "2010-08-
|
|
4
|
+
s.version = "0.1.0"
|
|
5
|
+
s.date = "2010-08-28"
|
|
6
6
|
s.summary = "(yet another) multi-precision decimal arithmetic library"
|
|
7
7
|
s.homepage = "http://decimal.rubyforge.org/"
|
|
8
8
|
s.description = <<-EOS.split("\n").map{|l|l.lstrip}.join(" ")
|
metadata
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decimal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease: true
|
|
4
|
+
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
7
|
+
- 1
|
|
8
8
|
- 0
|
|
9
|
-
|
|
10
|
-
- pre
|
|
11
|
-
version: 0.0.91.pre
|
|
9
|
+
version: 0.1.0
|
|
12
10
|
platform: ruby
|
|
13
11
|
authors:
|
|
14
12
|
- Tadashi Saito
|
|
@@ -16,7 +14,7 @@ autorequire:
|
|
|
16
14
|
bindir: bin
|
|
17
15
|
cert_chain: []
|
|
18
16
|
|
|
19
|
-
date: 2010-08-
|
|
17
|
+
date: 2010-08-28 00:00:00 +09:00
|
|
20
18
|
default_executable:
|
|
21
19
|
dependencies: []
|
|
22
20
|
|
|
@@ -52,10 +50,8 @@ has_rdoc: true
|
|
|
52
50
|
homepage: http://decimal.rubyforge.org/
|
|
53
51
|
licenses: []
|
|
54
52
|
|
|
55
|
-
post_install_message:
|
|
56
|
-
|
|
57
|
-
ALL YOUR DECIMAL BASE ARE BELONG TO US
|
|
58
|
-
|
|
53
|
+
post_install_message: "\n\
|
|
54
|
+
\t\tALL YOUR DECIMAL BASE ARE BELONG TO US\n\n"
|
|
59
55
|
rdoc_options:
|
|
60
56
|
- -t
|
|
61
57
|
- Decimal
|
|
@@ -68,21 +64,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
68
64
|
requirements:
|
|
69
65
|
- - ">="
|
|
70
66
|
- !ruby/object:Gem::Version
|
|
71
|
-
hash: 3
|
|
72
67
|
segments:
|
|
73
68
|
- 0
|
|
74
69
|
version: "0"
|
|
75
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
71
|
none: false
|
|
77
72
|
requirements:
|
|
78
|
-
- - "
|
|
73
|
+
- - ">="
|
|
79
74
|
- !ruby/object:Gem::Version
|
|
80
|
-
hash: 25
|
|
81
75
|
segments:
|
|
82
|
-
-
|
|
83
|
-
|
|
84
|
-
- 1
|
|
85
|
-
version: 1.3.1
|
|
76
|
+
- 0
|
|
77
|
+
version: "0"
|
|
86
78
|
requirements: []
|
|
87
79
|
|
|
88
80
|
rubyforge_project: decimal
|