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 +4 -4
- data/README.md +1 -1
- data/lib/method_called_hook/version.rb +1 -1
- data/method_called_hook.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fceb09570a629b820edc320157f6d9ac3a32acf4
|
|
4
|
+
data.tar.gz: dda26759c6f757895e1a7211ec3d83abea522e28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
data/method_called_hook.gemspec
CHANGED
|
@@ -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/
|
|
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.
|
|
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
|
|
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/
|
|
56
|
+
homepage: https://github.com/habibalamin-gems/method_called_hook
|
|
57
57
|
licenses:
|
|
58
58
|
- MIT
|
|
59
59
|
metadata: {}
|