muck-auth 3.4.0 → 3.5.0
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.
- data/VERSION +1 -1
- data/app/controllers/muck/authentications_controller.rb +1 -1
- data/muck-auth.gemspec +3 -3
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.5.0
|
|
@@ -30,7 +30,7 @@ class Muck::AuthenticationsController < ApplicationController
|
|
|
30
30
|
if @user.save
|
|
31
31
|
UserSession.create(@user)
|
|
32
32
|
flash[:notice] = t('muck.users.thanks_sign_up')
|
|
33
|
-
status = :new_signup_success
|
|
33
|
+
status = :new_signup_success
|
|
34
34
|
else
|
|
35
35
|
# Have to build a new user to get rid of the password
|
|
36
36
|
@user = User.new
|
data/muck-auth.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-auth}
|
|
8
|
-
s.version = "3.
|
|
8
|
+
s.version = "3.5.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Ball"]
|
|
12
|
-
s.date = %q{2011-03-
|
|
12
|
+
s.date = %q{2011-03-19}
|
|
13
13
|
s.description = %q{A simple wrapper for the omniauth gem so that it is faster to include oauth in muck based applications.}
|
|
14
14
|
s.email = %q{justin@tatemae.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -89,7 +89,7 @@ Gem::Specification.new do |s|
|
|
|
89
89
|
]
|
|
90
90
|
s.homepage = %q{http://github.com/tatemae/muck-auth}
|
|
91
91
|
s.require_paths = ["lib"]
|
|
92
|
-
s.rubygems_version = %q{1.
|
|
92
|
+
s.rubygems_version = %q{1.6.0}
|
|
93
93
|
s.summary = %q{OAuth for muck}
|
|
94
94
|
|
|
95
95
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: muck-auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
8
|
+
- 5
|
|
9
9
|
- 0
|
|
10
|
-
version: 3.
|
|
10
|
+
version: 3.5.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Ball
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-03-
|
|
18
|
+
date: 2011-03-19 00:00:00 -06:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
requirements: []
|
|
198
198
|
|
|
199
199
|
rubyforge_project:
|
|
200
|
-
rubygems_version: 1.
|
|
200
|
+
rubygems_version: 1.6.0
|
|
201
201
|
signing_key:
|
|
202
202
|
specification_version: 3
|
|
203
203
|
summary: OAuth for muck
|