soda 1.3.0 → 1.3.1

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/Soda.rb +0 -1
  2. data/lib/sodainfo.rb +1 -1
  3. metadata +3 -3
data/lib/Soda.rb CHANGED
@@ -2567,7 +2567,6 @@ JSCode
2567
2567
  e_dump = SodaUtils.DumpEvent(event)
2568
2568
  @rep.log("No Element found for event!\n",
2569
2569
  SodaUtils::ERROR)
2570
- @rep.rep
2571
2570
  @rep.log("Event Dump for unfound element: #{e_dump}!\n",
2572
2571
  SodaUtils::EVENT)
2573
2572
  end
data/lib/sodainfo.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.3.0"
3
+ SODA_GEM_VERSION = "1.3.1"
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soda
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 0
10
- version: 1.3.0
9
+ - 1
10
+ version: 1.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond