naga 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7f4df36e68494ac9e8f222598229ac00c15dbb3b8b82929af4ea41e37eda8dc
4
- data.tar.gz: ead08900ca6543d1e160afd33441c5e295bb49258682e1eea6d069c9970ba2dc
3
+ metadata.gz: 7fa13be182e6d4d6fe8d7c5ba8fd179a855aacc8e0ecc6212e23be2c51464f0b
4
+ data.tar.gz: c193929aab58e6d9a24516ee42bdc63bbf9096d568d934ecb62e4c01ba7fa63f
5
5
  SHA512:
6
- metadata.gz: a224adeebb1722b8762bc9190090852fedb502d906bc1901a4c062c4ef51a07777cb592a3d859eb8361e510826036f99d1d27d8e3aea901126e66c30243d61cf
7
- data.tar.gz: 037463db202a066b44755a78df1574b19493fb981e9fec18488bb34f633314c12f1cd4e10c44adcd085703f30161a5908a560981b5ff16aa6de023cc779f11ad
6
+ metadata.gz: 92fe1b186bf2b701f71ea5e5a56c3124ea9df13b461e417582359e07450c1f46264cf29a16132cb3d85c6a59654278af90c5bcc70181fdb426e08c9ace18f4a7
7
+ data.tar.gz: 65603417621b564506844fbe69f60ae78c8a63c38b0ca90ebf0fdf7b65fe04ed3c1490cb5cba40293fb10e8570dce8056ff9ca724a85da98021926a910e9648b
@@ -0,0 +1,39 @@
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>
data/lib/naga/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Naga
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/naga-0.1.0.gem ADDED
Binary file
data/naga-0.1.1.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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nagarjuna Yadav K
@@ -49,11 +49,14 @@ files:
49
49
  - Gemfile
50
50
  - README.md
51
51
  - Rakefile
52
- - app/views/application/_hre_about.html.erb
52
+ - app/views/_about_naga.html.erb
53
+ - app/views/application/_about_naga.html.erb
53
54
  - bin/console
54
55
  - bin/setup
55
56
  - lib/naga.rb
56
57
  - lib/naga/version.rb
58
+ - naga-0.1.0.gem
59
+ - naga-0.1.1.gem
57
60
  - naga.gemspec
58
61
  homepage: https://github.com/nagarjunayadavk/naga_gem.git
59
62
  licenses: []