liberic 1.3.0 → 1.3.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: 036f583f24d5fee5d7347517bd3a2424c6155ff9a4fecc6f8241e6cc7710570a
4
- data.tar.gz: e6d5801322f6e2a06dee3d72ffebf2455114c29722de46e89dce242c87c60695
3
+ metadata.gz: 83dd8a212d558bc873ecfd27cfb34224c36c2b05f6f9dc69d153a272d6b02750
4
+ data.tar.gz: a92deb083fa435b2926999985d67c8f514dfa359405e179dad85055c4c832cce
5
5
  SHA512:
6
- metadata.gz: ab255189575cf06a9a5f391a270de090db67e342c745f493c10c40ce2afad633faf5e3cd700d04ed6fa8070cd7b19171c31d1ca8163d28b9bf227733ba893c2f
7
- data.tar.gz: 4f0cca686bf98eb4e82dcce6bda52f2fc7b99dbdcbf7e137eb78c82d186014d22bbcd06cc293478efb46ad17b60f6e7429dcbfa13e96f8442caa28d24a52c67a
6
+ metadata.gz: eb67a7e9957753fbb0d92a61a10191dd9e45c2be05b0059bd04918691e0e352e1857c85a8da271d524ff710cb67a7c013009ef1e215d299c428aa40ad5b25492
7
+ data.tar.gz: 2c82dcd752f24193639040130a93f22875b513513c8b436e2687555180bc554f0fe124957f9a937d77917f02b99134156bd61d78b28b3f0c81625f8e35a255c0
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.3.1]
9
+
10
+ - Fix version check for ERIC SDK
11
+
8
12
  ## [1.3.0]
9
13
 
10
14
  Support for ERIC 40.
@@ -1,7 +1,7 @@
1
1
  module Liberic
2
2
  module SDK
3
3
  module Configuration
4
- LIBERICAPI_VERSION = %w(39.2.4.0)
4
+ LIBERICAPI_VERSION = %w(40.3.2.0)
5
5
  ENCODING = 'iso-8859-15'
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module Liberic
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liberic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malte Münchert