mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
update readme
This commit is contained in:
parent
a157a40415
commit
e5d6f06a7f
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
FbGraph2 [](https://rubygems.org/gems/fb_graph2) [](https://gemnasium.com/nov/fb_graph2) [](http://travis-ci.org/nov/fb_graph2) [](https://codeclimate.com/github/nov/fb_graph2)
|
||||
FbGraph2
|
||||
====
|
||||
|
||||
Similar to [fb_graph gem](https://github.com/nov/fb_graph), but supports Graph API v2.0+.
|
||||
Facebook Graph API v2.x Wrapper in Ruby
|
||||
|
||||
[](http://travis-ci.org/nov/fb_graph2)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ Gem::Specification.new do |gem|
|
|||
gem.version = File.read('VERSION').delete("\n\r")
|
||||
gem.authors = ['nov matake']
|
||||
gem.email = ['nov@matake.jp']
|
||||
gem.summary = %q{Facebook Graph API v2.0 Wrapper in Ruby}
|
||||
gem.description = %q{Facebook Graph API v2.0 Wrapper in Ruby}
|
||||
gem.summary = %q{Facebook Graph API v2.x Wrapper in Ruby}
|
||||
gem.description = %q{Facebook Graph API v2.x Wrapper in Ruby}
|
||||
gem.homepage = 'https://github.com/nov/fb_graph2'
|
||||
gem.license = 'MIT'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue