simplificator_infrastructure 0.0.11 → 0.1.0
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: d637027c33e0ddce3d9979631a4dd0952cb6b450
|
|
4
|
+
data.tar.gz: 8182747c7cce71ee1a81a0e86f8b0dded4e802cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb602073fc5c8133fb6f9fe9fa0be79d79ce8869aa956cdece5a8d6626e0373c44f541d346843de878a42a8f0a945804f5ef5cb7c1956920dccad624ff55d198
|
|
7
|
+
data.tar.gz: 6fd7dd996cf86defa6b3cd03e56640c363be4c20442ae3ea23414abf7e439c8354aff72286b431c8288053d0b4cd901246ac6d4d3e8e0b48d692ec2d428a37f1
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
body.
|
|
1
|
+
body.simplificator_infrastructure.errors {
|
|
2
2
|
background-color: #fff;
|
|
3
3
|
text-align: center;
|
|
4
4
|
font-family: 'Helvetica Neue', helvetica, arial sans-serif;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
body.
|
|
7
|
+
body.simplificator_infrastructure.errors h1 {
|
|
8
8
|
color: #646464;
|
|
9
9
|
font-size: 75px;
|
|
10
10
|
font-weight: 300;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
body.
|
|
13
|
+
body.simplificator_infrastructure.errors a {
|
|
14
14
|
color: #646464;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
body.
|
|
17
|
+
body.simplificator_infrastructure.errors p.lead {
|
|
18
18
|
font-size: 30px;
|
|
19
19
|
font-weight: 300;
|
|
20
20
|
margin-bottom: 10px;
|
|
@@ -22,18 +22,18 @@ body.simplificator_infrastrcture.errors p.lead {
|
|
|
22
22
|
color: #333333;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
body.
|
|
25
|
+
body.simplificator_infrastructure.errors p {
|
|
26
26
|
font-size: 16px;
|
|
27
27
|
margin-bottom: 40px;
|
|
28
28
|
line-height: 26px;
|
|
29
29
|
color: #888;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
body.
|
|
32
|
+
body.simplificator_infrastructure.errors img.icon {
|
|
33
33
|
width: 80px;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
body.
|
|
36
|
+
body.simplificator_infrastructure.errors img.logo {
|
|
37
37
|
width: 150px;
|
|
38
38
|
margin-top: 30px;
|
|
39
39
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplificator_infrastructure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pascal Betz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
159
|
rubyforge_project:
|
|
160
|
-
rubygems_version: 2.4.
|
|
160
|
+
rubygems_version: 2.4.5
|
|
161
161
|
signing_key:
|
|
162
162
|
specification_version: 4
|
|
163
163
|
summary: Infrastructure support for Rails Apps
|
|
@@ -237,3 +237,4 @@ test_files:
|
|
|
237
237
|
- test/integration/navigation_test.rb
|
|
238
238
|
- test/lib/simplificator_infrastructure/error_summary_test.rb
|
|
239
239
|
- test/test_helper.rb
|
|
240
|
+
has_rdoc:
|