tallakt-plcutil 0.2.13 → 0.2.14

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1cf8e98a8d55f3535feb8b24957a0a4703923d0c
4
+ data.tar.gz: 2e8c86696a300403d11cdd276fb779896da8f15a
5
+ SHA512:
6
+ metadata.gz: 73f61b1ab860aff14dd5dc8af4c206b3e2fcd9a02370051a8e790e1331b260ae2af2f20a3b7a91c5f3331fc12a33f2d6b934fba56d77dd423cff86a7e4a56256
7
+ data.tar.gz: 8f30bd031ced4b61b5c2ce282a571f54efd039770bba53fb1956e7bf1d7301eaf79b97608daf6b9bc46f24455938c3b897a723e1401d20514ff5743b233ce713
data/bin/awlls CHANGED
File without changes
File without changes
@@ -3,6 +3,6 @@ $:.unshift(File.dirname(__FILE__)) unless
3
3
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
4
4
 
5
5
  module PlcUtil
6
- VERSION = '0.2.13'
6
+ VERSION = '0.2.14'
7
7
  end
8
8
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -9,7 +9,7 @@ module PlcUtil
9
9
  table = DBF::Table.new filename
10
10
  table.each do |rec|
11
11
  next unless rec
12
- @symlist[rec.attributes['_skz']] = rec.attributes['_opiec']
12
+ @symlist[rec.attributes['_SKZ']] = rec.attributes['_OPIEC']
13
13
  end
14
14
  end
15
15
 
File without changes
File without changes
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tallakt-plcutil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
5
- prerelease:
4
+ version: 0.2.14
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tallak Tveide
@@ -14,7 +13,6 @@ dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: dbf
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: polyglot
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ~>
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ~>
44
39
  - !ruby/object:Gem::Version
@@ -46,7 +41,6 @@ dependencies:
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: treetop
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
45
  - - ~>
52
46
  - !ruby/object:Gem::Version
@@ -54,7 +48,6 @@ dependencies:
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
52
  - - ~>
60
53
  - !ruby/object:Gem::Version
@@ -62,7 +55,6 @@ dependencies:
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: clamp
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
59
  - - ~>
68
60
  - !ruby/object:Gem::Version
@@ -70,7 +62,6 @@ dependencies:
70
62
  type: :runtime
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
66
  - - ~>
76
67
  - !ruby/object:Gem::Version
@@ -88,6 +79,16 @@ extra_rdoc_files:
88
79
  - LICENSE
89
80
  - README.rdoc
90
81
  files:
82
+ - History.txt
83
+ - LICENSE
84
+ - README.rdoc
85
+ - bin/awlls
86
+ - bin/awlpp
87
+ - bin/intouchpp
88
+ - bin/pl7tointouch
89
+ - bin/s7tointouch
90
+ - bin/symlist
91
+ - lib/plcutil.rb
91
92
  - lib/plcutil/schneider/pl7_to_intouch_runner.rb
92
93
  - lib/plcutil/siemens/awl/array_type.rb
93
94
  - lib/plcutil/siemens/awl/awl.treetop
@@ -102,49 +103,37 @@ files:
102
103
  - lib/plcutil/siemens/sdffile.rb
103
104
  - lib/plcutil/siemens/step7_to_intouch_runner.rb
104
105
  - lib/plcutil/version.rb
105
- - lib/plcutil/wonderware/intouchfile.rb
106
106
  - lib/plcutil/wonderware/intouch_pretty_print_runner.rb
107
+ - lib/plcutil/wonderware/intouchfile.rb
107
108
  - lib/plcutil/wonderware/standard_sections.yaml
108
- - lib/plcutil.rb
109
- - bin/awlls
110
- - bin/awlpp
111
- - bin/intouchpp
112
- - bin/pl7tointouch
113
- - bin/s7tointouch
114
- - bin/symlist
115
109
  - test/input_files/step7_v5.4/00000001.AWL
116
110
  - test/input_files/step7_v5.4/S7_pro2.zip
117
111
  - test/input_files/step7_v5.4/SYMLIST.DBF
118
- - History.txt
119
- - LICENSE
120
- - README.rdoc
121
112
  homepage: http://github.com/tallakt/plcutil
122
113
  licenses: []
114
+ metadata: {}
123
115
  post_install_message:
124
116
  rdoc_options:
125
117
  - --charset=UTF-8
126
118
  require_paths:
127
119
  - lib
128
120
  required_ruby_version: !ruby/object:Gem::Requirement
129
- none: false
130
121
  requirements:
131
- - - ! '>='
122
+ - - '>='
132
123
  - !ruby/object:Gem::Version
133
124
  version: '0'
134
125
  required_rubygems_version: !ruby/object:Gem::Requirement
135
- none: false
136
126
  requirements:
137
- - - ! '>='
127
+ - - '>='
138
128
  - !ruby/object:Gem::Version
139
129
  version: '0'
140
130
  requirements: []
141
131
  rubyforge_project:
142
- rubygems_version: 1.8.24
132
+ rubygems_version: 2.4.1
143
133
  signing_key:
144
- specification_version: 3
134
+ specification_version: 4
145
135
  summary: Ruby PLC file library
146
136
  test_files:
147
137
  - test/input_files/step7_v5.4/00000001.AWL
148
138
  - test/input_files/step7_v5.4/S7_pro2.zip
149
139
  - test/input_files/step7_v5.4/SYMLIST.DBF
150
- has_rdoc: