opcua 0.4 → 0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/opcua.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 463ec505c576b9edfc74c7d8e7651bc826f9c9feb3be75525286a2c87bb31e8d
4
- data.tar.gz: 5f0aa0fb2fa8dd63fad3a9d61c8d5720bb93ba3325b4a5a87d68d27d6c66f90c
3
+ metadata.gz: 854638a9575fefdc903cd0fa7c51f01cb2917a6ab4fb8adc25d760ec4fb54206
4
+ data.tar.gz: 70d96a532d9e32a2a748971b6d4a778e1a87943379f8cb9b83a9338fb3a6e0c5
5
5
  SHA512:
6
- metadata.gz: bc7186f633586d8f7a03b50737089f1ffefc2f0afbb2893b608c53d30dabd1e878182530dcded718440f10243adc752408ee7b170fe1e9b8213fc2d6bd3cb272
7
- data.tar.gz: 7fed3d184cf5b476d1390b429507d9e635a67d9df2c39d12eded27f44b3192d7805b9b98fff5de1175684bb1e925b5925f1220f8483433d982e17c9af710d0e9
6
+ metadata.gz: 6c923e911d692d8c4c7e7a067550eaaa4d46e7170f87861e63dfccf27c87f534f580ae1b761c6bb480b955fe32e8e3b52fa8e4d45d9c44e5aadcfc2f542c4756
7
+ data.tar.gz: 4e1ad56e9c6a3c25746b8564c34d1564f4db8f054f41b49fd1ac88b2744f507bb800e36548240d0da0aa812160eef48c4efbc4197b432644c250e12798cb4483
data/README.md CHANGED
@@ -10,7 +10,7 @@ details.
10
10
 
11
11
  ## Installation
12
12
 
13
- Dependency: https://github.com/open62541/open62541 >= 0.4
13
+ Dependency: https://github.com/open62541/open62541 > 0.4 (master branch as of 2019-04-26)
14
14
 
15
15
  ```sh
16
16
  git clone https://github.com/open62541/open62541.git
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "opcua"
3
- s.version = "0.4"
3
+ s.version = "0.5"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "Preliminary release of opcua (open62541) ruby bindings. C performance, Ruby elegance, simplicity, and productivity."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opcua
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: '0.5'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler