README.md in rest-graph-1.9.1 vs README.md in rest-graph-2.0.0

- old
+ new

@@ -1,6 +1,7 @@ -# rest-graph +# rest-graph [![Build Status](http://travis-ci.org/godfat/rest-graph.png)](http://travis-ci.org/godfat/rest-graph) + by Cardinal Blue <http://cardinalblue.com> Tutorial on setting up a sample Facebook application with Rails 3 and RestGraph could be found on [samplergthree][]. Instead, if you're an experienced Ruby programmer, you might also want to look at @@ -9,19 +10,27 @@ [samplergthree]: https://github.com/cardinalblue/samplergthree [detailed documents]: https://github.com/cardinalblue/rest-graph/blob/master/doc/ToC.md ## LINKS: -* [github](http://github.com/cardinalblue/rest-graph) +* [github](https://ithub.com/cardinalblue/rest-graph) * [rubygems](http://rubygems.org/gems/rest-graph) * [rdoc](http://rdoc.info/projects/cardinalblue/rest-graph) * [mailing list](http://groups.google.com/group/rest-graph/topics) ## DESCRIPTION: A lightweight Facebook Graph API client +We have moved the development from rest-graph to [rest-core][]. +By now on, we would only fix bugs in rest-graph rather than adding +features, and we would only backport important changes from rest-core +once in a period. If you want the latest goodies, please see [rest-core][] +Otherwise, you can stay with rest-graph with bugs fixes. + +[rest-core]: https://github.com/cardinalblue/rest-core + ## FEATURES: * Simple Graph API call * Simple FQL call * Utility to extract access_token and check sig in cookies/signed_request @@ -51,11 +60,12 @@ gem install rest-graph Or if you want development version, put this in Gemfile: - gem 'rest-graph', :git => 'git://github.com/cardinalblue/rest-graph.git' + gem 'rest-graph', :git => 'git://github.com/cardinalblue/rest-graph.git', + :submodules => true Or as a Rails2 plugin: ./script/plugin install git://github.com/cardinalblue/rest-graph.git @@ -352,20 +362,20 @@ # https://graph.facebook.com/oauth/exchange_sessions?sessions=SESSION rg.exchange_sessions(:sessions => params[:fb_sig_session_key]) ## LICENSE: - Apache License 2.0 +Apache License 2.0 - Copyright (c) 2010, Cardinal Blue +Copyright (c) 2010-2011, Cardinal Blue - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - <http://www.apache.org/licenses/LICENSE-2.0> + <http://www.apache.org/licenses/LICENSE-2.0> - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.