shoppe 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,21 +4,21 @@
4
4
  .splitContainer
5
5
  %dl.half
6
6
  %dt= f.label :first_name
7
- %dd= f.text_field :first_name
7
+ %dd= f.text_field :first_name, :class => 'text'
8
8
  %dl.half
9
9
  %dt= f.label :last_name
10
- %dd= f.text_field :last_name
10
+ %dd= f.text_field :last_name, :class => 'text'
11
11
  = field_set_tag "Login" do
12
12
  .splitContainer
13
13
  %dl.third
14
14
  %dt= f.label :email_address
15
- %dd= f.text_field :email_address
15
+ %dd= f.text_field :email_address, :class => 'text'
16
16
  %dl.third
17
17
  %dt= f.label :password
18
- %dd= f.password_field :password
18
+ %dd= f.password_field :password, :class => 'text'
19
19
  %dl.third
20
20
  %dt= f.label :password_confirmation, "...and again"
21
- %dd= f.password_field :password_confirmation
21
+ %dd= f.password_field :password_confirmation, :class => 'text'
22
22
 
23
23
 
24
24
  %p.submit
@@ -1,3 +1,3 @@
1
1
  module Shoppe
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoppe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -465,7 +465,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
465
465
  version: '0'
466
466
  segments:
467
467
  - 0
468
- hash: -782620393111766145
468
+ hash: -144390531799540250
469
469
  required_rubygems_version: !ruby/object:Gem::Requirement
470
470
  none: false
471
471
  requirements:
@@ -474,7 +474,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
474
474
  version: '0'
475
475
  segments:
476
476
  - 0
477
- hash: -782620393111766145
477
+ hash: -144390531799540250
478
478
  requirements: []
479
479
  rubyforge_project:
480
480
  rubygems_version: 1.8.23