format_exception 0.2.0 → 0.2.1

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: cd3a9a8095113d62c9fe6e7a243826d4e9f242e3
4
- data.tar.gz: bd7f0e0bc52a09b6391de7e87afc66f20a8b0648
3
+ metadata.gz: e4ede773e2fa4196a30b44effb8560c2f7146e63
4
+ data.tar.gz: e9aa865b7af97dfbc2626584b6e6a248ab0a5618
5
5
  SHA512:
6
- metadata.gz: 0d53a2e53161a8f7b8ac46b82fb4b276ef0f96f04b4564eb8f812b4ba5862efdf8f2ab63dbafb2090bf3b6efcb454bd1cf5aa4e36d9e936f271f6ca1d614462a
7
- data.tar.gz: 8a23faf1ed7c4493bcaa724dde138d1e4f623a6890be1361cd7252e3b9c2a1ecba981f1cd6abb66df0e3ab1296304f8a53db92df081a70643249bebea0fe36f3
6
+ metadata.gz: 8988a079bf4745b6a65a136a5d25ce725eaa9d90043d907143ef969d89a029d49b5befbfd9a5ab36449bf8b7c0a2de9744f692b09bef77004b625a1def4079f4
7
+ data.tar.gz: 9c0ecaffa9e366fda9b27d6779f8bda9acd24efc9b1ce219ce3246d1577d6c24b0031f3e61c2376ef5abf0cfce7c42baa993f3a5be28a7dac9aebb3095f0b603
@@ -1,3 +1,3 @@
1
1
  module FormatException
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -22,9 +22,9 @@ require "format_exception/version"
22
22
  # # Prints
23
23
  # #
24
24
  # # E, [2017-02-11T01:56:08.763049 #4302] ERROR -- : Printing welcome message: Errno::ENOENT: No such file or directory @ rb_sysopen - message.txt:
25
- # # foo.rb:10:in `initialize'
26
- # # foo.rb:10:in `open'
27
- # # foo.rb:10:in `<main>'
25
+ # # foo.rb:10:in `initialize'
26
+ # # foo.rb:10:in `open'
27
+ # # foo.rb:10:in `<main>'
28
28
  #
29
29
  module FormatException
30
30
 
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Hearn