method_called_hook 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eff81a1a09fa67b96b1cd7467d33c5368cbd8514
4
- data.tar.gz: 99f0feeba5364b02cc40efb83c756906cef7def9
3
+ metadata.gz: fceb09570a629b820edc320157f6d9ac3a32acf4
4
+ data.tar.gz: dda26759c6f757895e1a7211ec3d83abea522e28
5
5
  SHA512:
6
- metadata.gz: d41c19edb81e6fd5b813b093ec52e3eb46a7168a66207d60b5eea517592ac88a285fa784294d147051025480c4ab3a898b51ad11d0ea09fd63d9b6e5dcafb410
7
- data.tar.gz: ec87f599405d74578e2393647615076b5b92264a5c47027accd569fd511e67c8dc090dba2ad8baa410ce964c062256e2533b32f7d2ee102132aa3bbf45776008
6
+ metadata.gz: 7ad7382f02e6a56742a0909c2997a446b72fd035d4dbc3718403937725d5b1c518cbac2da3140a4d68c2de1d5e1f9ded715d9c1a1a702960a4a5305c7b7b8e55
7
+ data.tar.gz: 7f4765ebbe9cfd6e081817e1f39c3e9e7883a463a99f82e2e477e40e959026fbee65cca287bd68a158fccb38702182cad0ffac1ddf97eb6a34f1bc8da848681c
data/README.md CHANGED
@@ -28,7 +28,7 @@ class MyClass
28
28
  end
29
29
  ```
30
30
 
31
- I used this just for its cool factor in my [Tamagotchi](https://github.com/habibalamin-playground/tamagotchi) toy project, but maybe you can find a more useful job for it.
31
+ I used this just for its cool factor in my [Tamagotchi](https://github.com/habibalamin/tamagotchi) toy project, but maybe you can find a more useful job for it.
32
32
 
33
33
  ## Contributing
34
34
 
@@ -1,3 +1,3 @@
1
1
  module MethodCalledHook
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Habib Alamin"]
10
10
  spec.email = ["ha.alamin@gmail.com"]
11
11
  spec.summary = %q{Write a Ruby method that automatically gets called anytime a Ruby method is called (yo, dawg).}
12
- spec.homepage = "https://github.com/habibalamin-gems/method-called-hook"
12
+ spec.homepage = "https://github.com/habibalamin-gems/method_called_hook"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: method_called_hook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Habib Alamin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-31 00:00:00.000000000 Z
11
+ date: 2014-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -53,7 +53,7 @@ files:
53
53
  - lib/method_called_hook.rb
54
54
  - lib/method_called_hook/version.rb
55
55
  - method_called_hook.gemspec
56
- homepage: https://github.com/habibalamin-gems/method-called-hook
56
+ homepage: https://github.com/habibalamin-gems/method_called_hook
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}