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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29e8c4963e4467b190c70b050d6c87fb6d11dd3e
4
- data.tar.gz: 1fea6c1d4721955c88b8b749fb68fe6e2ab86659
3
+ metadata.gz: eb0d8afe20c542e87e2b4872e64cceeb72328c38
4
+ data.tar.gz: 7ed080295dcba9f9f1b201667d324e18793d6b6b
5
5
  SHA512:
6
- metadata.gz: 3c0b0253092c48fd1de20decf6a21fb5b2ba2336bf1765bd62726adec9003993c8bee21c91db08927edfefc794b4ee9bbfdb8f1b67da13e054ad3d4d37e60e41
7
- data.tar.gz: 4e00125a01bade23832cfd3af68e880bdda6474de26873bbaf9753be9867befe34fd1eaa0ff0595595428f0a94f59ae58d5a9de0c9e33ab9aa4459f534efec72
6
+ metadata.gz: b937b606eaf4bc1b6f1a00fbe9968caa735c64820cbf4046a812e02a606a06ef897c4a76cb64d019ce88862f25ede73a0c814afbb347bebc3a026d581e0724e3
7
+ data.tar.gz: 88022af4cfb6e6f40633ac75d0be21c5ea16f36faf83656cebc2e7f0660613c635683400449c2b7259b229a9a98120ba064aa87d54cc934b686694b803f80bb3
@@ -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.6.0, RVM: ruby-2.2-head) [gem]" level="application" />
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
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.2
4
+
5
+ - Recognize 'Fault' in JBoss exception pattern
6
+
3
7
  ## v0.3.1
4
8
 
5
9
  - Fix JBoss date pattern
@@ -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)
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module Sherlog
24
- VERSION = '0.3.1'
24
+ VERSION = '0.3.2'
25
25
  end
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.1
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-10 00:00:00.000000000 Z
11
+ date: 2015-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yummi