libis-format 0.9.65 → 0.9.66

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
- SHA256:
3
- metadata.gz: ad82e15a334dc8f9d45cdbbd65e97d3988b7f5a06527ef1116b1bed10b0840e3
4
- data.tar.gz: 12f22eee3f75e65b176a579b7e96059aa42610422881657204cd70bc07d48ba8
2
+ SHA1:
3
+ metadata.gz: de79c223826d68a4d808da6e0a97550662df406c
4
+ data.tar.gz: 4570a58f5843181d4a17e3d7571a4f1fa0363ad9
5
5
  SHA512:
6
- metadata.gz: 14cf3379d350ec9e3486f7498d2e747f489d3fe8f956efc98980169bd94ee3a548359af255e5c92bf8ebf3d74b0aaabf1520ff4dbd256713359adcd687b9ff1f
7
- data.tar.gz: c77ea384b2b4a4e00f6959c481e1d6b093fdb5ab1c2f03972b0eb61da51d91fa0128b8f98a071f9d4a186b2e76ec49a3f7605137513ece07cbe9d4ce528654e7
6
+ metadata.gz: 309fbe9715bb7156405b688f41b6f8ac4b1797b402350a5377f65fae8a3d914cb98a431bd3a4fbcd5fbdc9eb49b909d9ed02a0c377069c7e31731f0051f181b2
7
+ data.tar.gz: 0fdc7c060da16cceef4af455a52afba45f5e7eebe3968c72b9c0fefeb23bddf4fc359409e1572f48ac128ba04ff1e4d1d61a4846b1bd7fc995802f8dca1410bb
@@ -10,7 +10,7 @@ module Libis
10
10
 
11
11
  create_list_file(filelist) do |list_file|
12
12
 
13
- output = runnerIdentificationTool(nil, '--files-from', list_file)
13
+ output = runner(nil, '--files-from', list_file)
14
14
 
15
15
  process_output(output)
16
16
 
@@ -1,5 +1,5 @@
1
1
  module Libis
2
2
  module Format
3
- VERSION = '0.9.65'
3
+ VERSION = '0.9.66'
4
4
  end
5
5
  end