opcua 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/opcua.gemspec +4 -4
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c05caea956fbd579ec55c4b67a461b5af27778b2668547b611489e17ef732133
4
- data.tar.gz: 8f1b04172329e0e886dea7352ed76713c3a29d16462d3e20dd14922e5d0718f6
3
+ metadata.gz: 62ec58f6b8343aa965a41ffd74f8a98b3cf45deebbc3a54c665ffaa04d842223
4
+ data.tar.gz: 4b5ff4c5bb4c502ff461c288662d1f949ef5bd86a72c1bf52473985be0f3864e
5
5
  SHA512:
6
- metadata.gz: 1cbf9155c1ff412538808c41cc70b9b89c5a6385aae5828b0327bc7c3d3df225d105f9f81ebd1120ab0b445aeb93f572e5aa8d3e65174d1969c6344faf6ad8c7
7
- data.tar.gz: cd845c266988c49f09e2a6f0d1f915dfec6099180a65d9df847362cd099a5a4314ed1982ae948f71414ff09f551ced9912621ddf53595eeae66e7d3514e0d820
6
+ metadata.gz: 26fefae8bc64c2e805d135f197b8f73c0023981a4e89212704583ebc826e2e0645ec33353767c4a7ec2768d4568fe9cd6523450b9f6ea39e2af94e4b47ca7cb1
7
+ data.tar.gz: b5ee6866c2b2c96e5b60cb6d93b7f9c471b6d7d38f5d72dad44e8750f5df9c1d8df3294cc654da28a5547b9698af8e3eedd81fb8aede1fc95db82ec1508d62cf
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Copyright (C) 2019-* Jürgen "eTM" Mangler <juergen.mangler@gmail.com>.
4
4
 
5
- ui-scaler.html is freely distributable according to the terms of the GNU Lesser
5
+ opcua-smart is freely distributable according to the terms of the GNU Lesser
6
6
  General Public License 3.0 (see the file 'COPYING').
7
7
 
8
8
  This code is distributed without any warranty. See the file 'COPYING' for
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "opcua"
3
- s.version = "0.1"
3
+ s.version = "0.2"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
- s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
6
+ s.summary = "Preliminary release of opcua (open62541) ruby bindings. C performance, Ruby elegance, simplicity, and productivity."
7
7
 
8
- s.description = "see http://centurio.work"
8
+ s.description = "see https://github.com/etm/opcua-smart"
9
9
 
10
10
  s.files = Dir['{example/**/*,tools/**/*,lib/**/*,contrib/logo*}'] + %w(COPYING Rakefile opcua.gemspec README.md)
11
11
  s.extensions = Dir["ext/**/extconf.rb"]
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.authors = ['Juergen eTM Mangler','Florian Pauker']
20
20
 
21
21
  s.email = 'juergen.mangler@gmail.com'
22
- s.homepage = 'http://centurio.work/'
22
+ s.homepage = 'https://github.com/etm/opcua-smart'
23
23
 
24
24
  s.add_runtime_dependency 'riddl', '~> 0.99'
25
25
  s.add_development_dependency 'rake-compiler', '~> 1.0'
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.1'
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -39,7 +39,7 @@ dependencies:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
41
  version: '1.0'
42
- description: see http://centurio.work
42
+ description: see https://github.com/etm/opcua-smart
43
43
  email: juergen.mangler@gmail.com
44
44
  executables: []
45
45
  extensions:
@@ -62,7 +62,7 @@ files:
62
62
  - lib/opcua/server.rb
63
63
  - lib/opcua/server.so
64
64
  - opcua.gemspec
65
- homepage: http://centurio.work/
65
+ homepage: https://github.com/etm/opcua-smart
66
66
  licenses:
67
67
  - LGPL-3.0
68
68
  metadata: {}
@@ -85,6 +85,6 @@ rubyforge_project:
85
85
  rubygems_version: 2.7.6
86
86
  signing_key:
87
87
  specification_version: 4
88
- summary: Preliminary release of cloud process execution engine (cpee). If you just
89
- need workflow execution, without a rest/xmpp service exposing it, then use WEEL
88
+ summary: Preliminary release of opcua (open62541) ruby bindings. C performance, Ruby
89
+ elegance, simplicity, and productivity.
90
90
  test_files: []