soda 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/bin/SodaSuite +2 -1
  2. data/lib/sodainfo.rb +4 -0
  3. metadata +4 -4
  4. data/lib/soda.rb +0 -4
data/bin/SodaSuite CHANGED
@@ -31,7 +31,8 @@
31
31
  # Needed Ruby libs:
32
32
  ###############################################################################
33
33
  require 'rubygems'
34
- require 'soda'
34
+ require 'Soda'
35
+ require 'sodainfo'
35
36
  require 'getoptlong'
36
37
  require 'libxml'
37
38
  require 'watir'
data/lib/sodainfo.rb ADDED
@@ -0,0 +1,4 @@
1
+ require 'Soda'
2
+
3
+ SODA_GEM_VERSION = "1.0.3"
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond
@@ -62,12 +62,12 @@ files:
62
62
  - lib/SodaReportSummery.rb
63
63
  - lib/SodaCSV.rb
64
64
  - lib/SodaScreenShot.rb
65
- - lib/soda.rb
66
65
  - lib/SodaXML.rb
67
66
  - lib/SodaUtils.rb
68
67
  - lib/SodaTestCheck.rb
69
68
  - lib/FieldUtils.rb
70
69
  - lib/Soda.rb
70
+ - lib/sodainfo.rb
71
71
  - lib/SodaFireFox.rb
72
72
  - lib/SodaReporter.rb
73
73
  - lib/SodaLogReporter.rb
data/lib/soda.rb DELETED
@@ -1,4 +0,0 @@
1
- require 'Soda'
2
-
3
- SODA_GEM_VERSION = "1.0.2"
4
-