gitlab-markup 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +44 -11
- data/HISTORY.md +5 -1
- data/lib/github-markup.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba2e135a901e431badeb43ed260ac0328e989c0e
|
4
|
+
data.tar.gz: 497d621b020dae18a892877a670e25eab141dac4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 199cbd714975aec603d2cd9d6bc9ade114f4e073652b32fbbfbfca5127ab81ab1a587609bafa20c75ce5351ed0c34d93a246792f11f14ff3b510ef880e32cd39
|
7
|
+
data.tar.gz: 0d429b9532d24a0b9800c0b44d741fe92d389a73a3ed90e45715b8834f13420306b66533976d2a2ba84b98099a650f4277ced260aaff6f5b71d1dc2e5ae70cee
|
data/CONTRIBUTING.md
CHANGED
@@ -1,17 +1,52 @@
|
|
1
1
|
# Contributing
|
2
2
|
|
3
|
-
|
4
|
-
|
3
|
+
Thank you for your interest in contributing to this GitLab project! We welcome
|
4
|
+
all contributions. By participating in this project, you agree to abide by the
|
5
|
+
[code of conduct](#code-of-conduct).
|
5
6
|
|
6
|
-
This library's only job is to decide which markup format to use and call out to an external library to convert the markup to HTML (see the [README](README.md) for more information on how markup is rendered
|
7
|
+
This library's only job is to decide which markup format to use and call out to an external library to convert the markup to HTML (see the [README](README.md) for more information on how markup is rendered)
|
7
8
|
|
8
|
-
|
9
|
+
## Contributor license agreement
|
9
10
|
|
10
|
-
|
11
|
-
|
12
|
-
|
11
|
+
By submitting code as an individual you agree to the [individual contributor
|
12
|
+
license agreement][individual-agreement].
|
13
|
+
|
14
|
+
By submitting code as an entity you agree to the [corporate contributor license
|
15
|
+
agreement][corporate-agreement].
|
16
|
+
|
17
|
+
## Code of conduct
|
18
|
+
|
19
|
+
As contributors and maintainers of this project, we pledge to respect all people
|
20
|
+
who contribute through reporting issues, posting feature requests, updating
|
21
|
+
documentation, submitting pull requests or patches, and other activities.
|
22
|
+
|
23
|
+
We are committed to making participation in this project a harassment-free
|
24
|
+
experience for everyone, regardless of level of experience, gender, gender
|
25
|
+
identity and expression, sexual orientation, disability, personal appearance,
|
26
|
+
body size, race, ethnicity, age, or religion.
|
27
|
+
|
28
|
+
Examples of unacceptable behavior by participants include the use of sexual
|
29
|
+
language or imagery, derogatory comments or personal attacks, trolling, public
|
30
|
+
or private harassment, insults, or other unprofessional conduct.
|
31
|
+
|
32
|
+
Project maintainers have the right and responsibility to remove, edit, or reject
|
33
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
34
|
+
not aligned to this Code of Conduct. Project maintainers who do not follow the
|
35
|
+
Code of Conduct may be removed from the project team.
|
36
|
+
|
37
|
+
This code of conduct applies both within project spaces and in public spaces
|
38
|
+
when an individual is representing the project or its community.
|
39
|
+
|
40
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior can be
|
41
|
+
reported by emailing contact@gitlab.com.
|
42
|
+
|
43
|
+
This Code of Conduct is adapted from the [Contributor Covenant][contributor-covenant], version 1.1.0,
|
44
|
+
available at [http://contributor-covenant.org/version/1/1/0/](http://contributor-covenant.org/version/1/1/0/).
|
45
|
+
|
46
|
+
[contributor-covenant]: http://contributor-covenant.org
|
47
|
+
[individual-agreement]: https://docs.gitlab.com/ee/legal/individual_contributor_license_agreement.html
|
48
|
+
[corporate-agreement]: https://docs.gitlab.com/ee/legal/corporate_contributor_license_agreement.html
|
13
49
|
|
14
|
-
Anything else - [search open issues](https://github.com/github/markup/issues) or create an issue and and we'll help point you in the right direction.
|
15
50
|
|
16
51
|
## Submitting a Merge Request
|
17
52
|
|
@@ -42,8 +77,6 @@ If you are the current maintainer of this gem:
|
|
42
77
|
0. Update the version for `gitlab-markup` in the `Gemfile`
|
43
78
|
0. Run `bundle update --local gitlab-markup`
|
44
79
|
0. Run any relevant tests and test it manually from the browser.
|
45
|
-
0. Push the new gem release with `rake release`. If you don't have permission to release to rubygems.org, contact one of the existing owners (`gem owners
|
80
|
+
0. Push the new gem release with `rake release`. If you don't have permission to release to rubygems.org, contact one of the existing owners (`gem owners gitlab-markup`) and ask them to add you.
|
46
81
|
|
47
82
|
[1]: https://gitlab.com/gitlab-org/gitlab-markup/merge_requests
|
48
|
-
[r2h]: lib/github/commands/rest2html
|
49
|
-
[r2hc]: lib/github/markups.rb#L51
|
data/HISTORY.md
CHANGED
data/lib/github-markup.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-markup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Wanstrath
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
177
|
version: '0'
|
178
178
|
requirements: []
|
179
179
|
rubyforge_project:
|
180
|
-
rubygems_version: 2.
|
180
|
+
rubygems_version: 2.6.8
|
181
181
|
signing_key:
|
182
182
|
specification_version: 4
|
183
183
|
summary: The code GitHub uses to render README.markup
|