wheels 0.1.24 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.24
1
+ 0.1.25
@@ -10,12 +10,19 @@
10
10
  %li= msg
11
11
  .fieldGroup
12
12
  = f.fields_for :profile do |pf|
13
+ - unless pf.object.company.empty?
14
+ .field
15
+ .fieldName= label_tag "Organization"
16
+ .fieldName= label_tag pf.object.company
13
17
  .field
14
18
  .fieldName= pf.label :first_name
15
19
  .fieldValue= pf.text_field :first_name
16
20
  .field
17
21
  .fieldName= pf.label :last_name
18
22
  .fieldValue= pf.text_field :last_name
23
+ .field
24
+ .fieldName= pf.label :title
25
+ .fieldValue= pf.text_field :title
19
26
  .field
20
27
  .fieldName= f.label :email
21
28
  .fieldValue= f.text_field :email
@@ -23,11 +30,17 @@
23
30
  .fieldName= pf.label :phone
24
31
  .fieldValue= pf.text_field :phone
25
32
  .field
26
- .fieldName= label_tag "Company / Organization"
27
- .fieldValue= pf.text_field :company
33
+ .fieldName= pf.label :address
34
+ .fieldValue= pf.text_field :address
35
+ .field
36
+ .fieldName= pf.label :city
37
+ .fieldValue= pf.text_field :city
38
+ .field
39
+ .fieldName= pf.label :state
40
+ .fieldValue= pf.text_field :state
28
41
  .field
29
- .fieldName= pf.label :position
30
- .fieldValue= pf.text_field :position
42
+ .fieldName= pf.label :zip
43
+ .fieldValue= pf.text_field :zip
31
44
  .submit= f.submit "Update Account"
32
45
 
33
46
  :css
data/wheels.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wheels}
8
- s.version = "0.1.24"
8
+ s.version = "0.1.25"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tyler Gannon"]
12
- s.date = %q{2010-10-03}
12
+ s.date = %q{2010-10-04}
13
13
  s.description = %q{Call rails generate wheels.}
14
14
  s.email = %q{tgannon@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 24
9
- version: 0.1.24
8
+ - 25
9
+ version: 0.1.25
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tyler Gannon
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-03 00:00:00 -07:00
17
+ date: 2010-10-04 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency