fbgraph 0.1.6.4 → 0.1.6.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('fbgraph', '0.1.6.4') do |p|
5
+ Echoe.new('fbgraph', '0.1.6.4.1') do |p|
6
6
  p.description = "A Gem for Facebook Open Graph API"
7
7
  p.url = "http://github.com/nsanta/fbgraph"
8
8
  p.author = "Nicolas Santa"
data/fbgraph.gemspec CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fbgraph}
5
- s.version = "0.1.6.4"
5
+ s.version = "0.1.6.4.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nicolas Santa"]
9
9
  s.cert_chain = ["/home/nicolas/certs/gem-public_cert.pem"]
10
- s.date = %q{2010-09-16}
10
+ s.date = %q{2010-09-17}
11
11
  s.description = %q{A Gem for Facebook Open Graph API}
12
12
  s.email = %q{nicolas55ar@gmail.com}
13
13
  s.extra_rdoc_files = ["README", "README.textile", "TODO.list", "lib/fbgraph.rb", "lib/fbgraph/authorization.rb", "lib/fbgraph/base.rb", "lib/fbgraph/canvas.rb", "lib/fbgraph/client.rb", "lib/fbgraph/realtime.rb", "lib/fbgraph/search.rb", "lib/fbgraph/selection.rb"]
@@ -1,4 +1,4 @@
1
- module Fbgraph
1
+ module FBGraph
2
2
 
3
3
  class Canvas
4
4
 
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbgraph
3
3
  version: !ruby/object:Gem::Version
4
- hash: 87
4
+ hash: 141
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 6
10
10
  - 4
11
- version: 0.1.6.4
11
+ - 1
12
+ version: 0.1.6.4.1
12
13
  platform: ruby
13
14
  authors:
14
15
  - Nicolas Santa
@@ -37,7 +38,7 @@ cert_chain:
37
38
  urUszHKBS/vEBMuC
38
39
  -----END CERTIFICATE-----
39
40
 
40
- date: 2010-09-16 00:00:00 -03:00
41
+ date: 2010-09-17 00:00:00 -03:00
41
42
  default_executable:
42
43
  dependencies:
43
44
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file