format_exception 0.2.1 → 0.2.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: e4ede773e2fa4196a30b44effb8560c2f7146e63
4
- data.tar.gz: e9aa865b7af97dfbc2626584b6e6a248ab0a5618
3
+ metadata.gz: 4548192228f4401a9406cda8cad72e9e9199274e
4
+ data.tar.gz: 64e00e6ec34e825f4807f8723810fb976c7f5c4e
5
5
  SHA512:
6
- metadata.gz: 8988a079bf4745b6a65a136a5d25ce725eaa9d90043d907143ef969d89a029d49b5befbfd9a5ab36449bf8b7c0a2de9744f692b09bef77004b625a1def4079f4
7
- data.tar.gz: 9c0ecaffa9e366fda9b27d6779f8bda9acd24efc9b1ce219ce3246d1577d6c24b0031f3e61c2376ef5abf0cfce7c42baa993f3a5be28a7dac9aebb3095f0b603
6
+ metadata.gz: e75be10a7baf9635c90801f8e81c5e7957e93cf3f1a852799501e8ca7202f45e0d5467002f312d4e6eba1e89c3675ebea43d52b7a20cc0013008ca5e4a1d0569
7
+ data.tar.gz: 206542474ae658cf3039c82758ad579d4dc67bea91935b66beb5fe66d5f5837685c4018574228ed78de8a798091a38a1282f830d00190c100b0fb7b1d8476434
data/README.md CHANGED
@@ -30,5 +30,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
30
 
31
31
  ## Contributing
32
32
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/format_exception.
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/hetznerZA/format_exception.
34
34
 
@@ -1,3 +1,3 @@
1
1
  module FormatException
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -1,4 +1,5 @@
1
1
  require "format_exception/version"
2
+ require "strscan"
2
3
 
3
4
  ##
4
5
  # Simple exception formatter
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: format_exception
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Hearn