fb_graph_api 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 815b37cfc9412e4613fe18a5e9c45551426dea5e
4
- data.tar.gz: aaa895dea9bbd7f0b2cdb76389731c13b9a6f58a
3
+ metadata.gz: 03dad21865bf05e2b9cc0d8f02e95a62c955124d
4
+ data.tar.gz: 2d112a5d5145d90ccd7dd23e959d9e427c87ce3a
5
5
  SHA512:
6
- metadata.gz: 592dac23666fce852b7b7faa7734554889d9599c72f7ab9ade7d84ab517162782d5624fa3279564a1666ee983fb4a945c6c37ea54fb4a2a71da62b4911e03900
7
- data.tar.gz: 4e4b57237025ebbd0cd52527e13097e4b997568a87819ef9a55c0157c800d1c5d2e84b4f398743871459dd7e23b60856de7f213ab003f795c540a5894d6618f8
6
+ metadata.gz: cbe514a12b0dd438e89c87f3143544965fe8947ca67c92673a8a06a866360d94a8ed1a7e3bdce1a469b1a1ca750f698c6041a672b8773fa8bf479d5dbbe011eb
7
+ data.tar.gz: 8252f4a91bc994d5180020c25fb80251b5364a51f71b02c07503934410258915dd70c9b215e1fc903d04e8435521ba4309582ebf3cb9dc5ecf1a8041951f780b
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/carrierwave-neo4j-data-uri.svg)](https://badge.fury.io/rb/carrierwave-neo4j-data-uri)[![Code Climate](https://codeclimate.com/github/vishalgarg231/fb_graph_api/badges/gpa.svg)](https://codeclimate.com/github/vishalgarg231/fb_graph_api)
2
+
1
3
  # FbGraphApi !! Kudos !!
2
4
 
3
5
  Ruby wrapper for [Facebook Graph APIs](https://developers.facebook.com/docs/graph-api).
@@ -60,7 +62,7 @@ Profile.picture('large')
60
62
 
61
63
  ## Documentation
62
64
 
63
- Documentation is available [here]()
65
+ Documentation is available [here](http://www.rubydoc.info/gems/fb_graph_api)
64
66
 
65
67
  Some usage examples are also available [here](example/mock.rb)
66
68
 
@@ -1,3 +1,3 @@
1
1
  module FbGraphApi
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb_graph_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vishal Garg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-21 00:00:00.000000000 Z
11
+ date: 2016-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -196,9 +196,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  version: '0'
197
197
  requirements: []
198
198
  rubyforge_project:
199
- rubygems_version: 2.4.8
199
+ rubygems_version: 2.5.1
200
200
  signing_key:
201
201
  specification_version: 4
202
202
  summary: Ruby facebook graph APIs
203
203
  test_files: []
204
- has_rdoc: