naga 0.1.15 → 0.1.16
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 +4 -4
- data/Gemfile +1 -1
- data/config/locales/en.yml +5 -1
- data/lib/naga/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8859fa73cafc6f6fb5e1ed12ee385144e64e8521fb70ef26a5b4bf7fd070ff59
|
|
4
|
+
data.tar.gz: cb171655284d1ff77200fa5c8bc78dec60b16376c490151d499db769ee2844de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73f78a1899d5cd2414911db48900cc7e73ed578ab257c5e2de8b4aa044a86c19cb67aefff8a6c04e59b279ca29ccde5fb54852c4d625ed5c5b296a9a1af993ea
|
|
7
|
+
data.tar.gz: a6b2df784d1c3588a7e9dcfd9e536c314d345eccec3447fbc5ad03a45688fb7d5d935c746eaa12a9cac52de941f2f1d082532b5704ffe66f0073327c86a70c7b
|
data/Gemfile
CHANGED
data/config/locales/en.yml
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
en:
|
|
2
|
-
LABEL_NAGA: "EN: Nagarjuna Yadav K"
|
|
2
|
+
LABEL_NAGA: "EN: Nagarjuna Yadav K"
|
|
3
|
+
MESSAGE_COPYRIGHT_ALL_RIGHTS: "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."
|
|
4
|
+
MESSAGE_COPYRIGHT_SOFTWARE_DOCUMENTATION: '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.'
|
|
5
|
+
MESSAGE_COPYRIGHT_PERMITTED_LAW: "To the maximum extent permitted by law, you shall not decompile and/or reverse engineer the Software or any part thereof."
|
|
6
|
+
MESSAGE_NOT_FOR_DIAGNOSTIC: "Not for diagnostic, monitoring or therapeutic purposes or in any other manner for regular medical practice."
|
data/lib/naga/version.rb
CHANGED