naga 0.1.2 → 0.1.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: 7fa13be182e6d4d6fe8d7c5ba8fd179a855aacc8e0ecc6212e23be2c51464f0b
4
- data.tar.gz: c193929aab58e6d9a24516ee42bdc63bbf9096d568d934ecb62e4c01ba7fa63f
3
+ metadata.gz: e7d2e190aa424ec02c2c44dd707e6f43441c16c18ca1748064ffc0cd029e5696
4
+ data.tar.gz: 25a8214616bf1015679e74ded78575ca754e2f9b7fb68e101b75fd092b0dc858
5
5
  SHA512:
6
- metadata.gz: 92fe1b186bf2b701f71ea5e5a56c3124ea9df13b461e417582359e07450c1f46264cf29a16132cb3d85c6a59654278af90c5bcc70181fdb426e08c9ace18f4a7
7
- data.tar.gz: 65603417621b564506844fbe69f60ae78c8a63c38b0ca90ebf0fdf7b65fe04ed3c1490cb5cba40293fb10e8570dce8056ff9ca724a85da98021926a910e9648b
6
+ metadata.gz: b2a7179c130f77d385a160b5ff73f520948fa0f61ec8a19f4386fe1136b9e93c05fed2e165760d424806201d2ac9e0b04dfe7b6562e44ca602cde7b8ec49b887
7
+ data.tar.gz: c998a0a909b7e0a138ba0817edf54e8c40fa40a47ad1e060d1d88fa281f1305d227dc59d95670aa2892d2615ec905742552dcc123faf00e03d125d0bbcc7a83d
@@ -1,5 +1,7 @@
1
1
  <div id="hre-about-page">
2
2
  <div class="hre-icon-with-title">
3
+ <div><%= image_tag about_icon_with_theme("hre-logo", has_dark_theme), class: "hre-logo" %></div>
4
+
3
5
  <div class="hre-about-large-text margin-top">
4
6
  <span class="hre-pb-title">PerformanceBridge</span>
5
7
  Application Suite
@@ -9,14 +11,14 @@
9
11
  <div class="hre-about-large-text">
10
12
  <div class="margin-top">
11
13
  <span class="hre-pb-title">PerformanceBridge</span>
12
- app_name
14
+ <%= app_name %>
13
15
  </div>
14
16
 
15
- <div>Version app_version</div>
17
+ <div>Version <%= app_version %></div>
16
18
  </div>
17
19
 
18
20
  <div class="margin-top hre-about-main-text">
19
- © Koninklijke Philips N.V. copyright_year. All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical or otherwise, is prohibited without the prior written consent of the copyright owner.
21
+ © Koninklijke Philips N.V. <%= copyright_year %>. All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical or otherwise, is prohibited without the prior written consent of the copyright owner.
20
22
  <br>
21
23
  Copyrights and all other proprietary rights in any software and related documentation ("Software") made available to you rest exclusively with Philips or its licensors. No title or ownership in the Software is conferred to you. Use of the Software is subject to the end user license conditions as are available on request.
22
24
  <br>
@@ -26,7 +28,7 @@
26
28
 
27
29
  <div class="hre-about-table">
28
30
  <div class="hre-about-table-cell">
29
-
31
+ <%= image_tag about_icon_with_theme("hre-factory-fill", has_dark_theme), class: "hre-about-icon-factory-fill" %>
30
32
  </div>
31
33
  <div class="hre-about-table-cell">
32
34
  Philips Healthcare
@@ -36,4 +38,12 @@
36
38
  </div>
37
39
  </div>
38
40
 
41
+ <div class="margin-top">
42
+ <%= image_tag about_icon_with_theme("hre-ifu", has_dark_theme), class: "hre-about-icon" %>
43
+ <%= image_tag about_icon_with_theme("hre-caution", has_dark_theme), class: "hre-about-icon" %>
44
+ <%= image_tag about_icon_with_theme("hre-factory", has_dark_theme), class: "hre-about-icon" %>
45
+ <span class="hre-about-main-text">
46
+ <%= build_date %>
47
+ </span>
48
+ </div>
39
49
  </div>
data/lib/naga/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Naga
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/naga-0.1.2.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nagarjuna Yadav K
@@ -49,7 +49,6 @@ files:
49
49
  - Gemfile
50
50
  - README.md
51
51
  - Rakefile
52
- - app/views/_about_naga.html.erb
53
52
  - app/views/application/_about_naga.html.erb
54
53
  - bin/console
55
54
  - bin/setup
@@ -57,6 +56,7 @@ files:
57
56
  - lib/naga/version.rb
58
57
  - naga-0.1.0.gem
59
58
  - naga-0.1.1.gem
59
+ - naga-0.1.2.gem
60
60
  - naga.gemspec
61
61
  homepage: https://github.com/nagarjunayadavk/naga_gem.git
62
62
  licenses: []
@@ -1,39 +0,0 @@
1
- <div id="hre-about-page">
2
- <div class="hre-icon-with-title">
3
- <div class="hre-about-large-text margin-top">
4
- <span class="hre-pb-title">PerformanceBridge</span>
5
- Application Suite
6
- </div>
7
- </div>
8
-
9
- <div class="hre-about-large-text">
10
- <div class="margin-top">
11
- <span class="hre-pb-title">PerformanceBridge</span>
12
- app_name
13
- </div>
14
-
15
- <div>Version app_version</div>
16
- </div>
17
-
18
- <div class="margin-top hre-about-main-text">
19
- © Koninklijke Philips N.V. copyright_year. All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical or otherwise, is prohibited without the prior written consent of the copyright owner.
20
- <br>
21
- Copyrights and all other proprietary rights in any software and related documentation ("Software") made available to you rest exclusively with Philips or its licensors. No title or ownership in the Software is conferred to you. Use of the Software is subject to the end user license conditions as are available on request.
22
- <br>
23
- To the maximum extent permitted by law, you shall not decompile and/or reverse engineer the software or any part thereof.
24
- <br>
25
- Not for diagnostic, monitoring or therapeutic purposes or in any other manner for regular medical practice.
26
-
27
- <div class="hre-about-table">
28
- <div class="hre-about-table-cell">
29
-
30
- </div>
31
- <div class="hre-about-table-cell">
32
- Philips Healthcare
33
- <br>
34
- 3000 Minuteman Road, Andover, MA 01810, USA
35
- </div>
36
- </div>
37
- </div>
38
-
39
- </div>