sherlog-holmes 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/sherlog-holmes.iml +1 -1
- data/changelog.md +4 -0
- data/conf/patterns/jboss.yml +1 -1
- data/lib/sherlog_holmes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb0d8afe20c542e87e2b4872e64cceeb72328c38
|
4
|
+
data.tar.gz: 7ed080295dcba9f9f1b201667d324e18793d6b6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b937b606eaf4bc1b6f1a00fbe9968caa735c64820cbf4046a812e02a606a06ef897c4a76cb64d019ce88862f25ede73a0c814afbb347bebc3a026d581e0724e3
|
7
|
+
data.tar.gz: 88022af4cfb6e6f40633ac75d0be21c5ea16f36faf83656cebc2e7f0660613c635683400449c2b7259b229a9a98120ba064aa87d54cc934b686694b803f80bb3
|
data/.idea/sherlog-holmes.iml
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.4.0, RVM: ruby-2.2-head) [gem]" level="application" />
|
29
29
|
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.4.1, RVM: ruby-2.2-head) [gem]" level="application" />
|
30
30
|
<orderEntry type="library" scope="PROVIDED" name="term-ansicolor (v1.3.2, RVM: ruby-2.2-head) [gem]" level="application" />
|
31
|
-
<orderEntry type="library" scope="PROVIDED" name="tins (v1.
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="tins (v1.8.1, RVM: ruby-2.2-head) [gem]" level="application" />
|
32
32
|
<orderEntry type="library" scope="PROVIDED" name="yummi (v0.9.5, RVM: ruby-2.2-head) [gem]" level="application" />
|
33
33
|
</component>
|
34
34
|
</module>
|
data/changelog.md
CHANGED
data/conf/patterns/jboss.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
jboss:
|
2
2
|
entry: (?<time>(\d{2}-\d{2}-\d{4}\s)?(\d{2}:\d{2}:\d{2},\d{3}))\s+(?<level>\w+)\s+\[(?<category>\S+)\]\s\((?<origin>[^)]+)\)?\s?(?<message>.+)
|
3
|
-
exception: (?<exception>\w+(\.\w+)+(Exception|Error))
|
3
|
+
exception: (?<exception>\w+(\.\w+)+(Exception|Error|Fault))
|
4
4
|
stacktrace: ^(\s+at)|(Caused by\:)|(\s+\.{3}\s\d+\smore)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sherlog-holmes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ataxexe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: yummi
|