activesupport-operation_logger 0.1.0 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e27d7f722db3cd6ecd4a3caf10c060f98ef19522
|
4
|
+
data.tar.gz: cc07cb70ae8b1f10fff49af5ef4486221384f1e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6a7eaf403137407638e924328a5f35e0601bf4be2096c4519317bcd4e3812208e23af76c5f44d2ed98d32e61494482e02ad99d1e5128f5379068c972de5b5e3
|
7
|
+
data.tar.gz: 64c6fc06b8c0cef3b80b45facfe04a164d23423ce47829eef36a77a2baed8abccafe941880bd150fb1f6ba02230ac28814d6f4b57798a757d1cc81a02e0da8d6
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["jb3689@yahoo.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{adds ActiveRecord-like logging to anything you want}
|
13
|
-
spec.homepage = "https://github.com/jbodah/
|
13
|
+
spec.homepage = "https://github.com/jbodah/activesupport-operation_logger"
|
14
14
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
16
16
|
spec.bindir = "exe"
|
@@ -30,7 +30,7 @@ module ActiveSupport
|
|
30
30
|
args.map(&:inspect).join(' ')
|
31
31
|
end
|
32
32
|
ActiveSupport::Notifications.instrument("call.#{event_namespace}",
|
33
|
-
name: "#{event_namespace.to_s.
|
33
|
+
name: "#{event_namespace.to_s.camelize} #{m}",
|
34
34
|
command: command_str) do
|
35
35
|
super *args, &block
|
36
36
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activesupport-operation_logger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Bodah
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -83,7 +83,7 @@ files:
|
|
83
83
|
- bin/setup
|
84
84
|
- lib/active_support/operation_logger.rb
|
85
85
|
- lib/active_support/operation_logger/version.rb
|
86
|
-
homepage: https://github.com/jbodah/
|
86
|
+
homepage: https://github.com/jbodah/activesupport-operation_logger
|
87
87
|
licenses: []
|
88
88
|
metadata: {}
|
89
89
|
post_install_message:
|