djanowski-facebooker 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +10 -1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: djanowski-facebooker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Fowler
@@ -24,6 +24,15 @@ dependencies:
24
24
  - !ruby/object:Gem::Version
25
25
  version: 1.5.0
26
26
  version:
27
+ - !ruby/object:Gem::Dependency
28
+ name: curb
29
+ version_requirement:
30
+ version_requirements: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 0.1.4
35
+ version:
27
36
  description: "== DESCRIPTION: Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://developer.facebook.com]. Its goals are: * Idiomatic Ruby * No dependencies outside of the Ruby standard library * Concrete classes and methods modeling the Facebook data, so it's easy for a Rubyist to understand what's available * Well tested == FEATURES/PROBLEMS:"
28
37
  email: mmangino@elevatedrails.com
29
38
  executables: []