gitlab-markup 1.6.0 → 1.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f0aa41cafcce3bcff7708eb2abdcd0ebae4e52d
4
- data.tar.gz: 2f1468ba406229aa02948659e50f6762663e13de
3
+ metadata.gz: ba2e135a901e431badeb43ed260ac0328e989c0e
4
+ data.tar.gz: 497d621b020dae18a892877a670e25eab141dac4
5
5
  SHA512:
6
- metadata.gz: 6faf5dedea288a6f1a9e5a75d4dbffc00a6d78f3db73c6eb9322ec8a905e227b8a2fc2cad2965c4f63c869d94391fa6ae5f1a675cd48d740819e91fe65fbe69a
7
- data.tar.gz: 73733eb15a10462c999f1b177117da1aef36b2a2b7ab06daabc2ec64b4e5a87dce16b41a21aa9e3a1df3252b3ca3e496abdc09d01e2daa748a15f3209a08fd57
6
+ metadata.gz: 199cbd714975aec603d2cd9d6bc9ade114f4e073652b32fbbfbfca5127ab81ab1a587609bafa20c75ce5351ed0c34d93a246792f11f14ff3b510ef880e32cd39
7
+ data.tar.gz: 0d429b9532d24a0b9800c0b44d741fe92d389a73a3ed90e45715b8834f13420306b66533976d2a2ba84b98099a650f4277ced260aaff6f5b71d1dc2e5ae70cee
@@ -1,17 +1,52 @@
1
1
  # Contributing
2
2
 
3
- This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code.
4
- [code-of-conduct]: http://todogroup.org/opencodeofconduct/#GitHub%20Markup/opensource@github.com
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 on GitHub.com).
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
- If you are having an issue with:
9
+ ## Contributor license agreement
9
10
 
10
- * **Syntax highlighting** - see [github/linguist](https://github.com/github/linguist/blob/master/CONTRIBUTING.md#fixing-syntax-highlighting)
11
- * **Markdown on GitHub** - contact support@github.com
12
- * **Styling issues on GitHub** - see [primer/markdown](https://github.com/primer/markdown)
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 github-markup`) and ask them to add you.
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
@@ -1,4 +1,8 @@
1
- ## 1.6.0
1
+ ## 1.6.1 (2017-09-20)
2
+
3
+ * Support PlantUML blocks in reStructuredText
4
+
5
+ ## 1.6.0 (2017-05-01)
2
6
 
3
7
  * Updated docutils support (now requires 0.13.1)
4
8
 
@@ -1,6 +1,6 @@
1
1
  module GitHub
2
2
  module Markup
3
- VERSION = '1.6.0'
3
+ VERSION = '1.6.1'
4
4
  Version = VERSION
5
5
  end
6
6
  end
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.0
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-05-01 00:00:00.000000000 Z
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.5.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