object_tracker 1.0.4 → 1.0.5

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: 1c8b4debf6060da108ed0c52dc88b86f598d2109
4
- data.tar.gz: da4e8383aec78b64682745890bd83bcb83cef0f6
3
+ metadata.gz: 6fd151a86e8f49fddeedc877ecdb49090a52dd81
4
+ data.tar.gz: 8584727d496b22df7e5f6f768f61a6eb5fe15db5
5
5
  SHA512:
6
- metadata.gz: a3ea2165293d94de73842e3cbbc0423c7b55b6a164721498b1b92d381eb244d417d6445534ad4c6f5d16e9ff4c3de80e48a64871d08913b5f7c1f5bf030df6cb
7
- data.tar.gz: 88a67982df82a5c9b22098a1e2966d584b22714f9bd374c1668e8c8cc23ac3016bc7bf6fd6fb12f8524cac0e30dd086fb694ae89baae16138ea7218b6179520c
6
+ metadata.gz: b02ce1160f080a9dd88af47b5db6e626c3ce6fd4803807ffe9154d2a2c436d728d6dd61849af0af2156dc7fbf9781558331a84ae3d10f98c3a34286f9ab66853
7
+ data.tar.gz: 1dc1dc6c63da06881e51bb5baed46482efb170c744404829df17f06bef11cb71ee3c47b448d57d5434da3494ed7b8da333806c05a6fc64812bc3c63c64343a22
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ObjectTracker
2
2
 
3
- Track method calls to any object. Both class and instance methods can be tracked with params
3
+ Track method calls to almost any object. Class and instance methods can be tracked (w/ arguments).
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,3 +1,3 @@
1
1
  module ObjectTracker
2
- VERSION = '1.0.4'.freeze
2
+ VERSION = '1.0.5'.freeze
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = ObjectTracker::VERSION
9
9
  spec.authors = ["Ryan Buckley"]
10
10
  spec.email = ["arebuckley@gmail.com"]
11
- spec.summary = %q{Track method calls to any object.}
12
- spec.description = %q{Track method calls to any object. Both class and instance methods can be tracked with params}
11
+ spec.summary = %q{Track method calls to almost any object.}
12
+ spec.description = %q{Track method calls to almost any object. Class and instance methods can be tracked (w/ arguments).}
13
13
  spec.homepage = 'https://github.com/ridiculous/object_tracker'
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: object_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Buckley
@@ -38,8 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Track method calls to any object. Both class and instance methods can
42
- be tracked with params
41
+ description: Track method calls to almost any object. Class and instance methods can
42
+ be tracked (w/ arguments).
43
43
  email:
44
44
  - arebuckley@gmail.com
45
45
  executables: []
@@ -77,5 +77,5 @@ rubyforge_project:
77
77
  rubygems_version: 2.2.2
78
78
  signing_key:
79
79
  specification_version: 4
80
- summary: Track method calls to any object.
80
+ summary: Track method calls to almost any object.
81
81
  test_files: []