social_sign_on 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -2,14 +2,11 @@ module SocialSignOn
2
2
  def self.included(base)
3
3
  base.extend ClassMethods
4
4
  end
5
+ def some_method(*args, &block)
6
+ raise 'some-method'
7
+ end
5
8
 
6
9
  module ClassMethods
7
- def some_method(*args, &block)
8
- raise 'some-method'
9
- end
10
10
  end
11
11
 
12
12
  end
13
- class ApplicationController
14
- include SocialSignOn
15
- end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{social_sign_on}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Robb Broome"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Robb Broome