libis-format 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8f2304a5f189140ad867cb1d7d9d41f280f796992c84514316b7e584628a64b
4
- data.tar.gz: ee097826d8e73fa7fa72167b4a3eaebef5992bba8fd78a6e0d454fe552730d6c
3
+ metadata.gz: dbe8adef471b584bc6f960aed0263bd0a7656bfe209722bb2d334bbfda33a4a7
4
+ data.tar.gz: 58cb1a9a9691e863fe57f55ac6517d70f70c30ff9056d0cb18b3221c7b8b3246
5
5
  SHA512:
6
- metadata.gz: 9fdb85d3847ba3ed08c96cc409b5e7f2c471d80edf61ab6581b28cb46380e1b48e8c65daf182717dd35cf216d91e50f1680d31a352d9aab557d54f7f3af61dc8
7
- data.tar.gz: 0d8d4f7c29c0fa5da26a85eb82554796cb1ac18f98e00e3f1e700bd4eb79f647b8311f56e2eb7a46cc1679a2809fc140b1cc702856da1baacafd5127a65ea66f
6
+ metadata.gz: a56125fed2ab49a892839060d965baeaff4089f57386c73d42e4bf1cd18ca3b9fc8728d579cc00ababe2276100f187f55e4170dbdad059a7cf899e59593507bb
7
+ data.tar.gz: b54c535d65d95a0f3e37fc3bfa4b47ad7d5f0fd14b007718946071987c543fde5c251a440ddc7e161a9f8e6c83d375f48b5ac240b5cc31bd13c06e678c0b8e75
@@ -1,5 +1,5 @@
1
1
  module Libis
2
2
  module Format
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-format
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-10 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -183,8 +183,8 @@ description: Collection of tools and classes that help to identify formats of bi
183
183
  email:
184
184
  - kris.dekeyser@libis.be
185
185
  executables:
186
- - droid
187
- - fido
186
+ - droid_tool
187
+ - fido_tool
188
188
  - formatinfo
189
189
  - libis_format
190
190
  - pdf_copy
@@ -202,8 +202,8 @@ files:
202
202
  - base/Dockerfile.alpine
203
203
  - base/Dockerfile.rvm
204
204
  - base/rework_path
205
- - bin/droid
206
- - bin/fido
205
+ - bin/droid_tool
206
+ - bin/fido_tool
207
207
  - bin/formatinfo
208
208
  - bin/libis_format
209
209
  - bin/pdf_copy
File without changes
File without changes