briard 2.4 → 2.4.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: e5551f81ddd5719472a0b2efb437f488ed24af0fc7b18b4ab1265900776e380b
4
- data.tar.gz: 80e941f2f7c7aee42abd8b5261afc1458b8075c1556b6edf7534e8c64214bd26
3
+ metadata.gz: b7e24633fff358bc74c3a9feba1f4d13405ce3d1b3f7bf86e3abdc885fa9485d
4
+ data.tar.gz: 324d95ed0a15077a4a742544fd4f14b561775fc9f200a699078b3b64c456f12b
5
5
  SHA512:
6
- metadata.gz: e962a96f2ff74d31a14cf69fae2d41e65da70082654d9b0760ebb3a4fb18f42eccc17d72a4c5a451009a1f035d5c09c250dc46da99cfedfa2c7d7833e0da454f
7
- data.tar.gz: a9139e6c64f3de0c703715267763441896021c81e8088bbe35d02105417276584db851d786361d66a4dc1b2aa91639477f34739f6b7455f959ad766f69de6783
6
+ metadata.gz: 484ff5a7297b5971ab26a04fa3622f9da0e01a086a488d05cbc79a10beab1814d05f90a35a2d175d6b9e8d702bdb64c4ebd3a2940d4197842f0dd93887fbfda5
7
+ data.tar.gz: 3b137fdbb6c0c29114dd7279c5063b00f72b86a8945caadd8d6a436760227d56948a9b6802b41ae41e8b6018484880e6830999301da669bb80e8235fe0343da8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v2.4](https://github.com/front-matter/briard/tree/v2.4) (2022-08-24)
4
+
5
+ [Full Changelog](https://github.com/front-matter/briard/compare/v2.3.1...v2.4)
6
+
3
7
  ## [v2.3.1](https://github.com/front-matter/briard/tree/v2.3.1) (2022-08-14)
4
8
 
5
9
  [Full Changelog](https://github.com/front-matter/briard/compare/v.2.3...v2.3.1)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- briard (2.4)
4
+ briard (2.4.1)
5
5
  activesupport (>= 4.2.5)
6
6
  base32-url (>= 0.5.0, < 1)
7
7
  benchmark_methods (~> 0.7)
data/bin/briard CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  require File.expand_path("../../lib/briard", __FILE__)
4
4
 
5
- if (ARGV & %w(--version -v help --help)).empty?
5
+ if (ARGV & %w(--version -v help --help encode)).empty?
6
6
  Briard::CLI.start(ARGV.dup.unshift("convert"))
7
7
  else
8
8
  Briard::CLI.start
@@ -1,3 +1,3 @@
1
1
  module Briard
2
- VERSION = "2.4"
2
+ VERSION = "2.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: briard
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.4'
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner