watch_methods 0.0.5 → 1.0.0

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.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/watch_methods/version.rb +1 -1
  3. metadata +6 -6
data/README.md CHANGED
@@ -18,7 +18,7 @@ watch_methods
18
18
 
19
19
 
20
20
  ### Skip all the crap, give me the examples.
21
- [Examples](https://github.com/mikelewis/method_added_hook/tree/master/examples)
21
+ [Examples](https://github.com/mikelewis/watch_methods/tree/master/examples)
22
22
 
23
23
  ##Usage
24
24
  The method that you'll be interacting with is the `watch_methods` method that is defined as:
@@ -1,3 +1,3 @@
1
1
  module WatchMethods
2
- VERSION = "0.0.5"
2
+ VERSION = "1.0.0"
3
3
  end
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.5
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-14 00:00:00.000000000 Z
12
+ date: 2011-11-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &2152770000 !ruby/object:Gem::Requirement
16
+ requirement: &2152124380 !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: *2152770000
24
+ version_requirements: *2152124380
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &2152769120 !ruby/object:Gem::Requirement
27
+ requirement: &2152123500 !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: *2152769120
35
+ version_requirements: *2152123500
36
36
  description: Easily monitor methods added within classes and modules.
37
37
  email:
38
38
  - ft.mikelewis@gmail.com