isaca-rails 0.3.0 → 0.3.1

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
  SHA256:
3
- metadata.gz: 0665c673ccf45eeeaa4c3310bb97299be912e312a01e541dad5528fb9d069d55
4
- data.tar.gz: b338c55d02e1cc5dcabde9db79fc02b01bb75aa9f1145c92151774c1d8656a5b
3
+ metadata.gz: 4cc3ba280af25e6e7275d73f257cf3c198054c61cab2afedef9655b9d7db53fc
4
+ data.tar.gz: 22bdc8ddb59ca6ae178da2fc84f51f00989ba4fe35dc6fff50fa14c9d03b1ebd
5
5
  SHA512:
6
- metadata.gz: 55dd988503bf5bff3bfa86121de9358e88d64bb4040499304b63d1c44dca97e563c650ba08d0332da4523f8aae7b8ccf1d9d93cee211545605f060ddc31531dc
7
- data.tar.gz: 8a55b6b1de6fac91130789c85c08d22f5f2c8c70934c7707080fd6a1b26ec7e9acab767e2e0f6025bc2bf16c66a03a0de4743738ffa9ccd1de74d2481c653760
6
+ metadata.gz: 0d7c87ccf20a40b69da12dbf68ee9f15da8343279675c9c4f0bbdce0e6520736bae562ed2e46c884329793f807d8d36fa4dfbf054a44f8c3df234a8b5a62adcf
7
+ data.tar.gz: 35b95a5fddeeeb039d705a82da31cdd300da311e9ba917421ec6f1e01e70c97b96053e6ae8554d0fa50db00b59f3500b36544b8e3ff58655b605ca7dc9f05b84
@@ -9,7 +9,7 @@ body.ir-body {
9
9
  margin: 0;
10
10
  color: rgb(75,75,75);
11
11
 
12
- background-image: url(/assets/isaca/rails/geometric-1920-blue.png);
12
+ background-image: url(<%= image_path("isaca/rails/geometric-1920-blue.png") %>);
13
13
  background-position: center;
14
14
  background-repeat: no-repeat;
15
15
  background-size: cover;
@@ -5,7 +5,7 @@
5
5
 
6
6
  .ir-login-container > main {
7
7
  width: 100%;
8
- background-image: url(/assets/isaca/rails/geometric-1920-blue.png);
8
+ background-image: url(<%= image_path("isaca/rails/geometric-1920-blue.png") %>);
9
9
  background-position: center;
10
10
  background-repeat: no-repeat;
11
11
  background-size: cover;
@@ -71,7 +71,7 @@ ul.ir-shared-links {
71
71
 
72
72
  .ir-login-container > aside {
73
73
  display: inherit;
74
- background-image: url(/assets/isaca/rails/geometric-1920-blue.png);
74
+ background-image: url(<%= image_path("isaca/rails/geometric-1920-blue.png") %>);
75
75
  background-position: center;
76
76
  background-repeat: no-repeat;
77
77
  background-size: cover;
@@ -57,7 +57,7 @@
57
57
 
58
58
  .ir-consent-container > aside {
59
59
  display: inherit;
60
- background-image: url(/assets/isaca/rails/geometric-1920-blue.png);
60
+ background-image: image-path("isaca/rails/geometric-1920-blue.png");
61
61
  background-position: center;
62
62
  background-repeat: no-repeat;
63
63
  background-size: cover;
@@ -1,5 +1,5 @@
1
1
  module Isaca
2
2
  module Rails
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isaca-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Orahood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-11 00:00:00.000000000 Z
11
+ date: 2019-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -218,13 +218,13 @@ files:
218
218
  - app/assets/images/isaca/rails/geometric-1920-blue.png
219
219
  - app/assets/images/isaca/rails/isaca-logo.png
220
220
  - app/assets/javascript/isaca/rails/application.js
221
- - app/assets/stylesheets/isaca/rails/all.css
221
+ - app/assets/stylesheets/isaca/rails/all.css.erb
222
222
  - app/assets/stylesheets/isaca/rails/application.css
223
223
  - app/assets/stylesheets/isaca/rails/components/button.css
224
224
  - app/assets/stylesheets/isaca/rails/components/container.css
225
225
  - app/assets/stylesheets/isaca/rails/components/flash.css
226
226
  - app/assets/stylesheets/isaca/rails/components/form-control.css
227
- - app/assets/stylesheets/isaca/rails/sessions.css
227
+ - app/assets/stylesheets/isaca/rails/sessions.css.erb
228
228
  - app/assets/stylesheets/isaca/rails/user_consent.css
229
229
  - app/controllers/isaca/rails/application_controller.rb
230
230
  - app/controllers/isaca/rails/platform/administrators_controller.rb