README.ja.md in pupil-0.4.1 vs README.ja.md in pupil-0.5
- old
+ new
@@ -4,20 +4,22 @@
Pupil はRuby 1.9.xのための"怠惰"なTwitter APIライブラリです。
フューチャー
-------------
-* Pupilは動的なAPIラッパーであり、Twitter APIの仕様変更に柔軟に対応することができます
+* Pupilは動的なTwitterAPIラッパーであり、APIの突然の仕様変更に柔軟に対応することができます
* Ruby on Railsライクな直感的で書きやすい文法
* 殆どのREST APIをサポートしていますが、一部のAPIはサポートされていません
* Twitter Streaming APIをサポート
* コマンドラインからPupilを自由にテスト出来るEyedropsコマンド
問題
-------------
* 一部のAPIをサポートしていません
+* 不安定です
+* ドキュメントがありません(誰か書いて!)
動作環境
-------------
* json及びoauth gem
@@ -83,13 +85,13 @@
keygen = Pupil::Keygen.new
token = keygen.interactive #=> インタラクティブにoauth_keyを生成
Eyedrops, the interactive Pupil
- > eyedrops -h
- > eyedrops -u [name] -i
- eyedrops> twitter.timeline :count => 10
- ...
+ > eyedrops -h
+ > eyedrops -u [name] -i
+ eyedrops> twitter.timeline :count => 10
+ ...
協力
-------------
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet