<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.nullpon.moe/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.nullpon.moe/feed.php">
        <title>Cat Paw Software - rubygems</title>
        <description></description>
        <link>https://wiki.nullpon.moe/</link>
        <image rdf:resource="https://wiki.nullpon.moe/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-04T20:04:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.nullpon.moe/rubygems/jeweler?rev=1323852401&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nullpon.moe/rubygems/newgem?rev=1323775757&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.nullpon.moe/_media/wiki/dokuwiki.svg">
        <title>Cat Paw Software</title>
        <link>https://wiki.nullpon.moe/</link>
        <url>https://wiki.nullpon.moe/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.nullpon.moe/rubygems/jeweler?rev=1323852401&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-14T08:46:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>jeweler</title>
        <link>https://wiki.nullpon.moe/rubygems/jeweler?rev=1323852401&amp;do=diff</link>
        <description>jeweler

jewelerはgem作成ツール。Githubやrubygems.orgとの連携が可能。git必須。

インストール
$ gem install jeweler
jewelerというコマンドが使えるようになる。

gem作成

hogeというgemを作成する
$ jeweler --rspec --create-repo hoge</description>
    </item>
    <item rdf:about="https://wiki.nullpon.moe/rubygems/newgem?rev=1323775757&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-13T11:29:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>newgem</title>
        <link>https://wiki.nullpon.moe/rubygems/newgem?rev=1323775757&amp;do=diff</link>
        <description>newgem

gemパッケージ作成ツール。Ruby 1.9 + gem 1.8.7 では動かないかも？

インストール
$ gem install newgem
するとnewgemというコマンドが作られる。
$ newgem
作成

Rubyのライブラリを作る場所で
$ newgem hoge -T spec</description>
    </item>
</rdf:RDF>
