isaca-rails 0.3.2 → 0.3.3

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: 2495befde65547c00bacb7f3d5fdb0988ad580a48c8c2779f82c791057852abb
4
- data.tar.gz: 7260ecc778efab22b532514b42ab8beabf0477b4ffa063417f1279fd88f222e4
3
+ metadata.gz: 922003fa31906822aca1d5eb508147323572e9cee1af0895a74cf0114a22c871
4
+ data.tar.gz: 5d095db805d31498d3d78c9b1abcd0a6039a535be6abe4d2afe38ce68dadf809
5
5
  SHA512:
6
- metadata.gz: 8d1def5bb84ac459b55959405bb5ac0e0a549efde5ee46c56bf47781d09202d881ceb371badb36423fd882baad2affd2d2e1a1c19fb5d92eae6dfc87c5e17dbe
7
- data.tar.gz: 194045613a1796ec2c3317a145a5e5e2d33333a5de7cf7c50e3277dadda139ba9d551010f670ee92d34d846d6d3abaa347ddda3d8691b418eb626f2ef6ad42e2
6
+ metadata.gz: 265a170b8f57a5ce3f063aeac6561c8caa41d37171fb51792cb32bce2ae89e045d3f6707c8a1ec97159a8f8b4edf8a4dd0cba2ab1cb9d190c9219396512ddbe6
7
+ data.tar.gz: 18e99a0d95d6ba22b80708173052dd5582e4b670861451ada70eafbf2526f2df0639a3f4410752dd417dbcb58e336b1882672de24d9c8489bba63b7d4241dfba
@@ -9,7 +9,7 @@ body.ir-body {
9
9
  margin: 0;
10
10
  color: rgb(75,75,75);
11
11
 
12
- background-image: url(<%= asset_path("isaca/rails/geometric-1920-blue.png") %>);
12
+ background-image: url(asset-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(<%= asset_path("isaca/rails/geometric-1920-blue.png") %>);
8
+ background-image: url(asset-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(<%= asset_path("isaca/rails/geometric-1920-blue.png") %>);
74
+ background-image: url(asset-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: image-path("isaca/rails/geometric-1920-blue.png");
60
+ background-image: url(asset-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.2'
3
+ VERSION = '0.3.3'
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.2
4
+ version: 0.3.3
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-14 00:00:00.000000000 Z
11
+ date: 2019-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.2'
41
+ - !ruby/object:Gem::Dependency
42
+ name: sass-rails
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '5.0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '5.0'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: sqlite3
43
57
  requirement: !ruby/object:Gem::Requirement
@@ -218,14 +232,14 @@ files:
218
232
  - app/assets/images/isaca/rails/geometric-1920-blue.png
219
233
  - app/assets/images/isaca/rails/isaca-logo.png
220
234
  - app/assets/javascript/isaca/rails/application.js
221
- - app/assets/stylesheets/isaca/rails/all.css.erb
235
+ - app/assets/stylesheets/isaca/rails/all.scss
222
236
  - app/assets/stylesheets/isaca/rails/application.css
223
237
  - app/assets/stylesheets/isaca/rails/components/button.css
224
238
  - app/assets/stylesheets/isaca/rails/components/container.css
225
239
  - app/assets/stylesheets/isaca/rails/components/flash.css
226
240
  - app/assets/stylesheets/isaca/rails/components/form-control.css
227
- - app/assets/stylesheets/isaca/rails/sessions.css.erb
228
- - app/assets/stylesheets/isaca/rails/user_consent.css
241
+ - app/assets/stylesheets/isaca/rails/sessions.scss
242
+ - app/assets/stylesheets/isaca/rails/user_consent.scss
229
243
  - app/controllers/isaca/rails/application_controller.rb
230
244
  - app/controllers/isaca/rails/platform/administrators_controller.rb
231
245
  - app/controllers/isaca/rails/platform/application_controller.rb