ronn-ng 0.8.1.beta.1 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES +4 -1
  3. data/LICENSE.txt +1 -1
  4. data/README.md +2 -3
  5. data/ronn-ng.gemspec +2 -2
  6. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cae4ba81f57d12143471cdf54866a6a88c94425e418d021870609cb61ae8199a
4
- data.tar.gz: 01e5f919b8daaa90541080439e711e4b915f419e0338c45b6eaa95fe3f80088b
3
+ metadata.gz: '078c363c172599ee081ef5ccd7418db877361bc403fbc534aa3154bba06e71c6'
4
+ data.tar.gz: 69cd991067704f87ddb02c335c5c6538073c7117b44ca5f0ae798d257f8e980c
5
5
  SHA512:
6
- metadata.gz: 1f54961fb896a1fe5d62ae679fe2c16451cb022452fadde3605a32d94ed5a14ef09291ad73590dcb8e0f45cadaaff839e2722a25dcd73f527d20fdc21850d0e2
7
- data.tar.gz: ba9ef921c56fb10fb9c02567c3b53eaed61f6f27de4b2fd669bb79b57da13ba98376a2f88b25bbca8ac5b3d5e70241246ea612f3fd32f80fc3e6ddc88df602f0
6
+ metadata.gz: 7b07f6839425415fef229d2198274f72ebf194bf6dde8690f9940d49006f6ddb5c3f7332cf35f567b85c993d40d63127801f5ff0e3c2f1ea611b2b969d3f17de
7
+ data.tar.gz: 914e3c27b9fc4c95b066d130ea87b6f5f6eb84f7cd5dcce5cad86a5dc080a24cb7e69d1f0c5556d204c6f2a5a52f3358d81649ebdcc9c72481dca6611c2b97e8
data/CHANGES CHANGED
@@ -1,9 +1,12 @@
1
1
  Ronn-NG CHANGES
2
2
  ===============
3
3
 
4
- Version 0.8.1 (???)
4
+ Version 0.8.1 (2019 Mar 5)
5
5
  -------------------
6
6
 
7
+ * Fixed URL hyphenation bug. (https://github.com/apjanke/ronn-ng/issues/23) (apjanke)
8
+ * Fixed ordered-list bustication. (https://github.com/apjanke/ronn-ng/issues/24) (apjanke)
9
+
7
10
  Version 0.8.0 (2018 Dec 25)
8
11
  ---------------------------
9
12
 
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License
2
2
 
3
3
  Copyright (C) 2009 Ryan Tomayko <tomayko.com/about>
4
- Copyright (C) 2018 Andrew Janke <apjanke.net>
4
+ Copyright (C) 2018, 2019 Andrew Janke <apjanke.net>
5
5
 
6
6
  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:
7
7
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ronn-NG
2
2
 
3
- Ronn-NG is a new, currently-maintained fork of the defunct [original Ronn
3
+ Ronn-NG is a new, currently-maintained fork of the defunct [original Ronn
4
4
  project](https://github.com/rtomayko/ronn).
5
5
 
6
6
  Ronn builds manuals. It converts simple, human readable textfiles to roff for
@@ -127,8 +127,7 @@ MIT License.
127
127
 
128
128
  Ronn is Copyright (C) 2010 [Ryan Tomayko](http://tomayko.com/about).
129
129
 
130
- New Ronn-NG material is Copyright (c) 2018 [Andrew Janke](https://apjanke.net)
131
- and other contributors.
130
+ New Ronn-NG material is Copyright (C) 2018, 2019 [Andrew Janke](https://apjanke.net).
132
131
 
133
132
  See the file LICENSE.txt for information of licensing and distribution.
134
133
 
data/ronn-ng.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'ronn-ng'
3
- s.version = '0.8.1.beta.1'
4
- s.date = '2019-02-16'
3
+ s.version = '0.8.1'
4
+ s.date = '2019-03-05'
5
5
 
6
6
  s.summary = 'Builds man pages from Markdown'
7
7
  s.description = 'Ronn-NG builds manuals in HTML and Unix man page format from Markdown.'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronn-ng
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1.beta.1
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Janke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-16 00:00:00.000000000 Z
11
+ date: 2019-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mustache
@@ -286,9 +286,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
286
286
  version: '0'
287
287
  required_rubygems_version: !ruby/object:Gem::Requirement
288
288
  requirements:
289
- - - ">"
289
+ - - ">="
290
290
  - !ruby/object:Gem::Version
291
- version: 1.3.1
291
+ version: '0'
292
292
  requirements: []
293
293
  rubygems_version: 3.0.2
294
294
  signing_key: