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: 0c293665f8c0a6fed23c6464851489ad4fce3b0d
4
- data.tar.gz: be66a0e2e7adb67aab8f5b2d7f2fb3f96b1625fc
3
+ metadata.gz: e27d7f722db3cd6ecd4a3caf10c060f98ef19522
4
+ data.tar.gz: cc07cb70ae8b1f10fff49af5ef4486221384f1e2
5
5
  SHA512:
6
- metadata.gz: 02a4375c25a234b0651b2000dc57a9a142caacddacf006402a4af5723083a31069cba389f3cd77edc85bc19da6de84ff8f2cf6307263aaf65616b21764a9c115
7
- data.tar.gz: 7d5be6981943762b1c7cd0f641cc3b6de940d7c36be7e54b5810838735577a35791379fb91605d8046ab415f1076d46a97aa33a0f8886594e754534ea563b131
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/active_support-operation_logger"
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.classify} #{m}",
33
+ name: "#{event_namespace.to_s.camelize} #{m}",
34
34
  command: command_str) do
35
35
  super *args, &block
36
36
  end
@@ -1,5 +1,5 @@
1
1
  module ActiveSupport
2
2
  module OperationLogger
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  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.0
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-03 00:00:00.000000000 Z
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/active_support-operation_logger
86
+ homepage: https://github.com/jbodah/activesupport-operation_logger
87
87
  licenses: []
88
88
  metadata: {}
89
89
  post_install_message: