56件ヒット
[1-56件を表示]
(0.032秒)
別のキーワード
種類
- インスタンスメソッド (36)
- 定数 (12)
- 文書 (5)
- ライブラリ (3)
ライブラリ
-
rubygems
/ installer (12) -
rubygems
/ platform (12) -
rubygems
/ specification (24)
クラス
-
Gem
:: Installer (12) -
Gem
:: Platform (12) -
Gem
:: Specification (24)
キーワード
-
NEWS for Ruby 3
. 0 . 0 (5) - RUBY (12)
-
build
_ extensions (12) - extensions= (12)
- xmlrpc (3)
検索結果
先頭5件
-
Gem
:: Specification # extensions -> [String] (21101.0) -
拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを返します。
拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを返します。 -
Gem
:: Installer # build _ extensions (9101.0) -
拡張ライブラリをビルドします。
拡張ライブラリをビルドします。
拡張ライブラリをビルドするためのファイルタイプとして有効であるのは、
extconf.rb, configure script, Rakefile, mkmf_files です。 -
Gem
:: Specification # extensions=(paths) (9101.0) -
拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストをセットします。
拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストをセットします。
@param paths 拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを指定します。 -
Gem
:: Platform :: RUBY -> String (3048.0) -
Pure Ruby の Gem はバイナリファイルをビルドするために Gem::Specification#extensions を使用する可能性があります。
...Pure Ruby の Gem はバイナリファイルをビルドするために Gem::Specification#extensions
を使用する可能性があります。... -
xmlrpc (18.0)
-
XML-RPC を扱うためのライブラリです。
.../www.ntecs.de/projects/xmlrpc4r. There is plenty of detail there to
use the client and implement a server.
=== Features of XMLRPC for Ruby
* Extensions
* Introspection
* multiCall
* optionally nil values and integers larger than 32 Bit
* Server
* Standalone XML-RPC server......* http://www.linux.or.jp/JF/JFdocs/XML-RPC-HOWTO/xmlrpc-howto-ruby.html
* [XML-RPC] http://www.xmlrpc.com/spec
* https://magazine.rubyist.net/articles/0007/0007-BundledLibraries.html
=== 注意
このライブラリは 2.4.0 で bundled gem(gemファイルのみを同梱)になりました。... -
NEWS for Ruby 3
. 0 . 0 (12.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...patible.
* Psych
* Update to Psych 3.3.0
* This version is Ractor compatible.
* Reline
* Update to Reline 0.1.5
* RubyGems
* Update to RubyGems 3.2.3
* StringIO
* Update to StringIO 3.0.0
* This version is Ractor compatible.
* StringScanner
* Update to StringSca......893
* SortedSet has been removed for dependency and performance reasons.
== Stdlib compatibility issues
* Default gems
* The following libraries are promoted to default gems from stdlib.
* English
* abbrev
* base64
* drb
* debug
* erb
* find......eakref
* The following extensions are promoted to default gems from stdlib.
* digest
* io-nonblock
* io-wait
* nkf
* pathname
* syslog
* win32ole
* Bundled gems
* net-telnet and xmlrpc have been removed from the bundled gems. If you are interested...