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: b7b5c6a6c3a0d05840da2247b10dcada7dadf2ba
4
- data.tar.gz: f76e29c002daccc34c8d63d901d6ca0fc2bdb870
3
+ metadata.gz: d637027c33e0ddce3d9979631a4dd0952cb6b450
4
+ data.tar.gz: 8182747c7cce71ee1a81a0e86f8b0dded4e802cc
5
5
  SHA512:
6
- metadata.gz: 7c45742778e269d61343ca1d3a040b3528ace9d9ba5d22619c499572ac97b7e781e07fdaa6643277a8348a1c1d0f6c0ef75266068ed4ebbc4e155183f42e435b
7
- data.tar.gz: 163e5f5ea6188e7bee92979caca746af61d923e5362701742aca9ec5278d5d3eb5b6c94426c79b646d9a2b3b3f3d7256780a38d2839c3ce26af970add8f71bf5
6
+ metadata.gz: bb602073fc5c8133fb6f9fe9fa0be79d79ce8869aa956cdece5a8d6626e0373c44f541d346843de878a42a8f0a945804f5ef5cb7c1956920dccad624ff55d198
7
+ data.tar.gz: 6fd7dd996cf86defa6b3cd03e56640c363be4c20442ae3ea23414abf7e439c8354aff72286b431c8288053d0b4cd901246ac6d4d3e8e0b48d692ec2d428a37f1
@@ -1,20 +1,20 @@
1
- body.simplificator_infrastrcture.errors {
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.simplificator_infrastrcture.errors h1 {
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.simplificator_infrastrcture.errors a {
13
+ body.simplificator_infrastructure.errors a {
14
14
  color: #646464;
15
15
  }
16
16
 
17
- body.simplificator_infrastrcture.errors p.lead {
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.simplificator_infrastrcture.errors p {
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.simplificator_infrastrcture.errors img.icon {
32
+ body.simplificator_infrastructure.errors img.icon {
33
33
  width: 80px;
34
34
  }
35
35
 
36
- body.simplificator_infrastrcture.errors img.logo {
36
+ body.simplificator_infrastructure.errors img.logo {
37
37
  width: 150px;
38
38
  margin-top: 30px;
39
39
  }
@@ -6,7 +6,7 @@
6
6
  <%= javascript_include_tag "simplificator_infrastructure/application" %>
7
7
  <%= csrf_meta_tags %>
8
8
  </head>
9
- <body class="errors simplificator_infrastrcture">
9
+ <body class="errors simplificator_infrastructure">
10
10
  <%= yield %>
11
11
  </body>
12
12
  </html>
@@ -1,3 +1,3 @@
1
1
  module SimplificatorInfrastructure
2
- VERSION = "0.0.11"
2
+ VERSION = "0.1.0"
3
3
  end
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.11
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: 2015-02-09 00:00:00.000000000 Z
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.3
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: