るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.013秒)
トップページ > クエリ:authors=[x] > 種類:ライブラリ[x]

別のキーワード

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

検索結果

rubygems (13.0)

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

...= 'hello'
s.version = '0.0.0'
s.summary = 'hello summary'
s.files = ['lib/hello.rb']
s.authors = ['Hello Author']
s.email = 'hello_author@example.com'
s.homepage = 'http://example.com/hello/'
s.description...
...'0.0.0'
s.summary = 'hello summary'
s.files = ['bin/hello', 'lib/hello.rb']
s.executables = ['hello']
s.authors = ['Hello Author']
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.description = 'he...