るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.007秒)
トップページ > クエリ:homepage=[x]

別のキーワード

  1. specification homepage=
  2. specification homepage
  3. rubygems/specification homepage=
  4. rubygems/specification homepage
  5. homepage gem::specification

ライブラリ

クラス

検索結果

Gem::Specification#homepage=(uri) (18100.0)

この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI をセットします。

この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI をセットします。

@param uri この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI を指定します。

rubygems (18.0)

RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。

...ry'
s.files = ['lib/hello.rb']
s.authors = ['Hello Author']
s.email = 'hello_author@example.com'
s.homepage = 'http://example.com/hello/'
s.description = 'hello description'
end
//}

: name
この Gem の名前を指定します。
: versi...
..., 'lib/hello.rb']
s.executables = ['hello']
s.authors = ['Hello Author']
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.description = 'hello description'
end
//}

ライブラリの例に加えて executables を追加し...
...me = 'hello'
s.version = '0.0.1'
s.author = 'Hello Author'
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.platform = Gem::Platform::RUBY
s.summary = 'Hello Gem'
s.files = PKG_FILES.to...