weel 1.99.5 → 1.99.6

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 (3) hide show
  1. data/lib/weel.rb +2 -2
  2. data/weel.gemspec +1 -1
  3. metadata +1 -1
data/lib/weel.rb CHANGED
@@ -99,11 +99,11 @@ class WEEL
99
99
  attr_reader :changed_data, :changed_endpoints
100
100
 
101
101
  def original_data
102
- @weel_data
102
+ @__weel_data
103
103
  end
104
104
 
105
105
  def original_endpoints
106
- @weel_endpoints
106
+ @__weel_endpoints
107
107
  end
108
108
 
109
109
  def changed_status
data/weel.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.5"
3
+ s.version = "1.99.6"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "Preliminary release of the 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.5
4
+ version: 1.99.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: