kramdown-rfc2629 1.0.12 → 1.0.14

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: f5a93977ea72476245d2a3555dd8978d78416ba0
4
- data.tar.gz: 4ae1d52c514cea2b256b9f5f7f23a3690d8a2ffd
3
+ metadata.gz: 495dd6602815cd78be22fd3aae72f7e20c12f2d0
4
+ data.tar.gz: 0cd2d989f718096ed34078c19b83813d97959b6c
5
5
  SHA512:
6
- metadata.gz: 1c3db0d746211e5aa7a8daa6285f1aed51c7e282719d8037de05c535a0cea1b8e5c592da93bcbc3554a62dbd424a71ab2e202237d1803da0561ac0aa5ba6eb66
7
- data.tar.gz: 64ffd6b6d199472cfef7c6546c09ff38fc15c57f82af8b9827bbebee67c64b7b169304fe4f2ac912424aa69cdf380a66717af5ad9b0b6b645dddad250ae15d81
6
+ metadata.gz: e56f857a5e79edabe32293c4faf5da5e51d7682baa804aa58334c48717ec4cb30fdc87749ceca6ab3228d78e2f82836f878bedc61d6679293a4ad8c0344d0bbf
7
+ data.tar.gz: 7e84976de6cfd69f172f2374eb39c419a88e899ed3d60a0a6cf3183114160384c50dbae025fc1f6d01bb847be9d4874b04e9dfa3b5782e14229550066fecaf82
data/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2010-2014 Carsten Bormann <cabo@tzi.org>
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
@@ -1,11 +1,11 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'kramdown-rfc2629'
3
- s.version = '1.0.12'
3
+ s.version = '1.0.14'
4
4
  s.summary = "Kramdown extension for generating RFC 2629 XML."
5
5
  s.description = %{An RFC2629 (XML2RFC) generating backend for Thomas Leitner's
6
6
  "kramdown" markdown parser. Mostly useful for RFC writers.}
7
- s.add_dependency('kramdown', '~> 1.3.0')
8
- s.files = Dir['lib/**/*.rb'] + %w(README.md kramdown-rfc2629.gemspec bin/kramdown-rfc2629 data/kramdown-rfc2629.erb)
7
+ s.add_dependency('kramdown', '~> 1.4.0')
8
+ s.files = Dir['lib/**/*.rb'] + %w(README.md LICENSE kramdown-rfc2629.gemspec bin/kramdown-rfc2629 data/kramdown-rfc2629.erb)
9
9
  s.require_path = 'lib'
10
10
  s.executables = ['kramdown-rfc2629']
11
11
  s.default_executable = 'kramdown-rfc2629'
@@ -13,7 +13,7 @@
13
13
  raise "sorry, 1.8 was last decade" unless RUBY_VERSION >= '1.9'
14
14
 
15
15
  # this version also works with kramdown 0.12, 0.13, 0.14, but 1.x has the right license
16
- gem 'kramdown', '~> 1.3.0'
16
+ gem 'kramdown', '~> 1.4.0'
17
17
  require 'kramdown'
18
18
 
19
19
  require 'rexml/parsers/baseparser'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kramdown-rfc2629
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carsten Bormann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-22 00:00:00.000000000 Z
11
+ date: 2014-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kramdown
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.3.0
19
+ version: 1.4.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.3.0
26
+ version: 1.4.0
27
27
  description: |-
28
28
  An RFC2629 (XML2RFC) generating backend for Thomas Leitner's
29
29
  "kramdown" markdown parser. Mostly useful for RFC writers.
@@ -33,6 +33,7 @@ executables:
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - LICENSE
36
37
  - README.md
37
38
  - bin/kramdown-rfc2629
38
39
  - data/kramdown-rfc2629.erb
@@ -64,4 +65,3 @@ signing_key:
64
65
  specification_version: 4
65
66
  summary: Kramdown extension for generating RFC 2629 XML.
66
67
  test_files: []
67
- has_rdoc: