authpwn_rails 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -62,9 +62,9 @@ GEM
62
62
  oauth2 (>= 0.0.8)
63
63
  git (1.2.5)
64
64
  hashie (1.0.0)
65
- hike (1.1.0)
65
+ hike (1.2.0)
66
66
  i18n (0.6.0)
67
- jeweler (1.6.2)
67
+ jeweler (1.6.4)
68
68
  bundler (~> 1.0)
69
69
  git (>= 1.2.5)
70
70
  rake
@@ -80,7 +80,7 @@ GEM
80
80
  faraday (~> 0.6.1)
81
81
  multi_json (>= 0.0.5)
82
82
  polyglot (0.3.1)
83
- rack (1.3.0)
83
+ rack (1.3.1)
84
84
  rack-cache (1.0.2)
85
85
  rack (>= 0.4)
86
86
  rack-mount (0.8.1)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.1
1
+ 0.9.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{authpwn_rails}
8
- s.version = "0.9.1"
8
+ s.version = "0.9.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Victor Costan}]
12
- s.date = %q{2011-07-21}
12
+ s.date = %q{2011-07-25}
13
13
  s.description = %q{Works with Facebook.}
14
14
  s.email = %q{victor@costan.us}
15
15
  s.extra_rdoc_files = [
@@ -10,6 +10,18 @@ class Engine < Rails::Engine
10
10
  require 'authpwn_rails/generators/session_generator.rb'
11
11
  require 'authpwn_rails/generators/users_generator.rb'
12
12
  end
13
+
14
+ initializer 'authpwn.rspec.extensions' do
15
+ begin
16
+ require 'rspec'
17
+
18
+ RSpec.configure do |c|
19
+ c.include AuthpwnRails::TestExtensions
20
+ end
21
+ rescue LoadError
22
+ # No RSpec, no extensions.
23
+ end
24
+ end
13
25
  end # class AuthpwnRails::Engine
14
26
 
15
27
  end # namespace AuthpwnRails
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authpwn_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 1
10
- version: 0.9.1
9
+ - 2
10
+ version: 0.9.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-21 00:00:00 Z
18
+ date: 2011-07-25 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement