adventure 0.17.7.pre.pre → 0.17.8.pre.pre

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: b00205fe644c271aa55a9df429af065c9bd0a55b1e00b5d6c43bda117bc706dd
4
- data.tar.gz: 1cd0ebf948c3d4da6bdbdba6e22cc79e9ae3c318d91a9e82b65a6eefe862de3b
3
+ metadata.gz: b815e1c99bec8c9e1991221d9d1be42d64c5329ba66f090e39236537f4c397b8
4
+ data.tar.gz: 6d0dd8cab8556fb286c9a7d911d4eb59cde262ff9bf513d11f88802907043eca
5
5
  SHA512:
6
- metadata.gz: e1f0c3899c0ef35dfff6d7cec56a7e2cdf4e1ccdb28a7f6ed85f9d70143e895cec1afda379d1fcff27314e7c646c8333898e43a88099321e07f2706b8a968b16
7
- data.tar.gz: b0ca6a23e925adbee387f1c89e3b5b8d800e5ffa249bcbe7b7c143cff6db5f411bf0bc8c586d7803769e85b213697358eaa6f89ca6c525fc027f9d266fb3e609
6
+ metadata.gz: 132403fe95b3c6db975d944da0e6fca797a3be8c1c8f0a23759c77c0465ce0914bf1410cd2065f7581b88c635e9783e5b140403df3c3142883a0b87ffba5b5af
7
+ data.tar.gz: ab68a2a6a07870c51b6f4d10d39dc03ceddce330a98f72b6ea3a70acc073954ec60b438ed8e50442ccd05346e96cbc584a6f08b7a74aa83a26bee7c4331da790
@@ -2,7 +2,7 @@
2
2
  name: Feature request
3
3
  about: Suggest an idea for this project
4
4
  title: ''
5
- labels: ''
5
+ labels: 'enhancement'
6
6
  assignees: ''
7
7
 
8
8
  ---
@@ -1,30 +1,17 @@
1
1
  # [Adventure](https://github.com/Nereare/Adventure) Change Log
2
2
 
3
- This is the change log to Adventure. For further info on this project, see the [ReadMe file](README.md).
4
-
5
3
  All notable changes to this project will be documented in this file.
6
4
 
7
- The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
7
 
9
- Principles of a change log, excerpted from [Keep a Changelog](http://keepachangelog.com/):
8
+ ## [Unreleased]
10
9
 
11
- * It’s made for humans, not machines, so legibility is crucial.
12
- * Easy to link to any section (hence Markdown over plain text).
13
- * One sub-section per version.
14
- * List releases in reverse-chronological order (newest on top).
15
- * Write all dates in `YYYY-MM-DD` format. (Example: `2012-06-02` for `June 2nd, 2012`.) It’s international, [sensible](http://xkcd.com/1179/), and language-independent.
16
- * Explicitly mention whether the project follows [Semantic Versioning](http://semver.org/).
17
- * Each version should:
18
- * `List` its release date in the above format.
19
- * `Group` changes to describe their impact on the project, as follows:
20
- * `Added` for new features.
21
- * `Changed` for changes in existing functionality.
22
- * `Deprecated` for once-stable features removed in upcoming releases.
23
- * `Removed` for deprecated features removed in this release.
24
- * `Fixed` for any bug fixes.
25
- * `Security` to invite users to upgrade in case of vulnerabilities.
10
+ ## [0.17.8-pre] - `2019-10-02`
26
11
 
27
- ## [Unreleased]
12
+ ### Changed
13
+ * Bumped [RuboCop](https://github.com/rubocop-hq/rubocop) version to `0.75.0`.
14
+ * Changed license to the [Hippocratic License](https://firstdonoharm.dev/).
28
15
 
29
16
  ## [0.17.7-pre] - `2019-09-10`
30
17
 
@@ -72,5 +59,6 @@ Principles of a change log, excerpted from [Keep a Changelog](http://keepachange
72
59
  ### Fixed
73
60
  * `Slugify` method, previously from an unlicensed gem to an [MIT-licensed one](https://rubygems.org/gems/jekyll_slugify).
74
61
 
75
- [Unreleased]: https://github.com/Nereare/Grimoire/compare/v0.17.7-pre...HEAD
76
- [0.17.7-pre]: https://github.com/Nereare/Grimoire/releases/tag/v0.17.7-pre
62
+ [Unreleased]: https://github.com/Nereare/Adventure/compare/v0.17.8-pre...HEAD
63
+ [0.17.8-pre]: https://github.com/Nereare/Adventure/compare/v0.17.7-pre...v0.17.8-pre
64
+ [0.17.7-pre]: https://github.com/Nereare/Adventure/releases/tag/v0.17.7-pre
@@ -55,12 +55,14 @@ a project may be further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at [igorpadoim@gmail.com](mailto:igorpadoim@gmail.com). All
58
+ reported by contacting the project team at [this email][mail]. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
62
62
  Further details of specific enforcement policies may be posted separately.
63
63
 
64
+ [mail]: mailto:igorpadoim@gmail.com
65
+
64
66
  Project maintainers who do not follow or enforce the Code of Conduct in good
65
67
  faith may face temporary or permanent repercussions as determined by other
66
68
  members of the project's leadership.
@@ -10,7 +10,7 @@ Before sending your pull requests, make sure you followed this list.
10
10
 
11
11
  1. Read [contributing guidelines](CONTRIBUTING.md).
12
12
  2. Read [Code of Conduct](CODE-OF-CONDUCT.md).
13
- 3. Increase the version numbers in any examples files, the [ruby gem version](lib/adventure/version.rb) file, and the [ReadMe file badge](README.md) to the new version that this Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
13
+ 3. Increase the version numbers in any examples files, the [ruby gem version](lib/adventure/version.rb) file, and the [package.json file](package.json) to the new version that this Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
14
14
  4. You may merge the Pull Request in once you have the approval of the project owner.
15
15
 
16
16
  ## Reporting a Bug & Requesting Features
data/Gemfile CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  source 'https://rubygems.org'
4
4
 
5
- gem 'rubocop', '~> 0.74.0', require: false
6
- gem 'simplecov', '~> 0.17.0', require: false
5
+ gem 'rubocop', '~> 0.76.0', require: false
6
+ gem 'simplecov', '~> 0.17.1', require: false
7
7
  gem 'yard', '~> 0.9.20', require: false
8
8
 
9
9
  # Specify your gem's dependencies in Adventure.gemspec
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adventure (0.17.7-pre)
4
+ adventure (0.17.8.pre.pre)
5
5
  indefinite_article (~> 0.2.4)
6
6
  jekyll_slugify (~> 0.4.2)
7
7
  random_name_generator (~> 1.0.3)
@@ -27,27 +27,27 @@ GEM
27
27
  jekyll_slugify (0.4.2)
28
28
  i18n (~> 1.6.0)
29
29
  json (2.2.0)
30
- minitest (5.11.3)
31
- parallel (1.17.0)
32
- parser (2.6.3.0)
30
+ minitest (5.12.2)
31
+ parallel (1.18.0)
32
+ parser (2.6.5.0)
33
33
  ast (~> 2.4.0)
34
34
  rainbow (3.0.0)
35
- rake (12.3.3)
35
+ rake (13.0.0)
36
36
  random_name_generator (1.0.3)
37
- rspec (3.8.0)
38
- rspec-core (~> 3.8.0)
39
- rspec-expectations (~> 3.8.0)
40
- rspec-mocks (~> 3.8.0)
41
- rspec-core (3.8.2)
42
- rspec-support (~> 3.8.0)
43
- rspec-expectations (3.8.4)
37
+ rspec (3.9.0)
38
+ rspec-core (~> 3.9.0)
39
+ rspec-expectations (~> 3.9.0)
40
+ rspec-mocks (~> 3.9.0)
41
+ rspec-core (3.9.0)
42
+ rspec-support (~> 3.9.0)
43
+ rspec-expectations (3.9.0)
44
44
  diff-lcs (>= 1.2.0, < 2.0)
45
- rspec-support (~> 3.8.0)
46
- rspec-mocks (3.8.1)
45
+ rspec-support (~> 3.9.0)
46
+ rspec-mocks (3.9.0)
47
47
  diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.8.0)
49
- rspec-support (3.8.2)
50
- rubocop (0.74.0)
48
+ rspec-support (~> 3.9.0)
49
+ rspec-support (3.9.0)
50
+ rubocop (0.76.0)
51
51
  jaro_winkler (~> 1.5.1)
52
52
  parallel (~> 1.10)
53
53
  parser (>= 2.6)
@@ -55,7 +55,7 @@ GEM
55
55
  ruby-progressbar (~> 1.7)
56
56
  unicode-display_width (>= 1.4.0, < 1.7)
57
57
  ruby-progressbar (1.10.1)
58
- simplecov (0.17.0)
58
+ simplecov (0.17.1)
59
59
  docile (~> 1.1)
60
60
  json (>= 1.8, < 3)
61
61
  simplecov-html (~> 0.10.0)
@@ -74,10 +74,10 @@ PLATFORMS
74
74
  DEPENDENCIES
75
75
  adventure!
76
76
  bundler (~> 2.0)
77
- rake (~> 12.3)
78
- rspec (~> 3.8.0)
79
- rubocop (~> 0.74.0)
80
- simplecov (~> 0.17.0)
77
+ rake (~> 13.0)
78
+ rspec (~> 3.9.0)
79
+ rubocop (~> 0.76.0)
80
+ simplecov (~> 0.17.1)
81
81
  yard (~> 0.9.20)
82
82
 
83
83
  BUNDLED WITH
data/LICENSE.md CHANGED
@@ -1,25 +1,17 @@
1
- The MIT License (MIT)
2
- =====================
3
-
4
- Copyright © `2019` `Igor Padoim`
5
-
6
- Permission is hereby granted, free of charge, to any person
7
- obtaining a copy of this software and associated documentation
8
- files (the “Software”), to deal in the Software without
9
- restriction, including without limitation the rights to use,
10
- copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the
12
- Software is furnished to do so, subject to the following
13
- conditions:
14
-
15
- The above copyright notice and this permission notice shall be
16
- included in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
- 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
@@ -1,8 +1,8 @@
1
1
  # Adventure
2
2
 
3
- [![Gem](https://img.shields.io/gem/v/Adventure)](https://github.com/Nereare/Adventure)
4
- [![Version](https://img.shields.io/badge/version-0.17.7--pre-yellowgreen)](https://github.com/Nereare/Adventure/releases)
5
- [![GitHub License](https://img.shields.io/github/license/Nereare/Adventure)](LICENSE.md)
3
+ [![Gem](https://img.shields.io/gem/v/adventure)](https://rubygems.org/gems/adventure)
4
+ [![GitHub package.json version](https://img.shields.io/github/package-json/v/Nereare/Adventure)](https://github.com/Nereare/Adventure/releases)
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
8
  [![Build Status](https://travis-ci.org/Nereare/Adventure.svg?branch=master)](https://travis-ci.org/Nereare/Adventure)
@@ -54,9 +54,9 @@ This project uses [SemVer](http://semver.org/) for versioning. For the versions
54
54
 
55
55
  ## Legal Stuff
56
56
 
57
- [![MIT License](https://i.imgur.com/Ze3dFob.png)](LICENSE.md)
57
+ [![Hippocratic License](https://i.imgur.com/DEKS3nm.png)](LICENSE.md)
58
58
 
59
- This project is available under the [MIT License](https://opensource.org/licenses/MIT)
59
+ This project is available under the [Hippocratic License](https://firstdonoharm.dev/).
60
60
 
61
61
  [![d20 Logo](https://i.imgur.com/8CG0VEv.png)](OGL.md)
62
62
 
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.version = Adventure.version
10
10
  spec.authors = ['Igor Padoim']
11
11
  spec.email = ['igorpadoim@gmail.com']
12
- spec.license = 'MIT'
12
+ spec.license = 'Hippocratic'
13
13
 
14
14
  spec.summary = 'A random adventure generator for D&D 5e.'
15
15
  spec.homepage = 'https://github.com/Nereare/Adventure'
@@ -31,8 +31,8 @@ Gem::Specification.new do |spec|
31
31
  spec.require_paths = ['lib']
32
32
 
33
33
  spec.add_development_dependency 'bundler', '~> 2.0'
34
- spec.add_development_dependency 'rake', '~> 12.3'
35
- spec.add_development_dependency 'rspec', '~> 3.8.0'
34
+ spec.add_development_dependency 'rake', '~> 13.0'
35
+ spec.add_development_dependency 'rspec', '~> 3.9.0'
36
36
 
37
37
  spec.add_dependency 'indefinite_article', '~> 0.2.4'
38
38
  spec.add_dependency 'jekyll_slugify', '~> 0.4.2'
@@ -4,7 +4,7 @@
4
4
  # Adventure. The export of such adventure is located elsewhere.
5
5
  module Adventure
6
6
  # Sets the current version of the gem
7
- @version = '0.17.7-pre'
7
+ @version = '0.17.8-pre'
8
8
 
9
9
  # Returns the Gem's current version.
10
10
  #
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "Adventure",
3
+ "description": "A random adventure generator for D&D 5e.",
4
+ "version": "0.17.8-pre",
5
+ "maintainers": [
6
+ {
7
+ "name": "Igor Padoim",
8
+ "email": "igorpadoim@gmail.com",
9
+ "web": "https://nereare.github.io/"
10
+ }
11
+ ],
12
+ "bugs": {
13
+ "web": "https://github.com/Nereare/Adventure/issues"
14
+ },
15
+ "licenses": [
16
+ {
17
+ "name": "Hippocratic License",
18
+ "url": "https://firstdonoharm.dev/"
19
+ }
20
+ ]
21
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adventure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.7.pre.pre
4
+ version: 0.17.8.pre.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Padoim
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-10 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: bundler
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '12.3'
33
+ version: '13.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '12.3'
40
+ version: '13.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 3.8.0
47
+ version: 3.9.0
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 3.8.0
54
+ version: 3.9.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: indefinite_article
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -132,9 +132,10 @@ files:
132
132
  - lib/adventure/room.rb
133
133
  - lib/adventure/settlement.rb
134
134
  - lib/adventure/version.rb
135
+ - package.json
135
136
  homepage: https://github.com/Nereare/Adventure
136
137
  licenses:
137
- - MIT
138
+ - Hippocratic
138
139
  metadata:
139
140
  homepage_uri: https://github.com/Nereare/Adventure
140
141
  source_code_uri: https://github.com/Nereare/Adventure