caseadilla 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b839cd8a509cd3a1a30e19f8d0932e0bb6f2402
4
- data.tar.gz: 065ac7040b4a5d2496ca47bfa08e3fd19ecb05fc
3
+ metadata.gz: cfc240310a25d7de8819d8093c967da2bb2d02f4
4
+ data.tar.gz: fba48d78f3edb01239286f992de61fac370601e9
5
5
  SHA512:
6
- metadata.gz: f714b2ae74fd6a179474adb800664b0de73af573effb3086d6a657a4913eb1eee50348bc3f0a4319a73b0609f75818a041571801b17e29f046360f776959f084
7
- data.tar.gz: 7fff59d18123da03045a6b868cfd3921dc97df92fac78628749121905156f9562feb34e51fd2ad3ee377b6f5359796f643c287f1db20d01c84886bb42cf1c6de
6
+ metadata.gz: 021fb2121a0d320686cb922345c52d2bd65ab56d1669803522c67dfb136b5eadb17a1d0d5c3e9c71d419cdddde426af58d33102473f2b3411a3d6fbacc4f378b
7
+ data.tar.gz: bba281ea337522f40ca2b62a87700ce9822c72b206db44e8b62079436321626f36cb1d8703ac03e13b114cf1745e8b013123e3490cec9092ceafd6aacfa4d911
@@ -14,10 +14,10 @@
14
14
  <% end %>
15
15
 
16
16
  <div class="form-group">
17
- <%= f.text_field :email, :placeholder => "Email", :class => "form-control input-large" %>
17
+ <%= f.text_field :email, :placeholder => "Email", :class => "form-control input-lg" %>
18
18
  </div>
19
19
  <div class="form-group">
20
- <%= f.password_field :password, :placeholder => "Password", :class => "form-control input-large" %>
20
+ <%= f.password_field :password, :placeholder => "Password", :class => "form-control input-lg" %>
21
21
  </div>
22
22
 
23
23
  <div class="form-group">
@@ -29,7 +29,7 @@
29
29
  </div>
30
30
 
31
31
  <div class="form-group">
32
- <%= f.submit "Sign in", :class => "btn btn-success btn-large btn-block" %>
32
+ <%= f.submit "Sign in", :class => "btn btn-success btn-lg btn-block" %>
33
33
  </div>
34
34
 
35
35
  <div class="form-group">
@@ -1,3 +1,3 @@
1
1
  module Caseadilla
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caseadilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Bick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-02 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler