vandamme 0.0.11 → 0.0.12

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: 635e778ab3ba05b45dbd2f3fdde939d397a1d113
4
- data.tar.gz: 0f1dd13aba4ba38aa913e54192790752b7b46dbf
3
+ metadata.gz: 80cc066b074e677e538deb5a5707c50d96cc4e79
4
+ data.tar.gz: 150588cb9f6c978e60f50d6164b3c8778e0fd5f6
5
5
  SHA512:
6
- metadata.gz: 50b51ab19638e19e040724a8a0c073d87c3009d65d61158986f1a4421288854ba48f91b56f2c9e99a4fa41a28e2e9f443a84aebf4e0a89b127a64e2bae1b718a
7
- data.tar.gz: 2381484efe2a88f7117aac96c8723ce8922ec499db59a781846a5a47d96a629f9524f334e94ba2104be013650b9f650c2f284301d53d15c2554a0b4c1be8f44b
6
+ metadata.gz: 62eafe94a6a535740592bcf8b44a60770dfc9ba7f3cc1761e222abd76e4f2c060cbd236c56c3b223170466ce5ec6968cb2090c91091aad6921b4a1e2f3587073
7
+ data.tar.gz: 60cd81213aab5bd8ba454484a8655bd22b1bb481811927653c734219d9ad372939683ae133e2b1402669f05aa8852fb65082db16891e8af758de76953f847cce
@@ -1,3 +1,11 @@
1
+ # 0.0.12 / 2016-03-30
2
+
3
+ * Replace redcarpet dependency with Commonmarker for markdown parsing
4
+
5
+ # 0.0.11 / 2015-09-08
6
+
7
+ * Bump redcarpet dependency (CVE-2015-5147)
8
+
1
9
  # 0.0.10 / 2015-04-10
2
10
 
3
11
  * Bump redcarpet dependency (OSVDB-120415)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Vandamme
2
2
 
3
- [![Dependency Status](https://gemnasium.com/tech-angels/vandamme.png)](https://gemnasium.com/tech-angels/vandamme)
4
- [![Build Status](https://travis-ci.org/tech-angels/vandamme.png?branch=master)](https://travis-ci.org/tech-angels/vandamme)
3
+ [![Dependency Status](https://gemnasium.com/tech-angels/vandamme.svg)](https://gemnasium.com/tech-angels/vandamme)
4
+ [![Build Status](https://travis-ci.org/tech-angels/vandamme.svg?branch=master)](https://travis-ci.org/tech-angels/vandamme)
5
5
 
6
6
  Vandamme is a changelog parser gem, used in the [Gemnasium](https://gemnasium.com) project.
7
7
 
@@ -93,7 +93,7 @@ The hash can be converted to html (using the [github-markup](https://github.com/
93
93
  parser.to_html
94
94
  ```
95
95
 
96
- Vandamme is bundled with Redcarpet by default (for markdown), you must add the necessary gems to your bundle if you want to handle more formats.
96
+ Vandamme is bundled with [Commonmarker](https://github.com/gjtorikian/commonmarker) by default (for markdown), you must add the necessary gems to your bundle if you want to handle more formats.
97
97
 
98
98
  ## Changelogs Convention
99
99
 
@@ -1,3 +1,3 @@
1
1
  module Vandamme
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{Vandamme is aware of files content, and will be mostly used to parse changelog files and extract relevant content.}
12
12
  gem.summary = %q{Be aware of changelogs content}
13
13
  gem.homepage = "http://tech-angels.github.com/vandamme/"
14
+ gem.license = "MIT"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -21,5 +22,5 @@ Gem::Specification.new do |gem|
21
22
  gem.add_development_dependency 'rake','~> 10.0'
22
23
 
23
24
  gem.add_dependency 'github-markup', '~> 1.3'
24
- gem.add_dependency 'redcarpet', '~> 3.3.2'
25
+ gem.add_dependency 'commonmarker', '~> 0.14.14'
25
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vandamme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philippe Lafoucrière
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-08 00:00:00.000000000 Z
11
+ date: 2017-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -53,19 +53,19 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.3'
55
55
  - !ruby/object:Gem::Dependency
56
- name: redcarpet
56
+ name: commonmarker
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 3.3.2
61
+ version: 0.14.14
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 3.3.2
68
+ version: 0.14.14
69
69
  description: Vandamme is aware of files content, and will be mostly used to parse
70
70
  changelog files and extract relevant content.
71
71
  email:
@@ -91,7 +91,8 @@ files:
91
91
  - spec/vandamme/parser_spec.rb
92
92
  - vandamme.gemspec
93
93
  homepage: http://tech-angels.github.com/vandamme/
94
- licenses: []
94
+ licenses:
95
+ - MIT
95
96
  metadata: {}
96
97
  post_install_message:
97
98
  rdoc_options: []
@@ -109,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  version: '0'
110
111
  requirements: []
111
112
  rubyforge_project:
112
- rubygems_version: 2.4.6
113
+ rubygems_version: 2.4.5
113
114
  signing_key:
114
115
  specification_version: 4
115
116
  summary: Be aware of changelogs content