libis-tools 0.9.45 → 0.9.46

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: 8e5a13d476bc924187b3f55cfc73ee1ca625cc81
4
- data.tar.gz: a303e11aac907b4b2872bfd6d29081468d964d37
3
+ metadata.gz: 5c4ea6d45d995160cfed7e3bb5c03bf827e7d243
4
+ data.tar.gz: dfc7078490c2d3356efbca78f44ada3115a560f1
5
5
  SHA512:
6
- metadata.gz: 8f13fccc9695b41c540c784d9e154a86879c1fcfe0fbec35bf9d1b1a5ea5133ea2409ad199da2cb88af97fbac21bca442ab3263a1ea835e426cb3d6693b7186e
7
- data.tar.gz: baa9a0c4a0fa1ca8aa4de0f8c9f7cb23b1fa419fbabdad307b6a748e2b2d20402f7f348622114b92fe5838093c386a9d136ae3b56487f9a6fd2dc4ac961a3bdc
6
+ metadata.gz: c1415f6036ae7ea6d05225e05dfbb826880d897dd711c954c1c965124ccbd17a479e0197eebc599fc942371e8cd8891907de24a67bd87a29e424de3a3ed054ab
7
+ data.tar.gz: 8269ebc57fc653d420e2a5677ad12b08ce52a406fb4666d2e04b251d27e4e31253694c9402879c1b6e3df8ea0f22da00559d576e8afe9fe46aa235242244a7f0
@@ -101,8 +101,8 @@ module Libis
101
101
  #
102
102
  # (see #debug)
103
103
  # @param (see #debug)
104
- # @!method(fatal(msg, *args))
105
- def fatal(msg, *args)
104
+ # @!method(fatal_error(msg, *args))
105
+ def fatal_error(msg, *args)
106
106
  self.message :FATAL, msg, *args
107
107
  end
108
108
 
@@ -1,5 +1,5 @@
1
1
  module Libis
2
2
  module Tools
3
- VERSION = '0.9.45'
3
+ VERSION = '0.9.46'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.45
4
+ version: 0.9.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-24 00:00:00.000000000 Z
11
+ date: 2016-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler