devise_invitable 0.4.rc4 → 0.4.rc5

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.
@@ -1,7 +1,7 @@
1
1
  module DeviseInvitable::Controllers::Helpers
2
2
  protected
3
3
  def authenticate_inviter!
4
- send(:"authenticate_#{resource_name}!")
4
+ send(:"authenticate_#{resource_name}!", true)
5
5
  end
6
6
  end
7
7
  ActionController::Base.send :include, DeviseInvitable::Controllers::Helpers
@@ -1,3 +1,3 @@
1
1
  module DeviseInvitable
2
- VERSION = '0.4.rc4'
2
+ VERSION = '0.4.rc5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_invitable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424205
4
+ hash: 15424207
5
5
  prerelease: 4
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - rc
10
- - 4
11
- version: 0.4.rc4
10
+ - 5
11
+ version: 0.4.rc5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Sergio Cambra
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-03-09 00:00:00 +01:00
19
+ date: 2011-03-21 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -59,12 +59,13 @@ dependencies:
59
59
  requirements:
60
60
  - - ~>
61
61
  - !ruby/object:Gem::Version
62
- hash: 7712074
62
+ hash: 15424225
63
63
  segments:
64
64
  - 1
65
65
  - 2
66
66
  - rc
67
- version: 1.2.rc
67
+ - 2
68
+ version: 1.2.rc2
68
69
  type: :runtime
69
70
  version_requirements: *id003
70
71
  description: It adds support for send invitations by email (it requires to be authenticated) and accept the invitation by setting a password.