watch_methods 0.0.4 → 0.0.5
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.
- data/lib/watch_methods/version.rb +1 -1
- data/watch_methods.gemspec +1 -1
- metadata +6 -6
data/watch_methods.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Mike Lewis"]
|
|
10
10
|
s.email = ["ft.mikelewis@gmail.com"]
|
|
11
|
-
s.homepage = "http://github.com/mikelewis/
|
|
11
|
+
s.homepage = "http://github.com/mikelewis/watch_methods"
|
|
12
12
|
s.summary = %q{Easily monitor methods added within classes and modules.}
|
|
13
13
|
s.description = %q{Easily monitor methods added within classes and modules.}
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watch_methods
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2011-11-14 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2152770000 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2152770000
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rspec
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2152769120 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2152769120
|
|
36
36
|
description: Easily monitor methods added within classes and modules.
|
|
37
37
|
email:
|
|
38
38
|
- ft.mikelewis@gmail.com
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- spec/method_added_hook_spec.rb
|
|
60
60
|
- spec/spec_helper.rb
|
|
61
61
|
- watch_methods.gemspec
|
|
62
|
-
homepage: http://github.com/mikelewis/
|
|
62
|
+
homepage: http://github.com/mikelewis/watch_methods
|
|
63
63
|
licenses: []
|
|
64
64
|
post_install_message:
|
|
65
65
|
rdoc_options: []
|