thincloud-authentication 0.1.0 → 0.1.1

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.
@@ -31,7 +31,7 @@ module Thincloud::Authentication
31
31
  login_as @identity.user
32
32
  else
33
33
  RegistrationsMailer.verification_token(@identity).deliver
34
- flash[:alert] = "Check your email to verify your registration."
34
+ flash[:notice] = "Check your email to verify your registration."
35
35
  end
36
36
  redirect_to main_app.root_url
37
37
  end
@@ -1,4 +1,4 @@
1
- <div class="tabbable">
1
+ <div class="tabbable" id="authentication-wrapper">
2
2
  <ul class="nav nav-tabs">
3
3
  <li class="active">
4
4
  <a href="#login" data-toggle="tab"><i class="icon-lock"></i> Login</a>
@@ -1,5 +1,5 @@
1
1
  module Thincloud
2
2
  module Authentication
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thincloud-authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-09-23 00:00:00.000000000 Z
13
+ date: 2012-10-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -268,7 +268,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
268
268
  version: '0'
269
269
  segments:
270
270
  - 0
271
- hash: 3364386958863775653
271
+ hash: 2085774085952941977
272
272
  required_rubygems_version: !ruby/object:Gem::Requirement
273
273
  none: false
274
274
  requirements:
@@ -277,7 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
277
  version: '0'
278
278
  segments:
279
279
  - 0
280
- hash: 3364386958863775653
280
+ hash: 2085774085952941977
281
281
  requirements: []
282
282
  rubyforge_project:
283
283
  rubygems_version: 1.8.24