tailog 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c991598a6429b679173bc6cbbc0ca3ebc715cc1a
4
- data.tar.gz: 4fdacb9590e666904a46bd87eda40a6e10023ca5
3
+ metadata.gz: 1eee8873170ab412654ccf81ce8f59df6aa03667
4
+ data.tar.gz: 5bedb6af7297342259ec7611c6032f9a377bb175
5
5
  SHA512:
6
- metadata.gz: 505f2991c831834238d6706d144a0cdef0ebcf4e5aee40fa7114ae33ce3af366963cb15c0baa1ab73eee6608873b38e32c700f4418010ed3a70fd3524d97c0cd
7
- data.tar.gz: 0ab82aeda9b8222c09323590365382edc11a83937c7a86453e09f046ad7188277c80f76380a7e011ab58fcd50a90ffe44ba0792dbf554f8e3c2a3b142095b0fd
6
+ metadata.gz: 5cc194e4d7df33a18a0b40ed633b0e815e7151141f8e9f82dbfb0118631f7999232a7fe73aed68f15349d9e7c8b7bb0cb7c43a74edc1dbe045b10e5b1a461092
7
+ data.tar.gz: c387dcef3da18acf98217c77372535b805b381ccd7a0683e2c33409d89fc4c59a47f3bf022fa61a5812e65b16d0bae88b93fd6e85e0edae418960f11fef7af74
@@ -1,3 +1,3 @@
1
1
  module Tailog
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -48,7 +48,7 @@ module Tailog
48
48
  return <<-EOS
49
49
  alias_method :#{raw_method}, :#{method}
50
50
  def #{method} *args
51
- Tailog::WatchMethods.logger.info "Method called: #{target} with \#{args}"
51
+ Tailog::WatchMethods.logger.info "Method called: #{target} \#{self} with \#{args}"
52
52
  start = Time.now
53
53
  result = send :#{raw_method}, *args
54
54
  Tailog::WatchMethods.logger.info "Method finished: #{target} with \#{result} in \#{(Time.now - start) * 1000} ms"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bbtfr