simple_facebook_connect 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
data/init.rb CHANGED
@@ -30,6 +30,6 @@ SimpleFacebookConnect.api_key = config['api_key']
30
30
  SimpleFacebookConnect.secret_key = config['secret_key']
31
31
 
32
32
  ActionController::Base.send(:include, SimpleFacebookConnect::ControllerExtension)
33
- ActiveRecord::Base.send(:include, SimpleFacebookConnect::ActiveRecordExtension)
33
+ ActiveRecord::Base.send(:include, SimpleFacebookConnect::ActiveRecordExtension) if defined?(ActiveRecord)
34
34
 
35
35
  require 'simple_facebook_connect/extensions/routes'
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{simple_facebook_connect}
8
- s.version = "0.0.6"
8
+ s.version = "0.0.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alexander Lang", "Frank Pr\303\266\303\237dorf"]
12
- s.date = %q{2009-10-28}
12
+ s.date = %q{2010-01-07}
13
13
  s.email = %q{alex@upstream-berlin.com}
14
14
  s.extra_rdoc_files = [
15
15
  "README.md"
@@ -72,3 +72,4 @@ Gem::Specification.new do |s|
72
72
  else
73
73
  end
74
74
  end
75
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_facebook_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Lang
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-10-28 00:00:00 +01:00
13
+ date: 2010-01-07 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies: []
16
16