Update to Ruby 2.1.1.
This commit is contained in:
parent
724ffdbb53
commit
df08120417
@ -38,7 +38,7 @@ diff --git a/configure.in b/configure.in
|
||||
index 0e371e2..d4f1dcb 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -3814,6 +3814,13 @@ AC_SUBST(rubyarchhdrdir)dnl
|
||||
@@ -3841,6 +3841,13 @@ AC_SUBST(rubyarchhdrdir)dnl
|
||||
AC_SUBST(sitearchhdrdir)dnl
|
||||
AC_SUBST(vendorarchhdrdir)dnl
|
||||
|
||||
|
@ -11,7 +11,7 @@ diff --git a/configure.in b/configure.in
|
||||
index 37d9a62..553d4d0 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -3044,6 +3044,11 @@ if test ${multiarch+set}; then
|
||||
@@ -3071,6 +3071,11 @@ if test ${multiarch+set}; then
|
||||
fi
|
||||
|
||||
archlibdir='${libdir}/${arch}'
|
||||
|
@ -13,7 +13,7 @@ diff --git a/configure.in b/configure.in
|
||||
index 88d24ee..4a300b9 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -3618,8 +3618,6 @@ AS_CASE(["$target_os"],
|
||||
@@ -3645,8 +3645,6 @@ AS_CASE(["$target_os"],
|
||||
rubyw_install_name='$(RUBYW_INSTALL_NAME)'
|
||||
])
|
||||
|
||||
@ -22,7 +22,7 @@ index 88d24ee..4a300b9 100644
|
||||
|
||||
rubyarchprefix=${multiarch+'${archlibdir}/${RUBY_BASE_NAME}'}${multiarch-'${rubylibprefix}/${arch}'}
|
||||
AC_ARG_WITH(rubyarchprefix,
|
||||
@@ -3649,6 +3647,7 @@ AC_ARG_WITH(ruby-version,
|
||||
@@ -3676,6 +3676,7 @@ AC_ARG_WITH(ruby-version,
|
||||
[ruby_version=full])
|
||||
unset RUBY_LIB_VERSION
|
||||
unset RUBY_LIB_VERSION_STYLE
|
||||
@ -30,7 +30,7 @@ index 88d24ee..4a300b9 100644
|
||||
AS_CASE(["$ruby_version"],
|
||||
[full], [RUBY_LIB_VERSION_STYLE='3 /* full */'],
|
||||
[minor], [RUBY_LIB_VERSION_STYLE='2 /* minor */'])
|
||||
@@ -3665,30 +3664,34 @@ if test ${RUBY_LIB_VERSION_STYLE+set}; then
|
||||
@@ -3692,30 +3691,34 @@ if test ${RUBY_LIB_VERSION_STYLE+set}; then
|
||||
ruby_version="`$CPP -I. -I"${srcdir}" -I"${srcdir}/include" conftest.c | sed '/^ruby_version=/!d;s/ //g'`"
|
||||
eval $ruby_version
|
||||
elif test -z "${ruby_version}"; then
|
||||
|
@ -11,7 +11,7 @@ diff --git a/configure.in b/configure.in
|
||||
index 553d4d0..03a4152 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -3730,6 +3730,8 @@ AC_SUBST(vendorarchdir)dnl
|
||||
@@ -3757,6 +3757,8 @@ AC_SUBST(vendorarchdir)dnl
|
||||
|
||||
AC_SUBST(configure_args, "`echo "${ac_configure_args}" | sed 's/\\$/$$/g'`")dnl
|
||||
|
||||
|
@ -15,7 +15,7 @@ diff --git a/configure.in b/configure.in
|
||||
index 03a4152..0e371e2 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -3704,6 +3704,10 @@ AC_ARG_WITH(vendorarchdir,
|
||||
@@ -3731,6 +3731,10 @@ AC_ARG_WITH(vendorarchdir,
|
||||
[vendorarchdir=$withval],
|
||||
[vendorarchdir=${multiarch+'${rubysitearchprefix}/vendor_ruby/${ruby_version}'}${multiarch-'${vendorlibdir}/${sitearch}'}])
|
||||
|
||||
@ -26,7 +26,7 @@ index 03a4152..0e371e2 100644
|
||||
if test "${LOAD_RELATIVE+set}"; then
|
||||
AC_DEFINE_UNQUOTED(LOAD_RELATIVE, $LOAD_RELATIVE)
|
||||
RUBY_EXEC_PREFIX=''
|
||||
@@ -3727,6 +3731,7 @@ AC_SUBST(sitearchdir)dnl
|
||||
@@ -3754,6 +3754,7 @@ AC_SUBST(sitearchdir)dnl
|
||||
AC_SUBST(vendordir)dnl
|
||||
AC_SUBST(vendorlibdir)dnl
|
||||
AC_SUBST(vendorarchdir)dnl
|
||||
|
@ -1,143 +0,0 @@
|
||||
From 1ffbe07e179a2e047d24c7091f6ff013195b1a93 Mon Sep 17 00:00:00 2001
|
||||
From: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
|
||||
Date: Sat, 21 Dec 2013 03:37:26 +0000
|
||||
Subject: [PATCH] resolv.rb: no encodings
|
||||
|
||||
* lib/resolv.rb (Resolv::Hosts#lazy_initialize): should not
|
||||
consider encodings in hosts file. [ruby-core:59239] [Bug #9273]
|
||||
* lib/resolv.rb (Resolv::Config.parse_resolv_conf): ditto.
|
||||
|
||||
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
||||
---
|
||||
ChangeLog | 7 +++++++
|
||||
lib/resolv.rb | 4 ++--
|
||||
test/resolv/test_addr.rb | 12 ++++++++++++
|
||||
test/resolv/test_dns.rb | 13 +++++++++++++
|
||||
4 files changed, 34 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/ChangeLog b/ChangeLog
|
||||
index 72eaa6f..93686e9 100644
|
||||
--- a/ChangeLog
|
||||
+++ b/ChangeLog
|
||||
@@ -67,6 +67,13 @@
|
||||
install win32.h.
|
||||
[ruby-core:58801][Bug #9199] reported by arton.
|
||||
|
||||
+Sat Dec 21 12:37:19 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
+
|
||||
+ * lib/resolv.rb (Resolv::Hosts#lazy_initialize): should not
|
||||
+ consider encodings in hosts file. [ruby-core:59239] [Bug #9273]
|
||||
+
|
||||
+ * lib/resolv.rb (Resolv::Config.parse_resolv_conf): ditto.
|
||||
+
|
||||
Fri Dec 20 17:52:50 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_method.c: check definition of
|
||||
diff --git a/lib/resolv.rb b/lib/resolv.rb
|
||||
index 6d34a67..0c2b68e 100644
|
||||
--- a/lib/resolv.rb
|
||||
+++ b/lib/resolv.rb
|
||||
@@ -187,7 +187,7 @@ class Resolv
|
||||
unless @initialized
|
||||
@name2addr = {}
|
||||
@addr2name = {}
|
||||
- open(@filename) {|f|
|
||||
+ open(@filename, 'rb') {|f|
|
||||
f.each {|line|
|
||||
line.sub!(/#.*/, '')
|
||||
addr, hostname, *aliases = line.split(/\s+/)
|
||||
@@ -920,7 +920,7 @@ class Resolv
|
||||
nameserver = []
|
||||
search = nil
|
||||
ndots = 1
|
||||
- open(filename) {|f|
|
||||
+ open(filename, 'rb') {|f|
|
||||
f.each {|line|
|
||||
line.sub!(/[#;].*/, '')
|
||||
keyword, *args = line.split(/\s+/)
|
||||
diff --git a/test/resolv/test_addr.rb b/test/resolv/test_addr.rb
|
||||
index 84bc8c2..d4728e1 100644
|
||||
--- a/test/resolv/test_addr.rb
|
||||
+++ b/test/resolv/test_addr.rb
|
||||
@@ -13,4 +13,16 @@ class TestResolvAddr < Test::Unit::TestCase
|
||||
end
|
||||
}
|
||||
end
|
||||
+
|
||||
+ def test_invalid_byte_comment
|
||||
+ bug9273 = '[ruby-core:59239] [Bug #9273]'
|
||||
+ Tempfile.open('resolv_test_addr_') do |tmpfile|
|
||||
+ tmpfile.print("\xff\x00\x40")
|
||||
+ tmpfile.close
|
||||
+ hosts = Resolv::Hosts.new(tmpfile.path)
|
||||
+ assert_nothing_raised(ArgumentError, bug9273) do
|
||||
+ hosts.each_address("") {break}
|
||||
+ end
|
||||
+ end
|
||||
+ end
|
||||
end
|
||||
diff --git a/test/resolv/test_dns.rb b/test/resolv/test_dns.rb
|
||||
index 0d9565e..e3e38ef 100644
|
||||
--- a/test/resolv/test_dns.rb
|
||||
+++ b/test/resolv/test_dns.rb
|
||||
@@ -1,6 +1,7 @@
|
||||
require 'test/unit'
|
||||
require 'resolv'
|
||||
require 'socket'
|
||||
+require 'tempfile'
|
||||
|
||||
class TestResolvDNS < Test::Unit::TestCase
|
||||
def setup
|
||||
@@ -150,4 +151,16 @@ class TestResolvDNS < Test::Unit::TestCase
|
||||
}
|
||||
end
|
||||
|
||||
+ def test_invalid_byte_comment
|
||||
+ bug9273 = '[ruby-core:59239] [Bug #9273]'
|
||||
+ Tempfile.open('resolv_test_dns_') do |tmpfile|
|
||||
+ tmpfile.print("\xff\x00\x40")
|
||||
+ tmpfile.close
|
||||
+ Resolv::DNS.open(tmpfile.path) do |dns|
|
||||
+ assert_nothing_raised(ArgumentError, bug9273) do
|
||||
+ dns.getresources("foo.example.org", Resolv::DNS::Resource::IN::A)
|
||||
+ end
|
||||
+ end
|
||||
+ end
|
||||
+ end
|
||||
end
|
||||
--
|
||||
1.8.4.2
|
||||
|
||||
From 1ef0a76c6c6556bf6ab155e2ad28a23748ee59ef Mon Sep 17 00:00:00 2001
|
||||
From: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
|
||||
Date: Sat, 21 Dec 2013 07:18:18 +0000
|
||||
Subject: [PATCH] test_dns.rb: no server access
|
||||
|
||||
* test/resolv/test_dns.rb (test_invalid_byte_comment): get rid of
|
||||
actual server access. [Bug #9273]
|
||||
|
||||
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
||||
---
|
||||
test/resolv/test_dns.rb | 6 ++----
|
||||
1 file changed, 2 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/test/resolv/test_dns.rb b/test/resolv/test_dns.rb
|
||||
index e3e38ef..07396fb 100644
|
||||
--- a/test/resolv/test_dns.rb
|
||||
+++ b/test/resolv/test_dns.rb
|
||||
@@ -156,10 +156,8 @@ class TestResolvDNS < Test::Unit::TestCase
|
||||
Tempfile.open('resolv_test_dns_') do |tmpfile|
|
||||
tmpfile.print("\xff\x00\x40")
|
||||
tmpfile.close
|
||||
- Resolv::DNS.open(tmpfile.path) do |dns|
|
||||
- assert_nothing_raised(ArgumentError, bug9273) do
|
||||
- dns.getresources("foo.example.org", Resolv::DNS::Resource::IN::A)
|
||||
- end
|
||||
+ assert_nothing_raised(ArgumentError, bug9273) do
|
||||
+ Resolv::DNS::Config.parse_resolv_conf(tmpfile.path)
|
||||
end
|
||||
end
|
||||
end
|
||||
--
|
||||
1.8.4.2
|
||||
|
@ -1,259 +0,0 @@
|
||||
From 5ac7c395c19426a9a92f0a918b03e0f493af6e2c Mon Sep 17 00:00:00 2001
|
||||
From: tmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
|
||||
Date: Fri, 3 Jan 2014 01:46:55 +0000
|
||||
Subject: [PATCH] test/net/imap/test_imap.rb: fix test failures due to expired
|
||||
certs
|
||||
|
||||
* test/net/imap/cacert.pem: generate new CA cert, since the last one
|
||||
expired. [Bug #9341] [ruby-core:59459]
|
||||
* test/net/imap/server.crt: new server cert signed with updated CA.
|
||||
* test/net/imap/Makefile: add `make regen_certs` to automate this
|
||||
process.
|
||||
|
||||
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
||||
---
|
||||
ChangeLog | 8 +++++
|
||||
test/net/imap/Makefile | 15 +++++++++
|
||||
test/net/imap/cacert.pem | 84 ++++++++++++++++++++++++++----------------------
|
||||
test/net/imap/server.crt | 65 +++++++++++++++----------------------
|
||||
4 files changed, 94 insertions(+), 78 deletions(-)
|
||||
create mode 100644 test/net/imap/Makefile
|
||||
|
||||
diff --git a/ChangeLog b/ChangeLog
|
||||
index a4f20cd..d6a7148 100644
|
||||
--- a/ChangeLog
|
||||
+++ b/ChangeLog
|
||||
@@ -1,3 +1,11 @@
|
||||
+Fri Jan 3 10:43:57 2014 Aman Gupta <ruby@tmm1.net>
|
||||
+
|
||||
+ * test/net/imap/cacert.pem: generate new CA cert, since the last one
|
||||
+ expired. [Bug #9341] [ruby-core:59459]
|
||||
+ * test/net/imap/server.crt: new server cert signed with updated CA.
|
||||
+ * test/net/imap/Makefile: add `make regen_certs` to automate this
|
||||
+ process.
|
||||
+
|
||||
Wed Dec 25 16:58:31 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* proc.c (rb_mod_define_method): consider visibility only if self
|
||||
diff --git a/test/net/imap/Makefile b/test/net/imap/Makefile
|
||||
new file mode 100644
|
||||
index 0000000..b2bc9c7
|
||||
--- /dev/null
|
||||
+++ b/test/net/imap/Makefile
|
||||
@@ -0,0 +1,15 @@
|
||||
+all:
|
||||
+
|
||||
+regen_certs:
|
||||
+ touch server.key
|
||||
+ make server.crt
|
||||
+
|
||||
+cacert.pem: server.key
|
||||
+ openssl req -new -x509 -days 1825 -key server.key -out cacert.pem -text -subj "/C=JP/ST=Shimane/L=Matz-e city/O=Ruby Core Team/CN=Ruby Test CA/emailAddress=security@ruby-lang.org"
|
||||
+
|
||||
+server.csr:
|
||||
+ openssl req -new -key server.key -out server.csr -text -subj "/C=JP/ST=Shimane/O=Ruby Core Team/OU=Ruby Test/CN=localhost"
|
||||
+
|
||||
+server.crt: server.csr cacert.pem
|
||||
+ openssl x509 -days 1825 -CA cacert.pem -CAkey server.key -set_serial 00 -in server.csr -req -text -out server.crt
|
||||
+ rm server.csr
|
||||
diff --git a/test/net/imap/cacert.pem b/test/net/imap/cacert.pem
|
||||
index bd7e68a..7073387 100644
|
||||
--- a/test/net/imap/cacert.pem
|
||||
+++ b/test/net/imap/cacert.pem
|
||||
@@ -2,59 +2,65 @@ Certificate:
|
||||
Data:
|
||||
Version: 3 (0x2)
|
||||
Serial Number:
|
||||
- 9f:dc:f7:94:98:05:43:4c
|
||||
+ b9:90:a2:bf:62:69:17:9c
|
||||
Signature Algorithm: sha1WithRSAEncryption
|
||||
Issuer: C=JP, ST=Shimane, L=Matz-e city, O=Ruby Core Team, CN=Ruby Test CA/emailAddress=security@ruby-lang.org
|
||||
Validity
|
||||
- Not Before: Dec 23 10:21:33 2010 GMT
|
||||
- Not After : Jan 1 10:21:33 2014 GMT
|
||||
+ Not Before: Jan 3 01:34:17 2014 GMT
|
||||
+ Not After : Jan 2 01:34:17 2019 GMT
|
||||
Subject: C=JP, ST=Shimane, L=Matz-e city, O=Ruby Core Team, CN=Ruby Test CA/emailAddress=security@ruby-lang.org
|
||||
Subject Public Key Info:
|
||||
Public Key Algorithm: rsaEncryption
|
||||
- Public-Key: (1024 bit)
|
||||
- Modulus:
|
||||
- 00:ce:be:2c:9f:47:ba:db:9c:9c:5b:f0:38:3b:f3:
|
||||
- 74:20:37:76:23:9f:84:1c:81:90:b4:3e:00:20:34:
|
||||
- 98:7e:81:69:50:a1:c3:65:96:ea:fa:00:da:8c:cc:
|
||||
- 53:3f:ba:3c:d0:50:7a:5a:b4:6b:ac:d3:2e:18:ca:
|
||||
- 2a:69:b3:6a:6f:38:c2:32:a8:06:b6:0a:30:a9:ee:
|
||||
- 03:38:e9:05:a5:19:23:54:a8:3c:b9:08:ad:2b:72:
|
||||
- 23:df:93:22:c4:46:a8:ea:f1:a6:e9:30:4a:3f:83:
|
||||
- 39:e9:62:8e:8b:a3:5e:67:89:1d:7c:75:de:05:aa:
|
||||
- 58:b1:b7:79:7c:10:80:6d:87
|
||||
+ RSA Public Key: (1024 bit)
|
||||
+ Modulus (1024 bit):
|
||||
+ 00:db:75:d0:45:de:b1:df:bf:71:a0:0e:b0:a5:e6:
|
||||
+ bc:f4:1c:9d:e5:25:67:64:c5:7b:cb:f1:af:c6:be:
|
||||
+ 9a:aa:ea:7e:0f:cc:05:af:ef:40:69:06:b2:c9:13:
|
||||
+ 9d:7e:eb:a2:06:e2:ea:7d:07:c7:c7:99:c7:fb:d5:
|
||||
+ b8:eb:63:77:62:2b:18:12:c3:53:58:d0:f5:c7:40:
|
||||
+ 0c:01:d1:26:82:34:16:09:e3:dc:65:f4:dc:bb:5d:
|
||||
+ a5:41:60:e7:a9:74:ba:d7:4c:b6:a3:9c:c5:8c:89:
|
||||
+ af:cb:e8:9f:05:fe:ea:fe:64:24:bf:e7:ed:e3:f6:
|
||||
+ d0:fc:d6:eb:fc:06:82:10:fb
|
||||
Exponent: 65537 (0x10001)
|
||||
X509v3 extensions:
|
||||
X509v3 Subject Key Identifier:
|
||||
- 41:C9:49:37:B1:FA:61:E3:BA:D7:19:3D:D9:DA:8C:B9:82:C9:B4:6A
|
||||
+ E8:7E:58:AC:13:7B:03:22:8D:9E:AF:32:0B:84:89:80:80:0C:1E:C2
|
||||
X509v3 Authority Key Identifier:
|
||||
- keyid:41:C9:49:37:B1:FA:61:E3:BA:D7:19:3D:D9:DA:8C:B9:82:C9:B4:6A
|
||||
+ keyid:E8:7E:58:AC:13:7B:03:22:8D:9E:AF:32:0B:84:89:80:80:0C:1E:C2
|
||||
+ DirName:/C=JP/ST=Shimane/L=Matz-e city/O=Ruby Core Team/CN=Ruby Test CA/emailAddress=security@ruby-lang.org
|
||||
+ serial:B9:90:A2:BF:62:69:17:9C
|
||||
|
||||
X509v3 Basic Constraints:
|
||||
CA:TRUE
|
||||
Signature Algorithm: sha1WithRSAEncryption
|
||||
- 86:00:33:b9:dd:ff:5f:83:59:5f:c3:29:3c:d7:11:db:10:b3:
|
||||
- d7:d1:70:fb:0a:c6:74:85:c6:ea:e1:15:c4:92:f8:0e:11:cc:
|
||||
- ff:a6:3c:31:c2:2c:66:d8:fe:63:93:9f:b0:97:e6:f5:bc:5c:
|
||||
- 80:68:96:5d:eb:77:b9:23:dd:68:a7:49:03:ff:22:48:55:f1:
|
||||
- 39:7c:20:21:ff:64:52:e1:f6:cf:3c:b3:4d:2c:5c:03:62:ea:
|
||||
- c5:49:99:07:fa:8d:ff:7b:c2:75:0c:ca:24:b5:0b:f5:b7:57:
|
||||
- 3a:10:f0:8a:bb:9a:e8:92:4d:d5:6f:c2:a2:29:36:61:78:a4:
|
||||
- dc:7b
|
||||
+ 8f:77:06:4e:31:72:12:ee:68:09:70:27:d4:31:85:ef:10:95:
|
||||
+ f9:0f:2b:66:63:08:37:88:6e:b7:9b:40:3e:18:77:33:86:e8:
|
||||
+ 61:6a:b7:3c:cb:c7:a6:d6:d5:92:6a:1f:56:d0:9f:5c:32:56:
|
||||
+ d3:37:52:fe:0e:20:c2:7a:0d:fe:2d:3c:81:da:b8:7f:4d:6a:
|
||||
+ 08:01:d9:be:7a:a2:15:be:a6:ce:49:64:90:8c:9a:ca:6e:2e:
|
||||
+ 84:48:1d:94:19:56:94:46:aa:25:9b:68:c2:80:60:bf:cb:2e:
|
||||
+ 35:03:ea:0a:65:5a:33:38:c6:cc:81:46:c0:bc:36:86:96:39:
|
||||
+ 10:7d
|
||||
-----BEGIN CERTIFICATE-----
|
||||
-MIIC6DCCAlGgAwIBAgIJAJ/c95SYBUNMMA0GCSqGSIb3DQEBBQUAMIGMMQswCQYD
|
||||
-VQQGEwJKUDEQMA4GA1UECAwHU2hpbWFuZTEUMBIGA1UEBwwLTWF0ei1lIGNpdHkx
|
||||
-FzAVBgNVBAoMDlJ1YnkgQ29yZSBUZWFtMRUwEwYDVQQDDAxSdWJ5IFRlc3QgQ0Ex
|
||||
-JTAjBgkqhkiG9w0BCQEWFnNlY3VyaXR5QHJ1YnktbGFuZy5vcmcwHhcNMTAxMjIz
|
||||
-MTAyMTMzWhcNMTQwMTAxMTAyMTMzWjCBjDELMAkGA1UEBhMCSlAxEDAOBgNVBAgM
|
||||
-B1NoaW1hbmUxFDASBgNVBAcMC01hdHotZSBjaXR5MRcwFQYDVQQKDA5SdWJ5IENv
|
||||
-cmUgVGVhbTEVMBMGA1UEAwwMUnVieSBUZXN0IENBMSUwIwYJKoZIhvcNAQkBFhZz
|
||||
+MIIDjTCCAvagAwIBAgIJALmQor9iaRecMA0GCSqGSIb3DQEBBQUAMIGMMQswCQYD
|
||||
+VQQGEwJKUDEQMA4GA1UECBMHU2hpbWFuZTEUMBIGA1UEBxMLTWF0ei1lIGNpdHkx
|
||||
+FzAVBgNVBAoTDlJ1YnkgQ29yZSBUZWFtMRUwEwYDVQQDEwxSdWJ5IFRlc3QgQ0Ex
|
||||
+JTAjBgkqhkiG9w0BCQEWFnNlY3VyaXR5QHJ1YnktbGFuZy5vcmcwHhcNMTQwMTAz
|
||||
+MDEzNDE3WhcNMTkwMTAyMDEzNDE3WjCBjDELMAkGA1UEBhMCSlAxEDAOBgNVBAgT
|
||||
+B1NoaW1hbmUxFDASBgNVBAcTC01hdHotZSBjaXR5MRcwFQYDVQQKEw5SdWJ5IENv
|
||||
+cmUgVGVhbTEVMBMGA1UEAxMMUnVieSBUZXN0IENBMSUwIwYJKoZIhvcNAQkBFhZz
|
||||
ZWN1cml0eUBydWJ5LWxhbmcub3JnMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB
|
||||
-gQDOviyfR7rbnJxb8Dg783QgN3Yjn4QcgZC0PgAgNJh+gWlQocNllur6ANqMzFM/
|
||||
-ujzQUHpatGus0y4Yyipps2pvOMIyqAa2CjCp7gM46QWlGSNUqDy5CK0rciPfkyLE
|
||||
-Rqjq8abpMEo/gznpYo6Lo15niR18dd4Fqlixt3l8EIBthwIDAQABo1AwTjAdBgNV
|
||||
-HQ4EFgQUQclJN7H6YeO61xk92dqMuYLJtGowHwYDVR0jBBgwFoAUQclJN7H6YeO6
|
||||
-1xk92dqMuYLJtGowDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCGADO5
|
||||
-3f9fg1lfwyk81xHbELPX0XD7CsZ0hcbq4RXEkvgOEcz/pjwxwixm2P5jk5+wl+b1
|
||||
-vFyAaJZd63e5I91op0kD/yJIVfE5fCAh/2RS4fbPPLNNLFwDYurFSZkH+o3/e8J1
|
||||
-DMoktQv1t1c6EPCKu5rokk3Vb8KiKTZheKTcew==
|
||||
+gQDbddBF3rHfv3GgDrCl5rz0HJ3lJWdkxXvL8a/Gvpqq6n4PzAWv70BpBrLJE51+
|
||||
+66IG4up9B8fHmcf71bjrY3diKxgSw1NY0PXHQAwB0SaCNBYJ49xl9Ny7XaVBYOep
|
||||
+dLrXTLajnMWMia/L6J8F/ur+ZCS/5+3j9tD81uv8BoIQ+wIDAQABo4H0MIHxMB0G
|
||||
+A1UdDgQWBBToflisE3sDIo2erzILhImAgAwewjCBwQYDVR0jBIG5MIG2gBToflis
|
||||
+E3sDIo2erzILhImAgAwewqGBkqSBjzCBjDELMAkGA1UEBhMCSlAxEDAOBgNVBAgT
|
||||
+B1NoaW1hbmUxFDASBgNVBAcTC01hdHotZSBjaXR5MRcwFQYDVQQKEw5SdWJ5IENv
|
||||
+cmUgVGVhbTEVMBMGA1UEAxMMUnVieSBUZXN0IENBMSUwIwYJKoZIhvcNAQkBFhZz
|
||||
+ZWN1cml0eUBydWJ5LWxhbmcub3JnggkAuZCiv2JpF5wwDAYDVR0TBAUwAwEB/zAN
|
||||
+BgkqhkiG9w0BAQUFAAOBgQCPdwZOMXIS7mgJcCfUMYXvEJX5DytmYwg3iG63m0A+
|
||||
+GHczhuhharc8y8em1tWSah9W0J9cMlbTN1L+DiDCeg3+LTyB2rh/TWoIAdm+eqIV
|
||||
+vqbOSWSQjJrKbi6ESB2UGVaURqolm2jCgGC/yy41A+oKZVozOMbMgUbAvDaGljkQ
|
||||
+fQ==
|
||||
-----END CERTIFICATE-----
|
||||
diff --git a/test/net/imap/server.crt b/test/net/imap/server.crt
|
||||
index d848b26..fa4f994 100644
|
||||
--- a/test/net/imap/server.crt
|
||||
+++ b/test/net/imap/server.crt
|
||||
@@ -1,17 +1,17 @@
|
||||
Certificate:
|
||||
Data:
|
||||
- Version: 3 (0x2)
|
||||
+ Version: 1 (0x0)
|
||||
Serial Number: 0 (0x0)
|
||||
Signature Algorithm: sha1WithRSAEncryption
|
||||
Issuer: C=JP, ST=Shimane, L=Matz-e city, O=Ruby Core Team, CN=Ruby Test CA/emailAddress=security@ruby-lang.org
|
||||
Validity
|
||||
- Not Before: Dec 23 10:23:52 2010 GMT
|
||||
- Not After : Jan 1 10:23:52 2014 GMT
|
||||
+ Not Before: Jan 3 01:34:17 2014 GMT
|
||||
+ Not After : Jan 2 01:34:17 2019 GMT
|
||||
Subject: C=JP, ST=Shimane, O=Ruby Core Team, OU=Ruby Test, CN=localhost
|
||||
Subject Public Key Info:
|
||||
Public Key Algorithm: rsaEncryption
|
||||
- Public-Key: (1024 bit)
|
||||
- Modulus:
|
||||
+ RSA Public Key: (1024 bit)
|
||||
+ Modulus (1024 bit):
|
||||
00:db:75:d0:45:de:b1:df:bf:71:a0:0e:b0:a5:e6:
|
||||
bc:f4:1c:9d:e5:25:67:64:c5:7b:cb:f1:af:c6:be:
|
||||
9a:aa:ea:7e:0f:cc:05:af:ef:40:69:06:b2:c9:13:
|
||||
@@ -22,40 +22,27 @@ Certificate:
|
||||
af:cb:e8:9f:05:fe:ea:fe:64:24:bf:e7:ed:e3:f6:
|
||||
d0:fc:d6:eb:fc:06:82:10:fb
|
||||
Exponent: 65537 (0x10001)
|
||||
- X509v3 extensions:
|
||||
- X509v3 Basic Constraints:
|
||||
- CA:FALSE
|
||||
- Netscape Comment:
|
||||
- OpenSSL Generated Certificate
|
||||
- X509v3 Subject Key Identifier:
|
||||
- E8:7E:58:AC:13:7B:03:22:8D:9E:AF:32:0B:84:89:80:80:0C:1E:C2
|
||||
- X509v3 Authority Key Identifier:
|
||||
- keyid:41:C9:49:37:B1:FA:61:E3:BA:D7:19:3D:D9:DA:8C:B9:82:C9:B4:6A
|
||||
-
|
||||
Signature Algorithm: sha1WithRSAEncryption
|
||||
- ae:ee:cd:fe:c9:af:48:0b:50:37:ac:6a:f6:68:90:9b:67:df:
|
||||
- 6f:2d:17:c9:3c:a5:da:ad:39:dc:2a:5b:07:88:26:38:19:30:
|
||||
- d6:95:cf:10:69:c7:92:14:83:be:f1:b5:8e:6f:d9:91:51:c5:
|
||||
- 63:ae:1c:89:ac:27:bf:4f:2a:8f:4e:0c:57:42:0a:c9:8e:0c:
|
||||
- f4:f3:02:f7:ea:44:b6:e4:47:05:af:4e:74:e4:87:87:d9:c8:
|
||||
- 76:ed:ab:32:7c:f0:31:34:10:14:bc:a6:37:cd:d7:dc:33:da:
|
||||
- 82:d3:d4:9b:e9:d5:cd:38:cc:fa:81:5f:4e:fd:5f:53:05:5d:
|
||||
- 76:f9
|
||||
+ 85:f5:d3:05:8b:8c:f4:43:1c:88:f2:8f:b2:f2:93:77:b7:3d:
|
||||
+ 95:c6:a0:34:bc:33:6a:d8:85:5f:3e:86:08:10:c5:5c:c1:76:
|
||||
+ a3:53:3c:dc:38:98:23:97:e7:da:21:ac:e8:4d:3c:96:70:29:
|
||||
+ ff:ff:1e:4a:9a:17:2b:db:04:62:b9:ef:ab:ea:a7:a5:e8:7c:
|
||||
+ b1:d5:ed:30:a8:6c:78:de:51:7e:e3:8a:c2:a4:64:a8:63:a2:
|
||||
+ bc:fd:43:9c:f3:55:7d:54:c9:6a:d8:53:1c:4b:6b:03:aa:b6:
|
||||
+ 19:e6:a4:4f:47:00:96:c5:42:59:85:4e:c3:4e:cd:41:82:53:
|
||||
+ 10:f8
|
||||
-----BEGIN CERTIFICATE-----
|
||||
-MIIC3jCCAkegAwIBAgIBADANBgkqhkiG9w0BAQUFADCBjDELMAkGA1UEBhMCSlAx
|
||||
-EDAOBgNVBAgMB1NoaW1hbmUxFDASBgNVBAcMC01hdHotZSBjaXR5MRcwFQYDVQQK
|
||||
-DA5SdWJ5IENvcmUgVGVhbTEVMBMGA1UEAwwMUnVieSBUZXN0IENBMSUwIwYJKoZI
|
||||
-hvcNAQkBFhZzZWN1cml0eUBydWJ5LWxhbmcub3JnMB4XDTEwMTIyMzEwMjM1MloX
|
||||
-DTE0MDEwMTEwMjM1MlowYDELMAkGA1UEBhMCSlAxEDAOBgNVBAgMB1NoaW1hbmUx
|
||||
-FzAVBgNVBAoMDlJ1YnkgQ29yZSBUZWFtMRIwEAYDVQQLDAlSdWJ5IFRlc3QxEjAQ
|
||||
-BgNVBAMMCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA23XQ
|
||||
-Rd6x379xoA6wpea89Byd5SVnZMV7y/Gvxr6aqup+D8wFr+9AaQayyROdfuuiBuLq
|
||||
-fQfHx5nH+9W462N3YisYEsNTWND1x0AMAdEmgjQWCePcZfTcu12lQWDnqXS610y2
|
||||
-o5zFjImvy+ifBf7q/mQkv+ft4/bQ/Nbr/AaCEPsCAwEAAaN7MHkwCQYDVR0TBAIw
|
||||
-ADAsBglghkgBhvhCAQ0EHxYdT3BlblNTTCBHZW5lcmF0ZWQgQ2VydGlmaWNhdGUw
|
||||
-HQYDVR0OBBYEFOh+WKwTewMijZ6vMguEiYCADB7CMB8GA1UdIwQYMBaAFEHJSTex
|
||||
-+mHjutcZPdnajLmCybRqMA0GCSqGSIb3DQEBBQUAA4GBAK7uzf7Jr0gLUDesavZo
|
||||
-kJtn328tF8k8pdqtOdwqWweIJjgZMNaVzxBpx5IUg77xtY5v2ZFRxWOuHImsJ79P
|
||||
-Ko9ODFdCCsmODPTzAvfqRLbkRwWvTnTkh4fZyHbtqzJ88DE0EBS8pjfN19wz2oLT
|
||||
-1Jvp1c04zPqBX079X1MFXXb5
|
||||
+MIICXDCCAcUCAQAwDQYJKoZIhvcNAQEFBQAwgYwxCzAJBgNVBAYTAkpQMRAwDgYD
|
||||
+VQQIEwdTaGltYW5lMRQwEgYDVQQHEwtNYXR6LWUgY2l0eTEXMBUGA1UEChMOUnVi
|
||||
+eSBDb3JlIFRlYW0xFTATBgNVBAMTDFJ1YnkgVGVzdCBDQTElMCMGCSqGSIb3DQEJ
|
||||
+ARYWc2VjdXJpdHlAcnVieS1sYW5nLm9yZzAeFw0xNDAxMDMwMTM0MTdaFw0xOTAx
|
||||
+MDIwMTM0MTdaMGAxCzAJBgNVBAYTAkpQMRAwDgYDVQQIEwdTaGltYW5lMRcwFQYD
|
||||
+VQQKEw5SdWJ5IENvcmUgVGVhbTESMBAGA1UECxMJUnVieSBUZXN0MRIwEAYDVQQD
|
||||
+Ewlsb2NhbGhvc3QwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANt10EXesd+/
|
||||
+caAOsKXmvPQcneUlZ2TFe8vxr8a+mqrqfg/MBa/vQGkGsskTnX7rogbi6n0Hx8eZ
|
||||
+x/vVuOtjd2IrGBLDU1jQ9cdADAHRJoI0Fgnj3GX03LtdpUFg56l0utdMtqOcxYyJ
|
||||
+r8vonwX+6v5kJL/n7eP20PzW6/wGghD7AgMBAAEwDQYJKoZIhvcNAQEFBQADgYEA
|
||||
+hfXTBYuM9EMciPKPsvKTd7c9lcagNLwzatiFXz6GCBDFXMF2o1M83DiYI5fn2iGs
|
||||
+6E08lnAp//8eSpoXK9sEYrnvq+qnpeh8sdXtMKhseN5RfuOKwqRkqGOivP1DnPNV
|
||||
+fVTJathTHEtrA6q2GeakT0cAlsVCWYVOw07NQYJTEPg=
|
||||
-----END CERTIFICATE-----
|
||||
--
|
||||
1.8.5.1
|
||||
|
@ -1,49 +0,0 @@
|
||||
From 40967a5c0b975f3f3ec1538a820985aa61b65b8f Mon Sep 17 00:00:00 2001
|
||||
From: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
|
||||
Date: Thu, 9 Jan 2014 11:46:26 +0000
|
||||
Subject: [PATCH] configure.in: use SSE2
|
||||
|
||||
* configure.in: use SSE2 instructions to drop unexpected precisions on
|
||||
other than mingw. [ruby-core:59472] [Bug #8358]
|
||||
|
||||
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
||||
---
|
||||
ChangeLog | 5 +++++
|
||||
configure.in | 8 ++++++++-
|
||||
2 files changed, 13 insertions(+), 0 deletion(-)
|
||||
|
||||
diff --git a/ChangeLog b/ChangeLog
|
||||
index 7ec6eec..9ba337f 100644
|
||||
--- a/ChangeLog
|
||||
+++ b/ChangeLog
|
||||
@@ -1,3 +1,8 @@
|
||||
+Thu Jan 9 20:46:22 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
+
|
||||
+ * configure.in: use SSE2 instructions to drop unexpected precisions on
|
||||
+ other than mingw. [ruby-core:59472] [Bug #8358]
|
||||
+
|
||||
Fri Jan 3 10:43:57 2014 Aman Gupta <ruby@tmm1.net>
|
||||
|
||||
* test/net/imap/cacert.pem: generate new CA cert, since the last one
|
||||
diff --git a/configure.in b/configure.in
|
||||
index f9e9431..9c95cc4 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -858,6 +857,14 @@ if test "$GCC" = yes; then
|
||||
for oflag in -fno-fast-math; do
|
||||
RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
|
||||
done
|
||||
+ AS_CASE(["$target"],
|
||||
+ [*-darwin*], [
|
||||
+ # doesn't seem necessary on Mac OS X
|
||||
+ ],
|
||||
+ [[i[4-6]86*]], [
|
||||
+ RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [RUBY_APPEND_OPTION(XCFLAGS, -msse2 -mfpmath=sse)])
|
||||
+ ]
|
||||
+ )
|
||||
fi
|
||||
|
||||
AC_ARG_WITH(opt-dir,
|
||||
--
|
||||
1.8.5.1
|
||||
|
36
ruby.spec
36
ruby.spec
@ -1,7 +1,7 @@
|
||||
%global major_version 2
|
||||
%global minor_version 1
|
||||
%global teeny_version 0
|
||||
%global patch_level 0
|
||||
%global teeny_version 1
|
||||
%global patch_level 76
|
||||
|
||||
%global major_minor_version %{major_version}.%{minor_version}
|
||||
|
||||
@ -28,10 +28,10 @@
|
||||
%endif
|
||||
|
||||
|
||||
%global release 19
|
||||
%global release 18
|
||||
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
|
||||
|
||||
%global rubygems_version 2.2.0
|
||||
%global rubygems_version 2.2.2
|
||||
|
||||
# The RubyGems library has to stay out of Ruby directory three, since the
|
||||
# RubyGems should be share by all Ruby implementations.
|
||||
@ -41,11 +41,11 @@
|
||||
# http://redmine.ruby-lang.org/issues/5313
|
||||
%global irb_version %{ruby_version}
|
||||
|
||||
%global bigdecimal_version 1.2.3
|
||||
%global bigdecimal_version 1.2.4
|
||||
%global io_console_version 0.4.2
|
||||
%global json_version 1.8.1
|
||||
%global minitest_version 4.7.5
|
||||
%global psych_version 2.0.2
|
||||
%global psych_version 2.0.3
|
||||
%global rake_version 10.1.0
|
||||
%global rdoc_version 4.1.0
|
||||
|
||||
@ -140,22 +140,6 @@ Patch12: ruby-1.9.3-mkmf-verbose.patch
|
||||
# in support for ABRT.
|
||||
# http://bugs.ruby-lang.org/issues/8566
|
||||
Patch17: ruby-2.1.0-Allow-to-specify-additional-preludes-by-configuratio.patch
|
||||
# Fixes possible "ArgumentError: invalid byte sequence in US-ASCII" error in
|
||||
# TestGemRemoteFetcher#test_download_to_cache.
|
||||
# http://bugs.ruby-lang.org/issues/9273
|
||||
Patch18: ruby-2.1.0-resolv.rb-no-encodings.patch
|
||||
# Backport regenerated certificates for IMAP tests.
|
||||
# http://bugs.ruby-lang.org/issues/9341
|
||||
Patch19: ruby-2.1.1-fix-test-failures-due-to-expired-certs.patch
|
||||
# Fix documentation generated on unexpected places.
|
||||
# https://github.com/rubygems/rubygems/issues/758
|
||||
# https://github.com/rubygems/rubygems/commit/e088c6824209d98eccb0f1e6c7e21f26b4a1178d
|
||||
Patch20: rubygems-2.2.1-Add-BasicSpecification-source_paths.patch
|
||||
# https://github.com/rubygems/rubygems/commit/2f03b54b63043aadce9e95b83e98b29712bad21f
|
||||
Patch21: rubygems-2.2.1-Use-source_paths-for-fallback-rdoc-plugin.patch
|
||||
# TestSprintf#test_float fails on i686
|
||||
# http://bugs.ruby-lang.org/issues/8358
|
||||
Patch22: ruby-2.2.0-configure.in-use-SSE2.patch
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Requires: ruby(rubygems) >= %{rubygems_version}
|
||||
@ -416,11 +400,6 @@ Tcl/Tk interface for the object-oriented scripting language Ruby.
|
||||
%patch8 -p1
|
||||
%patch12 -p1
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
%patch19 -p1
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
|
||||
# Provide an example of usage of the tapset:
|
||||
cp -a %{SOURCE3} .
|
||||
@ -903,6 +882,9 @@ OPENSSL_ENABLE_MD5_VERIFY=1 make check TESTS="-v $DISABLE_TESTS"
|
||||
%{ruby_libdir}/tkextlib
|
||||
|
||||
%changelog
|
||||
* Wed Mar 05 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.1-18
|
||||
- Update to Ruby 2.1.1.
|
||||
|
||||
* Mon Mar 03 2014 Vít Ondruch <vondruch@redhat.com> - 2.1.0-19
|
||||
- Add RPM dependency generators for RubyGems.
|
||||
|
||||
|
@ -1,73 +0,0 @@
|
||||
From e088c6824209d98eccb0f1e6c7e21f26b4a1178d Mon Sep 17 00:00:00 2001
|
||||
From: Eric Hodel <drbrain@segment7.net>
|
||||
Date: Mon, 6 Jan 2014 14:20:18 -0800
|
||||
Subject: [PATCH] Add BasicSpecification#source_paths
|
||||
|
||||
This allows documentation and analysis tools to retrieve paths of source
|
||||
files in gems. This is needed as the introduction of shared gem
|
||||
directories means the extension source directory is no longer included
|
||||
in require_paths (which was meant for $LOAD_PATH, not source code).
|
||||
---
|
||||
lib/rubygems/basic_specification.rb | 18 ++++++++++++++++++
|
||||
test/rubygems/test_gem_specification.rb | 16 ++++++++++++++++
|
||||
2 files changed, 34 insertions(+)
|
||||
|
||||
diff --git a/lib/rubygems/basic_specification.rb b/lib/rubygems/basic_specification.rb
|
||||
index a52377f..470a6eb 100644
|
||||
--- a/lib/rubygems/basic_specification.rb
|
||||
+++ b/lib/rubygems/basic_specification.rb
|
||||
@@ -207,6 +207,24 @@ def require_paths
|
||||
end
|
||||
|
||||
##
|
||||
+ # Returns the paths to the source files for use with analysis and
|
||||
+ # documentation tools. These paths are relative to full_gem_path.
|
||||
+
|
||||
+ def source_paths
|
||||
+ paths = raw_require_paths.dup
|
||||
+
|
||||
+ if @extensions then
|
||||
+ ext_dirs = @extensions.map do |extension|
|
||||
+ extension.split(File::SEPARATOR, 2).first
|
||||
+ end.uniq
|
||||
+
|
||||
+ paths.concat ext_dirs
|
||||
+ end
|
||||
+
|
||||
+ paths.uniq
|
||||
+ end
|
||||
+
|
||||
+ ##
|
||||
# Return a Gem::Specification from this gem
|
||||
|
||||
def to_spec
|
||||
diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb
|
||||
index 46db0c4..b72a5d1 100644
|
||||
--- a/test/rubygems/test_gem_specification.rb
|
||||
+++ b/test/rubygems/test_gem_specification.rb
|
||||
@@ -1809,6 +1809,22 @@ def test_source
|
||||
assert_kind_of Gem::Source::Installed, @a1.source
|
||||
end
|
||||
|
||||
+ def test_source_paths
|
||||
+ ext_spec
|
||||
+
|
||||
+ @ext.require_paths = %w[lib ext foo]
|
||||
+ @ext.extensions << 'bar/baz'
|
||||
+
|
||||
+ expected = %w[
|
||||
+ lib
|
||||
+ ext
|
||||
+ foo
|
||||
+ bar
|
||||
+ ]
|
||||
+
|
||||
+ assert_equal expected, @ext.source_paths
|
||||
+ end
|
||||
+
|
||||
def test_full_require_paths
|
||||
ext_spec
|
||||
|
||||
--
|
||||
1.8.5.1
|
||||
|
@ -1,26 +0,0 @@
|
||||
From 2f03b54b63043aadce9e95b83e98b29712bad21f Mon Sep 17 00:00:00 2001
|
||||
From: Eric Hodel <drbrain@segment7.net>
|
||||
Date: Mon, 6 Jan 2014 14:30:07 -0800
|
||||
Subject: [PATCH] Use source_paths for fallback rdoc plugin
|
||||
|
||||
Fixes #758
|
||||
---
|
||||
lib/rubygems/rdoc.rb | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/lib/rubygems/rdoc.rb b/lib/rubygems/rdoc.rb
|
||||
index 52249dc..633bd89 100644
|
||||
--- a/lib/rubygems/rdoc.rb
|
||||
+++ b/lib/rubygems/rdoc.rb
|
||||
@@ -193,7 +193,7 @@ def generate
|
||||
::RDoc::Parser::C.reset
|
||||
|
||||
args = @spec.rdoc_options
|
||||
- args.concat @spec.require_paths
|
||||
+ args.concat @spec.source_paths
|
||||
args.concat @spec.extra_rdoc_files
|
||||
|
||||
case config_args = Gem.configuration[:rdoc]
|
||||
--
|
||||
1.8.5.1
|
||||
|
Loading…
Reference in New Issue
Block a user