github-markup 2.0.0 → 2.0.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
  SHA256:
3
- metadata.gz: 6423a7a97b33e1815d4d3c2ef23e4d6894976519fc11728e0bfc1af3b92211b6
4
- data.tar.gz: 2bc8c3126dc0ea69a0f0a635e942d62c16bb74e4f7b8bbb2577066c2ff1eb594
3
+ metadata.gz: e213481ebabafe44897aea7a3a4ac42f64eea90a22e5e86f8e708dd70b7cd002
4
+ data.tar.gz: 16d5f3fe7c97117d31db6880cd52071bcaaeeeea2a73c0bc9e954198514ddf40
5
5
  SHA512:
6
- metadata.gz: 9d46acb68a6f40e220ad7cfc6665bfd93b135cb3ae2fd74691f24904b4ebd310c0c5537e7cf810e83aa311e86b4cb62201ed5cc7bcb10c7039931dce6b16a42c
7
- data.tar.gz: 4579ebaf481ad05805ad07f3b6be0b1bb75bfc7d5a279a61cd36304f9a90a910e49e100319b1cd3819d0801c3e89979df50a00b0cc475f7ef7ff15b0bcf51667
6
+ metadata.gz: 549c27870a0421b0f1fb9a091645468a33be542c78d37ef271bc5b2041584ee41dc76a3858dde1584db7aff952ae1aaaca88c4fc3f12e7faeb1d5dce598e3201
7
+ data.tar.gz: 9d4af4cf6a737abd0c50bab39fd6097d9459479bab785c7d12fb1bdb55d9aead204aba406cb97b04e952b3cacf680e004aa299eca468917523b43856ac7fdd1a
@@ -1,5 +1,7 @@
1
1
  # Contributing
2
2
 
3
+ Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
4
+
3
5
  This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code.
4
6
 
5
7
  [code-of-conduct]: http://todogroup.org/opencodeofconduct/#GitHub%20Markup/opensource@github.com
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.0.1 - 2018-06-29
2
+
3
+ * Create anchor for every =item directive in POD files [#1165](https://github.com/github/markup/pull/1165)
4
+
1
5
  ## 2.0.0 - 2018-01-31
2
6
 
3
7
  * Remove filesystem access [#1157](https://github.com/github/markup/pull/1157)
@@ -1,6 +1,6 @@
1
1
  module GitHub
2
2
  module Markup
3
- VERSION = '2.0.0'
3
+ VERSION = '2.0.1'
4
4
  Version = VERSION
5
5
  end
6
6
  end
@@ -7,6 +7,7 @@ my $p = Pod::Simple::XHTML->new;
7
7
  $p->html_header('');
8
8
  $p->html_footer('');
9
9
  $p->perldoc_url_prefix('https://metacpan.org/pod/');
10
+ $p->anchor_items(1);
10
11
  $p->strip_verbatim_indent(sub {
11
12
  my $lines = shift;
12
13
  (my $indent = $lines->[0]) =~ s/\S.*//;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-markup
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.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: 2018-01-30 00:00:00.000000000 Z
11
+ date: 2018-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  version: '0'
221
221
  requirements: []
222
222
  rubyforge_project:
223
- rubygems_version: 2.7.3
223
+ rubygems_version: 2.7.6
224
224
  signing_key:
225
225
  specification_version: 4
226
226
  summary: The code GitHub uses to render README.markup