soda 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/SodaSummaryCreator +7 -0
  2. data/lib/sodainfo.rb +1 -1
  3. metadata +3 -3
@@ -109,6 +109,13 @@ def Main()
109
109
  exit(1)
110
110
  end
111
111
 
112
+ if (reportdir =~ /\\/)
113
+ print "(*)Fond DOS style pathing! This is not a good idea!\n"
114
+ print "(*)Converting path from: '#{reportdir}' to "
115
+ reportdir = reportdir.gsub('\\', "/")
116
+ print "'#{reportdir}'\n"
117
+ end
118
+
112
119
  summary_file = "#{reportdir}/summary.html"
113
120
  begin
114
121
  print "(*)Creating summary report...\n"
data/lib/sodainfo.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.0.3"
3
+ SODA_GEM_VERSION = "1.0.4"
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: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond