soda 1.0.3 → 1.0.4
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.
- data/bin/SodaSummaryCreator +7 -0
- data/lib/sodainfo.rb +1 -1
- metadata +3 -3
data/bin/SodaSummaryCreator
CHANGED
|
@@ -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
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:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Trampus Richmond
|