exvo-auth 0.1.5 → 0.1.6

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.5
1
+ 0.1.6
data/exvo-auth.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{exvo-auth}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jacek Becela"]
@@ -1,7 +1,8 @@
1
1
  module ExvoAuth::PathHelpers
2
2
  def self.included(base)
3
3
  if base.respond_to?(:helper_method)
4
- base.helper_method :interactive_sign_in_path, :non_interactive_sign_in_path, :auth_sign_out_url
4
+ base.helper_method :interactive_sign_in_path, :non_interactive_sign_in_path,
5
+ :auth_sign_out_url, :auth_sign_in_url, :auth_sign_up_url
5
6
  end
6
7
  end
7
8
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 5
9
- version: 0.1.5
8
+ - 6
9
+ version: 0.1.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jacek Becela