capykit 0.0.31 → 0.0.32

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.
@@ -138,9 +138,11 @@ module Capykit::Base::Core
138
138
  asymbol=nvalue.scan(/;(\w+)/)
139
139
  combine=[]
140
140
  avalue.each_with_index do |ss,ii|
141
+ key=asymbol.shift
141
142
  combine<<ss
142
- combine<<asymbol[ii][0].to_sym if asymbol[ii]
143
+ combine<<key[0].to_sym if key
143
144
  end
145
+ combine+=asymbol.collect{|vv|vv[0].to_sym}
144
146
  puts [' '*28,"send_keys(#{nvalue})"].join
145
147
  @node.native.clear if avalue!=[] && !pvalue
146
148
  p combine
@@ -1,3 +1,3 @@
1
1
  module Capykit
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.32"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capykit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 33
4
+ hash: 95
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 31
10
- version: 0.0.31
9
+ - 32
10
+ version: 0.0.32
11
11
  platform: ruby
12
12
  authors:
13
13
  - Widi Harsojo