weel 1.99.92 → 1.99.93

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/lib/weel.rb +1 -1
  3. data/weel.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 382652394caca0a926ca5dd00d5c9582042d8ca33bddbcc339e0db3132e6814b
4
- data.tar.gz: 1f3b40aef98c19c0da0bc65fbd8019e730f25ad9628c9d0b75fdcb84a3f92660
3
+ metadata.gz: 192fe9f77deb35850f74cd72daa68722079328071cfa03ad084deb1150bba042
4
+ data.tar.gz: 1356643c63307940116767c3f5c9c530b5f8fb1815a6b6e50d643dba2da74bc5
5
5
  SHA512:
6
- metadata.gz: fd87fada9619e4c8816851df18d61c560e10f608944c8fdaf4cc69d4afa4fb549a647143865052dac70f7bd1ff3b8744d1168c57cec1b14995826442de177f11
7
- data.tar.gz: a992e55a9561d6003a60812e022cedfed1b9ebb21c549a19758d45c99ce95931b515914f401d4f9c104d9aff158e4e49c856b4f522b676e0b626aba9d15d577f
6
+ metadata.gz: 670e85405505882e811166939c1b737e119f22df4df49ca2093475ff66d67404e7ce81f68231fe1b26fe0fedb5f2cdcd6663628ae619f9c721f063df8a0cf22d
7
+ data.tar.gz: b45751ee1561352c1de7e63fcb5695ad0b11706518b42c483f4f1cd94d51d962b4da9d3985ba8a6970c35d46d827ce7ceab3166af37822f3493b7b717932e33a
@@ -697,7 +697,7 @@ class WEEL
697
697
  end
698
698
  wp = if branch[:branch_search_now] == true
699
699
  branch[:branch_search_now] = false
700
- WEEL::Position.new(position, skip ? :after : :at, @__weel_search_positions[position].passthrough)
700
+ WEEL::Position.new(position, skip ? :after : :at, @__weel_search_positions[position]&.passthrough)
701
701
  else
702
702
  WEEL::Position.new(position, skip ? :after : :at)
703
703
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.92"
3
+ s.version = "1.99.93"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "Workflow Execution Engine Library (WEEL)"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.92
4
+ version: 1.99.93
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-09-28 00:00:00.000000000 Z
12
+ date: 2020-09-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: test-unit