ae_users_legacy 0.6.8 → 0.6.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |gem|
3
- gem.version = "0.6.8"
3
+ gem.version = "0.6.9"
4
4
 
5
5
  gem.authors = ["Nat Budin"]
6
6
  gem.email = ["natbudin@gmail.com"]
@@ -1,3 +1,16 @@
1
- <%= f.label "nickname" %> <%= f.text_field "nickname" %><br/>
2
- <%= f.label "phone", "Phone number" %> <%= f.text_field "phone" %><br/>
3
- <%= f.label "best_call_time", "Best time to call" %> <%= f.text_field "best_call_time" %>
1
+ <h2>Convention Profile</h2>
2
+
3
+ <table>
4
+ <tr>
5
+ <th style="text-align: right;"><%= f.label "nickname" %></th>
6
+ <td><%= f.text_field "nickname" %></td>
7
+ </tr>
8
+ <tr>
9
+ <th style="text-align: right;"><%= f.label "phone", "Phone number" %></th>
10
+ <td><%= f.text_field "phone" %></td>
11
+ </tr>
12
+ <tr>
13
+ <th style="text-align: right;"><%= f.label "best_call_time", "Best time to call" %></th>
14
+ <td><%= f.text_field "best_call_time" %></td>
15
+ </tr>
16
+ </table>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_users_legacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.8
4
+ version: 0.6.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thoughtbot-shoulda
16
- requirement: &70151731590160 !ruby/object:Gem::Requirement
16
+ requirement: &70141078229540 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70151731590160
24
+ version_requirements: *70141078229540
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: ruby-openid
27
- requirement: &70151731589440 !ruby/object:Gem::Requirement
27
+ requirement: &70141078218040 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 2.0.4
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70151731589440
35
+ version_requirements: *70141078218040
36
36
  description: Don't use this gem. Use something written in the last couple years instead.
37
37
  email:
38
38
  - natbudin@gmail.com