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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfc240310a25d7de8819d8093c967da2bb2d02f4
|
|
4
|
+
data.tar.gz: fba48d78f3edb01239286f992de61fac370601e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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-
|
|
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-
|
|
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-
|
|
32
|
+
<%= f.submit "Sign in", :class => "btn btn-success btn-lg btn-block" %>
|
|
33
33
|
</div>
|
|
34
34
|
|
|
35
35
|
<div class="form-group">
|
data/lib/caseadilla/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|