Update to ruby 2.3.2
Bump minor due to new exported function.
This commit is contained in:
parent
584364fcdf
commit
d76bcdfea3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2016/11/04 17:03:29 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2016/11/19 04:56:00 jeremy Exp $
|
||||
|
||||
BROKEN-hppa = OOM when building ext/ripper/ripper.c
|
||||
BROKEN-powerpc = OOM when building ext/ripper/ripper.c
|
||||
@ -8,17 +8,16 @@ COMMENT-gdbm = gdbm interface for ruby
|
||||
COMMENT-tk = tk interface for ruby
|
||||
COMMENT-ri_docs = ri documentation files for ruby
|
||||
|
||||
VERSION = 2.3.1
|
||||
VERSION = 2.3.2
|
||||
RUBYLIBREV = 2.3
|
||||
DISTNAME = ruby-${VERSION}
|
||||
|
||||
SHARED_LIBS = ruby23 0.0
|
||||
SHARED_LIBS = ruby23 0.1
|
||||
PKGNAME-main = ruby-${VERSION}
|
||||
PKGNAME-gdbm = ruby23-gdbm-${VERSION}
|
||||
PKGNAME-tk = ruby23-tk-${VERSION}
|
||||
PKGNAME-ri_docs = ruby23-ri_docs-${VERSION}
|
||||
|
||||
REVISION-main = 3
|
||||
PKG_ARCH-ri_docs = *
|
||||
WANTLIB-ri_docs = # empty
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ruby-2.3.1.tar.gz) = uHxzjLIDK/SSD++OOGTcXPjq6didjVI84CNpRcV5fc0=
|
||||
SIZE (ruby-2.3.1.tar.gz) = 17797997
|
||||
SHA256 (ruby-2.3.2.tar.gz) = jX9soPFtd+PSQrJNo4mFt1OfWNwNoXfsYzqD0Mj1sZc=
|
||||
SIZE (ruby-2.3.2.tar.gz) = 17814200
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-common_mk,v 1.1.1.1 2016/01/07 00:52:46 jeremy Exp $
|
||||
$OpenBSD: patch-common_mk,v 1.2 2016/11/19 04:56:00 jeremy Exp $
|
||||
|
||||
Don't regenerate rdoc documentation during install.
|
||||
|
||||
--- common.mk.orig Wed Dec 23 23:21:30 2015
|
||||
+++ common.mk Sat Dec 26 13:11:04 2015
|
||||
--- common.mk.orig Thu Aug 11 12:26:43 2016
|
||||
+++ common.mk Tue Nov 15 07:44:15 2016
|
||||
@@ -200,7 +200,7 @@ $(EXTS_MK): $(MKFILES) all-incs $(PREP) $(RBCONFIG) $(
|
||||
configure-ext: $(EXTS_MK)
|
||||
|
||||
build-ext: $(EXTS_MK)
|
||||
- $(Q)$(MAKE) -f $(EXTS_MK) $(MFLAGS) libdir="$(libdir)" LIBRUBY_EXTS=$(LIBRUBY_EXTS) \
|
||||
+ $(Q)$(MAKE) -f $(EXTS_MK) V=1 $(MFLAGS) libdir="$(libdir)" LIBRUBY_EXTS=$(LIBRUBY_EXTS) \
|
||||
ENCOBJS="$(ENCOBJS)" UPDATE_LIBRARIES=no $(EXTSTATIC)
|
||||
EXTENCS="$(ENCOBJS)" UPDATE_LIBRARIES=no $(EXTSTATIC)
|
||||
|
||||
prog: program wprogram
|
||||
@@ -423,7 +423,7 @@ dont-install-man: $(PREP)
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-compile_c,v 1.1.1.1 2016/01/07 00:52:46 jeremy Exp $
|
||||
$OpenBSD: patch-compile_c,v 1.2 2016/11/19 04:56:00 jeremy Exp $
|
||||
|
||||
Disable peephole optimizer on sparc64, since it occasionally segfaults.
|
||||
|
||||
--- compile.c.orig Thu Dec 24 00:25:44 2015
|
||||
+++ compile.c Sat Dec 26 13:11:04 2015
|
||||
@@ -1979,6 +1979,9 @@ static int
|
||||
--- compile.c.orig Fri Nov 11 07:35:29 2016
|
||||
+++ compile.c Tue Nov 15 07:42:22 2016
|
||||
@@ -2004,6 +2004,9 @@ static int
|
||||
iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcallopt)
|
||||
{
|
||||
INSN *iobj = (INSN *)list;
|
||||
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2016/01/07 00:52:46 jeremy Exp $
|
||||
$OpenBSD: patch-configure,v 1.2 2016/11/19 04:56:00 jeremy Exp $
|
||||
|
||||
Fix so name, checking for DOT and DOXYGEN.
|
||||
|
||||
Override the arch setting to remove OpenBSD version from it,
|
||||
so ports don't have to be bumped when OpenBSD version changes.
|
||||
|
||||
--- configure.orig Thu Dec 24 08:44:18 2015
|
||||
+++ configure Sat Dec 26 13:11:04 2015
|
||||
@@ -23538,7 +23538,7 @@ esac
|
||||
--- configure.orig Mon Apr 25 11:08:47 2016
|
||||
+++ configure Tue Jul 12 11:14:12 2016
|
||||
@@ -23605,7 +23605,7 @@ esac
|
||||
openbsd*|mirbsd*) :
|
||||
|
||||
SOLIBS='$(LIBS)'
|
||||
@ -16,7 +16,7 @@ so ports don't have to be bumped when OpenBSD version changes.
|
||||
;; #(
|
||||
solaris*) :
|
||||
|
||||
@@ -24785,7 +24785,7 @@ _ACEOF
|
||||
@@ -24852,7 +24852,7 @@ _ACEOF
|
||||
_ACEOF
|
||||
|
||||
else
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-ext_extmk_rb,v 1.1.1.1 2016/01/07 00:52:46 jeremy Exp $
|
||||
$OpenBSD: patch-ext_extmk_rb,v 1.2 2016/11/19 04:56:00 jeremy Exp $
|
||||
|
||||
Build extensions in verbose mode by default.
|
||||
|
||||
--- ext/extmk.rb.orig Tue Dec 15 21:31:54 2015
|
||||
+++ ext/extmk.rb Sat Dec 26 13:11:04 2015
|
||||
@@ -665,7 +665,7 @@ ENV.delete("RUBYOPT")
|
||||
--- ext/extmk.rb.orig Tue Mar 29 07:36:52 2016
|
||||
+++ ext/extmk.rb Tue Jul 12 11:14:12 2016
|
||||
@@ -668,7 +668,7 @@ ENV.delete("RUBYOPT")
|
||||
if $configure_only and $command_output
|
||||
exts.map! {|d| "ext/#{d}/."}
|
||||
atomic_write_open($command_output) do |mf|
|
||||
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-lib_rubygems_ext_ext_conf_builder_rb,v 1.1.1.1 2016/01/07 00:52:46 jeremy Exp $
|
||||
$OpenBSD: patch-lib_rubygems_ext_ext_conf_builder_rb,v 1.2 2016/11/19 04:56:00 jeremy Exp $
|
||||
|
||||
Ugly hack to make --user-install option work. Without this, when
|
||||
a user uses gem install --user-install, it calls
|
||||
/usr/bin/install -o root -g bin, which fails due to permission issues.
|
||||
This removes the -o root -g bin, so it can succeed as a regular user.
|
||||
|
||||
--- lib/rubygems/ext/ext_conf_builder.rb.orig Tue Dec 15 21:07:31 2015
|
||||
+++ lib/rubygems/ext/ext_conf_builder.rb Sat Dec 26 13:11:04 2015
|
||||
@@ -25,6 +25,11 @@ class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder
|
||||
--- lib/rubygems/ext/ext_conf_builder.rb.orig Wed Aug 24 08:28:23 2016
|
||||
+++ lib/rubygems/ext/ext_conf_builder.rb Tue Nov 15 07:42:22 2016
|
||||
@@ -36,6 +36,11 @@ class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder
|
||||
siteconf.puts "RbConfig::MAKEFILE_CONFIG['#{dir}'] = dest_path"
|
||||
siteconf.puts "RbConfig::CONFIG['#{dir}'] = dest_path"
|
||||
end
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-test_ruby_test_io_rb,v 1.1.1.1 2016/01/07 00:52:46 jeremy Exp $
|
||||
$OpenBSD: patch-test_ruby_test_io_rb,v 1.2 2016/11/19 04:56:00 jeremy Exp $
|
||||
|
||||
Work around pthread fifo fdlock bug.
|
||||
|
||||
--- test/ruby/test_io.rb.orig Sat Dec 26 13:11:14 2015
|
||||
+++ test/ruby/test_io.rb Sat Dec 26 13:11:28 2015
|
||||
@@ -3226,7 +3226,7 @@ End
|
||||
--- test/ruby/test_io.rb.orig Fri Nov 4 20:01:30 2016
|
||||
+++ test/ruby/test_io.rb Tue Nov 15 07:42:22 2016
|
||||
@@ -3249,7 +3249,7 @@ End
|
||||
File.mkfifo("fifo")
|
||||
assert_separately([], <<-'EOS')
|
||||
t1 = Thread.new {
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-test_ruby_test_process_rb,v 1.1.1.1 2016/01/07 00:52:46 jeremy Exp $
|
||||
$OpenBSD: patch-test_ruby_test_process_rb,v 1.2 2016/11/19 04:56:00 jeremy Exp $
|
||||
|
||||
Work around pthread fifo fdlock bug.
|
||||
|
||||
--- test/ruby/test_process.rb.orig Tue Dec 15 21:07:31 2015
|
||||
+++ test/ruby/test_process.rb Sun Dec 27 10:55:34 2015
|
||||
@@ -598,7 +598,7 @@ class TestProcess < Test::Unit::TestCase
|
||||
--- test/ruby/test_process.rb.orig Fri Nov 11 07:26:06 2016
|
||||
+++ test/ruby/test_process.rb Tue Nov 15 07:42:22 2016
|
||||
@@ -613,7 +613,7 @@ class TestProcess < Test::Unit::TestCase
|
||||
_, v2 = assert_join_threads([t1, t2])
|
||||
assert_equal("output to fifo\n", v2)
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2016/11/04 17:03:29 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2016/11/19 04:56:00 jeremy Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict ruby->=2.3,<2.4
|
||||
@ -368,6 +368,7 @@ lib/ruby/${RUBYLIBREV}/psych/omap.rb
|
||||
lib/ruby/${RUBYLIBREV}/psych/parser.rb
|
||||
lib/ruby/${RUBYLIBREV}/psych/scalar_scanner.rb
|
||||
lib/ruby/${RUBYLIBREV}/psych/set.rb
|
||||
lib/ruby/${RUBYLIBREV}/rubygems/resolver/source_set.rb
|
||||
lib/ruby/${RUBYLIBREV}/psych/stream.rb
|
||||
lib/ruby/${RUBYLIBREV}/psych/streaming.rb
|
||||
lib/ruby/${RUBYLIBREV}/psych/syntax_error.rb
|
||||
@ -867,6 +868,7 @@ lib/ruby/${RUBYLIBREV}/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthor
|
||||
lib/ruby/${RUBYLIBREV}/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
|
||||
lib/ruby/${RUBYLIBREV}/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
|
||||
lib/ruby/${RUBYLIBREV}/rubygems/ssl_certs/GeoTrustGlobalCA.pem
|
||||
lib/ruby/${RUBYLIBREV}/rubygems/ssl_certs/GlobalSignRootCA.pem
|
||||
lib/ruby/${RUBYLIBREV}/rubygems/stub_specification.rb
|
||||
lib/ruby/${RUBYLIBREV}/rubygems/syck_hack.rb
|
||||
lib/ruby/${RUBYLIBREV}/rubygems/test_case.rb
|
||||
@ -984,7 +986,7 @@ lib/ruby/gems/${RUBYLIBREV}/
|
||||
lib/ruby/gems/${RUBYLIBREV}/build_info/
|
||||
lib/ruby/gems/${RUBYLIBREV}/cache/
|
||||
lib/ruby/gems/${RUBYLIBREV}/cache/did_you_mean-1.0.0.gem
|
||||
lib/ruby/gems/${RUBYLIBREV}/cache/minitest-5.8.3.gem
|
||||
lib/ruby/gems/${RUBYLIBREV}/cache/minitest-5.8.5.gem
|
||||
lib/ruby/gems/${RUBYLIBREV}/cache/net-telnet-0.1.1.gem
|
||||
lib/ruby/gems/${RUBYLIBREV}/cache/power_assert-0.2.6.gem
|
||||
lib/ruby/gems/${RUBYLIBREV}/cache/rake-10.4.2.gem
|
||||
@ -1054,37 +1056,37 @@ lib/ruby/gems/${RUBYLIBREV}/gems/did_you_mean-1.0.0/test/extra_features/method_n
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/did_you_mean-1.0.0/test/spell_checker_test.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/did_you_mean-1.0.0/test/test_helper.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/did_you_mean-1.0.0/test/verbose_formatter_test.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/History.rdoc
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/Manifest.txt
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/README.rdoc
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/Rakefile
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/design_rationale.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/hoe/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/hoe/minitest.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/assertions.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/autorun.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/benchmark.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/expectations.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/hell.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/mock.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/parallel.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/pride.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/pride_plugin.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/spec.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/test.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/lib/minitest/unit.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/test/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/test/minitest/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/test/minitest/metametameta.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/test/minitest/test_minitest_benchmark.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/test/minitest/test_minitest_mock.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/test/minitest/test_minitest_reporter.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/test/minitest/test_minitest_spec.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.3/test/minitest/test_minitest_unit.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/History.rdoc
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/Manifest.txt
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/README.rdoc
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/Rakefile
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/design_rationale.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/hoe/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/hoe/minitest.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/assertions.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/autorun.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/benchmark.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/expectations.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/hell.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/mock.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/parallel.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/pride.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/pride_plugin.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/spec.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/test.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/lib/minitest/unit.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/test/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/test/minitest/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/test/minitest/metametameta.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/test/minitest/test_minitest_benchmark.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/test/minitest/test_minitest_mock.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/test/minitest/test_minitest_reporter.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/test/minitest/test_minitest_spec.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/minitest-5.8.5/test/minitest/test_minitest_unit.rb
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/net-telnet-0.1.1/
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/net-telnet-0.1.1/Gemfile
|
||||
lib/ruby/gems/${RUBYLIBREV}/gems/net-telnet-0.1.1/LICENSE.txt
|
||||
@ -1417,10 +1419,10 @@ lib/ruby/gems/${RUBYLIBREV}/specifications/default/
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/default/bigdecimal-1.2.8.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/default/io-console-0.4.5.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/default/json-1.8.3.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/default/psych-2.0.17.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/default/psych-2.1.0.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/default/rdoc-4.2.1.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/did_you_mean-1.0.0.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/minitest-5.8.3.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/minitest-5.8.5.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/net-telnet-0.1.1.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/power_assert-0.2.6.gemspec
|
||||
lib/ruby/gems/${RUBYLIBREV}/specifications/rake-10.4.2.gemspec
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-ri_docs,v 1.2 2016/04/30 14:19:00 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST-ri_docs,v 1.3 2016/11/19 04:56:00 jeremy Exp $
|
||||
share/ri/
|
||||
share/ri/${RUBYLIBREV}/
|
||||
share/ri/${RUBYLIBREV}/system/
|
||||
@ -2426,7 +2426,6 @@ share/ri/${RUBYLIBREV}/system/Gem/Commands/YankCommand/execute-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Commands/YankCommand/get_platform_from_requirements-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Commands/YankCommand/get_version_from_requirements-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Commands/YankCommand/new-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Commands/YankCommand/unyank_gem-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Commands/YankCommand/yank_api_request-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Commands/YankCommand/yank_gem-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Commands/cdesc-Commands.ri
|
||||
@ -2722,6 +2721,7 @@ share/ri/${RUBYLIBREV}/system/Gem/InvalidSpecificationException/cdesc-InvalidSpe
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Licenses/
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Licenses/cdesc-Licenses.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Licenses/match%3f-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Licenses/suggestions-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/List/
|
||||
share/ri/${RUBYLIBREV}/system/Gem/List/cdesc-List.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/List/each-i.ri
|
||||
@ -2929,6 +2929,7 @@ share/ri/${RUBYLIBREV}/system/Gem/PackageTask/init-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/PackageTask/new-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/PathSupport/
|
||||
share/ri/${RUBYLIBREV}/system/Gem/PathSupport/cdesc-PathSupport.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/PathSupport/default_path-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/PathSupport/home-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/PathSupport/new-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/PathSupport/path%3d-i.ri
|
||||
@ -3079,6 +3080,7 @@ share/ri/${RUBYLIBREV}/system/Gem/RequestSet/resolve-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/RequestSet/resolve_current-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/RequestSet/soft_missing-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/RequestSet/sorted_requests-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/RequestSet/source_set-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/RequestSet/specs-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/RequestSet/specs_in-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Requirement/
|
||||
@ -3202,6 +3204,7 @@ share/ri/${RUBYLIBREV}/system/Gem/Resolver/LockSpecification/
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/LockSpecification/cdesc-LockSpecification.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/LockSpecification/install-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/LockSpecification/new-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/LockSpecification/sources-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/LockSpecification/spec-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/Molinillo/
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/Molinillo/CircularDependencyError/
|
||||
@ -3348,6 +3351,11 @@ share/ri/${RUBYLIBREV}/system/Gem/Resolver/Set/find_all-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/Set/prefetch-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/Set/prerelease-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/Set/remote-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/SourceSet/
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/SourceSet/add_source_gem-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/SourceSet/cdesc-SourceSet.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/SourceSet/get_set-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/SourceSet/new-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/SpecSpecification/
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/SpecSpecification/cdesc-SpecSpecification.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/Resolver/SpecSpecification/dependencies-i.ri
|
||||
@ -3830,6 +3838,7 @@ share/ri/${RUBYLIBREV}/system/Gem/TestCase/read_cache-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/TestCase/refute_path_exists-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/TestCase/req-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/TestCase/rubybin-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/TestCase/save_gemspec-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/TestCase/save_loaded_features-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/TestCase/scan_make_command_lines-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Gem/TestCase/setup-i.ri
|
||||
@ -6415,6 +6424,7 @@ share/ri/${RUBYLIBREV}/system/OpenSSL/BN/copy-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/BN/eql%3f-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/BN/gcd-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/BN/generate_prime-c.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/BN/hash-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/BN/lshift%21-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/BN/mod_add-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/BN/mod_exp-i.ri
|
||||
@ -7035,7 +7045,6 @@ share/ri/${RUBYLIBREV}/system/OpenSSL/X509/ExtensionError/
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/X509/ExtensionError/cdesc-ExtensionError.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/X509/ExtensionFactory/
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/X509/ExtensionFactory/cdesc-ExtensionFactory.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/X509/ExtensionFactory/config%3d-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/X509/ExtensionFactory/config-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/X509/ExtensionFactory/create_ext-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/OpenSSL/X509/ExtensionFactory/create_ext_from_array-i.ri
|
||||
@ -7624,8 +7633,11 @@ share/ri/${RUBYLIBREV}/system/Prime/int_from_prime_division-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Prime/prime%3f-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Prime/prime_division-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/
|
||||
share/ri/${RUBYLIBREV}/system/Proc/%3d%3d%3d-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/%5b%5d-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/arity-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/binding-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/call-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/cdesc-Proc.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/curry-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/hash-i.ri
|
||||
@ -7636,6 +7648,7 @@ share/ri/${RUBYLIBREV}/system/Proc/parameters-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/source_location-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/to_proc-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/to_s-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Proc/yield-i.ri
|
||||
share/ri/${RUBYLIBREV}/system/Process/
|
||||
share/ri/${RUBYLIBREV}/system/Process/GID/
|
||||
share/ri/${RUBYLIBREV}/system/Process/GID/cdesc-GID.ri
|
||||
|
Loading…
Reference in New Issue
Block a user