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 [![Version](https://img.shields.io/gem/v/fb_graph2.svg)](https://rubygems.org/gems/fb_graph2) [![Dependencies](https://img.shields.io/gemnasium/nov/fb_graph2.svg)](https://gemnasium.com/nov/fb_graph2) [![Build Status](https://img.shields.io/travis/nov/fb_graph2/master.svg)](http://travis-ci.org/nov/fb_graph2) [![Code Climate](https://img.shields.io/codeclimate/github/nov/fb_graph2.svg)](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
|
||||||
|
|
||||||
|
[![Build Status](https://img.shields.io/travis/nov/fb_graph2/master.svg)](http://travis-ci.org/nov/fb_graph2)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ Gem::Specification.new do |gem|
|
||||||
gem.version = File.read('VERSION').delete("\n\r")
|
gem.version = File.read('VERSION').delete("\n\r")
|
||||||
gem.authors = ['nov matake']
|
gem.authors = ['nov matake']
|
||||||
gem.email = ['nov@matake.jp']
|
gem.email = ['nov@matake.jp']
|
||||||
gem.summary = %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.0 Wrapper in Ruby}
|
gem.description = %q{Facebook Graph API v2.x Wrapper in Ruby}
|
||||||
gem.homepage = 'https://github.com/nov/fb_graph2'
|
gem.homepage = 'https://github.com/nov/fb_graph2'
|
||||||
gem.license = 'MIT'
|
gem.license = 'MIT'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue