parse_a_changelog 0.1.2 → 0.2.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/parse +11 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3201f6b9fb92d012e652edd07a21e49c9ee867d
4
- data.tar.gz: 3cb59e582217f0c7d5e65860c67f9720be346121
3
+ metadata.gz: ff7a1a2e3159c085fe1539b036fe133d39853aba
4
+ data.tar.gz: a72e07653087f502dba620b269ac165e5cf94460
5
5
  SHA512:
6
- metadata.gz: 64fd16d2287633f3789c92db4b2ff2974aef3a149704c9221beb8a3d8c801db7f5fdb3a18c75b20e87842c8b848be50e6ec1e872c0f2dc2bf722144c39f2ca19
7
- data.tar.gz: 9a476665c262e6f40a6ad06aed66b5398723da696ddcdc1ea74cd42b8a72fa23f6631b6a0fc1400eda5406679fb368c74989614279f9c17d4a25fd42548e84b9
6
+ metadata.gz: 5d2050184b2680e52143eec39c4d1ddfbfdacea063866ffd5835c7cc99255ed8f8caa84bb24868a00e3b386c86fc591e4e295f3e4ec69e65f482141f1c13a3aa
7
+ data.tar.gz: 2b6678c8ec48af82f6f8d5415c240503cc7c53e33f049966cc254dd77699f3c0c04d584449fd28f82cfa7d461a63b5f29e3252582103357d9677611a96fdf19e
data/bin/parse ADDED
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative '../lib/parse_a_changelog.rb'
4
+
5
+ begin
6
+ ParseAChangelog.parse(ARGV[0])
7
+ puts "SUCCESS"
8
+ rescue ParseAChangelog::ParseError => e
9
+ puts "ERROR: #{e.to_s}"
10
+ exit 1
11
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parse_a_changelog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Tuttle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-23 00:00:00.000000000 Z
11
+ date: 2019-01-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A validator for the keep-a-changelog format
14
14
  email: jtuttle.develops@gmail.com
@@ -16,6 +16,7 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - bin/parse
19
20
  - lib/parse_a_changelog.rb
20
21
  homepage: http://github.com/cyberark/parse-a-changelog
21
22
  licenses: