insrc-oauth-plugin 0.4.0.pre5 → 0.4.0.pre6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ else
10
10
  ActionController::Base.send :include, OAuth::Controllers::ApplicationControllerMethods
11
11
  end
12
12
 
13
-
13
+ if Rails.version =~ /^3\./
14
14
  module OAuth
15
15
  module Plugin
16
16
  class OAuthRailtie < Rails::Railtie
@@ -20,3 +20,4 @@ module OAuth
20
20
  end
21
21
  end
22
22
  end
23
+ end
@@ -1,5 +1,5 @@
1
1
  module Oauth
2
2
  module Plugin
3
- VERSION = "0.4.0.pre5"
3
+ VERSION = "0.4.0.pre6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insrc-oauth-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1876988196
4
+ hash: -1876988195
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
- - pre5
11
- version: 0.4.0.pre5
10
+ - pre6
11
+ version: 0.4.0.pre6
12
12
  platform: ruby
13
13
  authors:
14
14
  - Pelle Braendgaard