update readme

This commit is contained in:
nov 2015-05-09 18:50:57 +09:00
parent a157a40415
commit e5d6f06a7f
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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'