method_wrapper 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- method_wrapper (0.1.0)
4
+ method_wrapper (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -25,3 +25,4 @@ DEPENDENCIES
25
25
  bundler (>= 1.0.0.rc.5)
26
26
  method_wrapper!
27
27
  rspec (>= 2.0.0)
28
+
data/README.rdoc CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  == Introduction
6
6
 
7
- This gem help you to to wrap new features around (before and after) existing methods call on Any classes.
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
 
@@ -1,4 +1,4 @@
1
1
  module MethodWrapper
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
4
4
 
@@ -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 help you to 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."
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
- - 0
9
- version: 0.1.0
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 help you to 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.
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: []