crown
crown は Ruby で書かれた雑多なライブラリです.各種 Web サービスの API 実装を メインに作者の気分で追加されていきます:-D
ライセンスは修正 BSD ライセンスです.
Install
gem install crown
Note on Patches/Pull Requests
-
Fork the project.
-
Make your feature addition or bug fix.
-
Add tests for it. This is important so I don’t break it in a future version unintentionally.
-
Commit, do not mess with rakefile, version, or history.(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
-
Send me a pull request. Bonus points for topic branches.
History
0.1.1 / 2012-03-01
-
Google+1, LinkedIn モジュールを追加。
0.1.0 / 2012-01-24
-
Amazon 関連のモジュールを削除
-
これまで proxy_host, proxy_port や api_key 等、使用する API によって微妙に引数が異なっていた 各種メソッドのオプション引数を options と言う引数で統一。今後は,必要なオプション情報を ハッシュ形式で作成し、そのオブジェクトを第 2 引数に指定する。
-
Crown::Facebook.count メソッドの返り値を「いいね!」、「シェア」の合計値のみに変更。 旧バージョンの count メソッドに当たるものは Crown::Facebook.summary メソッドとして用意している。
-
Delicious の API の仕様変更に対応
0.0.5 / 2011-02-24
-
Rakefile にライブラリの依存関係に関する記述を追加。
0.0.4 / 2011-02-19
-
Livedoor Reader モジュールを追加。
-
Facebook モジュールを追加。
-
Topsy, TweetMeme, BackType (BackTweets) モジュールを追加。
0.0.1 / 2011-02-18
-
最初の公開バージョン。
Copyright
Copyright © 2008 - 2012 clown. See LICENSE for details.