60件ヒット
[1-60件を表示]
(0.068秒)
種類
- インスタンスメソッド (36)
- ライブラリ (24)
ライブラリ
- rss (24)
-
rubygems
/ specification (12)
クラス
-
Gem
:: Specification (12) -
RSS
:: Rss :: Channel :: Item (24)
検索結果
先頭5件
-
Gem
:: Specification # author=(name) (21100.0) -
作成者の名前をセットします。
作成者の名前をセットします。 -
RSS
:: Rss :: Channel :: Item # author= (18101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # author (3001.0) -
@todo
@todo -
rss (66.0)
-
RSS を扱うためのライブラリです。
...めのライブラリです。
=== 参考
* RSS 0.91 http://backend.userland.com/rss091
* RSS 1.0 http://purl.org/rss/1.0/spec
* RSS 2.0 http://www.rssboard.org/rss-specification
* Atom 1.0 https://www.ietf.org/rfc/rfc4287.txt
=== 注意
RSS ParserはRSS 0.9x/1.0/2.0, Atom 1.0 をサ......* Dublin Core モジュール http://web.resource.org/rss/1.0/modules/dc/
* Syndication モジュール http://web.resource.org/rss/1.0/modules/syndication/
* Content モジュール http://web.resource.org/rss/1.0/modules/content/
* Trackback モジュール http://madskills.com/public/xml/rss......xss.href = "http://example.com/index.xsl"
maker.channel.about = "http://example.com/atom.xml"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
maker.channel.author = "Bob"
maker.channel.date = Time.now... -
rubygems (12.0)
-
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
...RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
===[a:gem_command] gem コマンドの使い方
$ gem help
RubyGems は Ruby のための高機能なパッケージ管理ツールです。
これはより多くの情報へのポ......-h/--help
gem -v/--version
gem command [arguments...] [options...]
例:
gem install rake
gem list --local
gem build package.gemspec
gem help install
さらにヘルプ:
gem help commands 全ての 'gem' コマン......//emlist[gemspec][ruby]{
require 'rake/gempackagetask'
PKG_FILES = FileList[
'lib/hello.rb',
'spec/*'
]
spec = Gem::Specification.new do |s|
s.name = 'hello'
s.version = '0.0.1'
s.author = 'Hello Author'
s.email = 'hello@example.com'
s.homepag...