doc/file.README.html in simple2ch-0.1.0 vs doc/file.README.html in simple2ch-0.1.1
- old
+ new
@@ -62,12 +62,26 @@
<iframe id="search_frame"></iframe>
<div id="content"><div id='filecontents'>
<h1 id="label-Simple2ch">Simple2ch</h1>
-<p>2ch Japanese BBS simple reader.</p>
+<p>2ch Japanese BBS simple reader for Ruby.</p>
+<p>Ruby用の2chの簡易リーダーです。</p>
+
+<p><img src="https://badge.fury.io/rb/simple2ch.svg"> <a
+href="http://dogwood008.github.io/simple2ch/">リファレンス</a></p>
+
+<h2 id="label-%E6%9B%B4%E6%96%B0%E5%86%85%E5%AE%B9">更新内容</h2>
+
+<p>[v0.1.0] * メソッド名の変更 * Thre.new から Thre.parse に変更 * Thre.newは引数の数を変更 *
+この変更に伴い、v0.0.2以下とは一部互換性無し * バグ修正 * Time.parseの呼び出しに失敗する問題を修正 * その他 *
+その他微細な修正</p>
+
+<p>[v0.0.2] * メソッド名の変更 * Board#threads から Board#thres に変更 * ドキュメントの再生成 *
+モジュール名が誤っていたため * README.mdを修正 * 使用法などを追加 * yardの結果を追加</p>
+
<h2 id="label-Installation">Installation</h2>
<p>Add this line to your application's Gemfile:</p>
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>simple2ch</span><span class='tstring_end'>'</span></span></code></pre>
@@ -86,17 +100,17 @@
</li><li>
<p>スレ取得 <code>ruby board = Simple2ch::Board.new('ニュー速VIP',
'http://viper.2ch.sc/news4vip/') board.thres
#=>[#<Simple2ch::Thre>, ..., #<Simple2ch::Thre>] </code></p>
</li><li>
-<p>レス取得 <code>ruby thre = board.thres[hoge] #=> #<Simple2ch::Thre>
-thre.reses #=> [#<Simple2ch::Res>, ..., #<Simple2ch::Res>]
-</code></p>
+<p>レス取得 <code>ruby hoge = SUM_OF_NUMBER1 thre = board.thres[hoge] #=>
+#<Simple2ch::Thre> thre.reses #=> [#<Simple2ch::Res>, ...,
+#<Simple2ch::Res>] </code></p>
</li><li>
-<p>書き込み内容取得 <code>ruby res = thre.reses[foo] #=> #<Simple2ch::Res>
-res.author #=> "以下、\(^o^)/でVIPがお送りします" res.contents #=>
-"hoge foo bar" </code></p>
+<p>書き込み内容取得 <code>ruby foo = SUM_OF_NUMBER2 res = thre.reses[foo] #=>
+#<Simple2ch::Res> res.author #=> "以下、\(^o^)/でVIPがお送りします"
+res.contents #=> "hoge foo bar" </code></p>
</li></ul>
<h2 id="label-Contributing">Contributing</h2>
<ol><li>
<p>Fork it ( <a
@@ -113,10 +127,10 @@
<p>Create a new Pull Request</p>
</li></ol>
</div></div>
<div id="footer">
- Generated on Sun Sep 7 16:55:25 2014 by
+ Generated on Fri Sep 12 14:07:32 2014 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.7.4 (ruby-2.1.2).
</div>
</body>
\ No newline at end of file