method_wrapper 0.1.0 → 0.1.1
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/Gemfile.lock +2 -1
- data/README.rdoc +1 -1
- data/lib/method_wrapper/version.rb +1 -1
- data/method_wrapper.gemspec +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/README.rdoc
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
== Introduction
|
6
6
|
|
7
|
-
This gem
|
7
|
+
This gem helps you to wrap new features around (before and after) existing methods call on any classes.
|
8
8
|
|
9
9
|
The before_ and after_ callbacks will run as soon as you call wrapped method.
|
10
10
|
|
data/method_wrapper.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.email = ["samnang.chhun@gmail.com"]
|
11
11
|
s.homepage = "http://github.com/samnang/method_wrapper"
|
12
12
|
s.summary = "How easy to wrap new features around (before and after) existing methods call with method_wrapper."
|
13
|
-
s.description = "This gem
|
13
|
+
s.description = "This gem helps you to wrap new features around (before and after) existing methods call on any classes. The before_ and after_ callbacks will run as soon as you call wrapped method."
|
14
14
|
|
15
15
|
s.required_rubygems_version = ">= 1.3.6"
|
16
16
|
s.rubyforge_project = "[none]"
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Samnang Chhun
|
@@ -49,7 +49,7 @@ dependencies:
|
|
49
49
|
version: 2.0.0
|
50
50
|
type: :development
|
51
51
|
version_requirements: *id002
|
52
|
-
description: This gem
|
52
|
+
description: This gem helps you to wrap new features around (before and after) existing methods call on any classes. The before_ and after_ callbacks will run as soon as you call wrapped method.
|
53
53
|
email:
|
54
54
|
- samnang.chhun@gmail.com
|
55
55
|
executables: []
|