nereare_grimoire 1.4.4 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +17 -24
  3. data/README.md +5 -3
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afc080aa9efdb2dd3403d7abed5d0fe3e1fdd6e4e6b801772b248368663ebf0a
4
- data.tar.gz: 86936260347a7c77c4bbba59a16828268f44e29471ad4f0bd96596032ab6c5cf
3
+ metadata.gz: fffaf68b29f5a76da85d15ad3c6f94f46057fa07b2a566abf0018b9f2d19c951
4
+ data.tar.gz: 124248a6dc6e853b5d637c21af1550a556d556dd2ca708e3095e6a0929d02ed5
5
5
  SHA512:
6
- metadata.gz: 396e592748d70d509c63744212036da30048b75df8362ed3dd11ae1deb8dc3e84ae1d3a9f4770ce15af80061a91acdd00f1adfeac4b20b063bbba389f09f9e8d
7
- data.tar.gz: 63af67559c2e74646aa823bb6cabf9a88845648c694e77faec4da10d6593b9402b2d4d079f2cbb2f3513418ec931a153b9f3217e7a196e5333acddf3e04eb770
6
+ metadata.gz: ef12da0f6c83a7082b9f118fe4dbfedf140a336f93d4e10767f1c33b9ac0ac6dec1935704a44cd1ba79f449f17b59224b732f78bc2396531f024c80dbce1c6f0
7
+ data.tar.gz: f48f2b2b275d780e51d889127e24d77768e45810ff20245548c6a9bab925297a4e60111d48f2b913df811f06de3f17d285636c27744737c52505eb8de5355362
data/LICENSE.md CHANGED
@@ -1,24 +1,17 @@
1
- # The MIT License (MIT)
2
-
3
- Copyright © `2019` `Igor Padoim`
4
-
5
- Permission is hereby granted, free of charge, to any person
6
- obtaining a copy of this software and associated documentation
7
- files (the “Software”), to deal in the Software without
8
- restriction, including without limitation the rights to use,
9
- copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the
11
- Software is furnished to do so, subject to the following
12
- conditions:
13
-
14
- The above copyright notice and this permission notice shall be
15
- included in all copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
18
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24
- OTHER DEALINGS IN THE SOFTWARE.
1
+ # Hippocratic License v1.2
2
+
3
+ Copyright `2019` `Igor Padoim`
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ * **No Harm:** The software may not be used by anyone for systems or activities that actively and knowingly endanger, harm, or otherwise threaten the physical, mental, economic, or general well-being of other individuals or groups, in violation of the United Nations Universal Declaration of Human Rights (https://www.un.org/en/universal-declaration-human-rights/).
10
+
11
+ * **Services:** If the Software is used to provide a service to others, the licensee shall, as a condition of use, require those others not to use the service in any way that violates the No Harm clause above.
12
+
13
+ * **Enforceability:** If any portion or provision of this License shall to any extent be declared illegal or unenforceable by a court of competent jurisdiction, then the remainder of this License, or the application of such portion or provision in circumstances other than those as to which it is so declared illegal or unenforceable, shall not be affected thereby, and each portion and provision of this Agreement shall be valid and enforceable to the fullest extent permitted by law.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16
+
17
+ This Hippocratic License is an Ethical Source license (https://ethicalsource.dev) derived from the MIT License, amended to limit the impact of the unethical use of open source software.
data/README.md CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  [![GitHub package.json version](https://img.shields.io/github/package-json/v/Nereare/Grimoire)](https://github.com/Nereare/Grimoire)
4
4
  [![Gem](https://img.shields.io/gem/v/nereare_grimoire)](https://rubygems.org/gems/nereare_grimoire)
5
- [![GitHub](https://img.shields.io/github/license/Nereare/Grimoire)](LICENSE.md)
5
+ [![License](https://img.shields.io/badge/license-Hippocratic%20License%20v1.2-red)](LICENSE.md)
6
6
  [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE-OF-CONDUCT.md)
7
+
7
8
  [![Travis (.org)](https://img.shields.io/travis/Nereare/Grimoire)](https://travis-ci.org/Nereare/Grimoire)
8
9
  [![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/Nereare/Grimoire)](https://libraries.io/github/Nereare/Grimoire)
9
10
 
@@ -23,7 +24,9 @@ This project uses [SemVer](http://semver.org/) for versioning. For the versions
23
24
 
24
25
  ## Legal Stuff
25
26
 
26
- [![MIT License](http://i.imgur.com/Ze3dFob.png "MIT License")](https://opensource.org/licenses/MIT)
27
+ [![Hippocratic License](https://i.imgur.com/DEKS3nm.png)](LICENSE.md)
28
+
29
+ This project is available under the [Hippocratic License](https://firstdonoharm.dev/).
27
30
 
28
31
  ### System Reference Document
29
32
 
@@ -35,6 +38,5 @@ Some of the contents of this site may fall under the [Open Game License](https:/
35
38
 
36
39
  ### Acknowledgements
37
40
 
38
- * [MIT License Logo](http://excaliburzero.deviantart.com/art/MIT-License-Logo-595847140) by [ExcaliburZero](http://excaliburzero.deviantart.com/), available under a [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/)
39
41
  * Favicon adapted from [D20](https://thenounproject.com/term/d20/1279708/) by Rafaël Massé from the Noun Project (available under a [Creative Commons Attribution License 3.0](https://creativecommons.org/licenses/by/3.0/us/legalcode)).
40
42
  * 404 image adapted from [D20](https://thenounproject.com/term/d20/1315314/) by HeadsOfBirds from the Noun Project (available under a [Creative Commons Attribution License 3.0](https://creativecommons.org/licenses/by/3.0/us/legalcode)).
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nereare_grimoire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Padoim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-04 00:00:00.000000000 Z
11
+ date: 2019-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: html-proofer
@@ -172,10 +172,11 @@ files:
172
172
  - assets/note-border.png
173
173
  homepage: https://github.com/Nereare/Grimoire
174
174
  licenses:
175
- - MIT
175
+ - Hippocratic
176
176
  metadata:
177
177
  source_code_uri: https://github.com/Nereare/Grimoire
178
178
  changelog_uri: https://github.com/Nereare/Grimoire/blob/master/CHANGELOG.md
179
+ github_repo: https://github.com/Nereare/Grimoire.git
179
180
  post_install_message:
180
181
  rdoc_options: []
181
182
  require_paths: