tallakt-plcutil 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/symlist +1 -1
  2. data/lib/plcutil.rb +1 -1
  3. metadata +1 -1
data/bin/symlist CHANGED
@@ -22,7 +22,7 @@ files.each do |uname, dbpath|
22
22
  fn = File.join(File.dirname(symlists_file), dbpath, 'SYMLIST.DBF')
23
23
  symlist = DBF::Table.new fn
24
24
  symlist.each do |rec|
25
- tags << Tag.new(rec['_SKZ'], rec['_DATATYP'], rec['_OPIEC'], rec['_COMMENT'])
25
+ tags << Tag.new(rec['_SKZ'], rec['_DATATYP'], rec['_OPIEC'], rec['_COMMENT']) if rec
26
26
  end
27
27
  end
28
28
 
data/lib/plcutil.rb CHANGED
@@ -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.9'
6
+ VERSION = '0.2.10'
7
7
  end
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tallakt-plcutil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: