omniauth-td 0.0.5 → 0.0.6

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,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Td
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
data/view/form.erb CHANGED
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Sign Up | Treasure Data</title>
4
+ <title>Login | Treasure Data</title>
5
5
 
6
6
  <!-- jQuery -->
7
7
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
@@ -13,7 +13,7 @@
13
13
  <!-- ready() -->
14
14
  <script>
15
15
  $(document).ready(function(){
16
- $('#SignUpForm').validate({
16
+ $('#LoginForm').validate({
17
17
  rules: {
18
18
  password: {
19
19
  minlength: 6,
@@ -39,7 +39,7 @@
39
39
  <a href="http://www.treasure-data.com/" id="brand_signup">Treasure Data</a>
40
40
  </h1>
41
41
  <div id="form_wrapper">
42
- <form method="POST" action="/auth/td/callback" id="SignUpForm" >
42
+ <form method="POST" action="/auth/td/callback" id="LoginForm" >
43
43
  <div>
44
44
  Email:
45
45
  <input class="text required" name="email" placeholder="Email" type="text" />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-td
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  segments:
109
109
  - 0
110
- hash: -3124961536604598899
110
+ hash: 4059321584701441868
111
111
  required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  none: false
113
113
  requirements:
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  segments:
118
118
  - 0
119
- hash: -3124961536604598899
119
+ hash: 4059321584701441868
120
120
  requirements: []
121
121
  rubyforge_project:
122
122
  rubygems_version: 1.8.24