logstash-lite 0.2.20101129205551 → 0.2.20101129210156
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/logstash-test +4 -4
- metadata +3 -3
data/bin/logstash-test
CHANGED
@@ -68,10 +68,10 @@ end
|
|
68
68
|
|
69
69
|
def main(args)
|
70
70
|
report_ruby_version
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
71
|
+
if !check_libraries
|
72
|
+
puts "Library check failed."
|
73
|
+
return 1
|
74
|
+
end
|
75
75
|
|
76
76
|
if !run_tests
|
77
77
|
puts "Test suite failed."
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-lite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 40202258420303
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 20101129210156
|
10
|
+
version: 0.2.20101129210156
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jordan Sissel
|