mpatch 2.3.0 → 2.4.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Luzsi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-04 00:00:00.000000000 Z
11
+ date: 2014-04-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This is a collection of my Ruby monkey patches for making easer to use
14
14
  the basic classes
@@ -27,9 +27,11 @@ files:
27
27
  - examples/test.rb
28
28
  - files.rb
29
29
  - lib/mpatch.rb
30
+ - lib/mpatch/all.rb
30
31
  - lib/mpatch/array.rb
31
32
  - lib/mpatch/class.rb
32
33
  - lib/mpatch/hash.rb
34
+ - lib/mpatch/injector.rb
33
35
  - lib/mpatch/integer.rb
34
36
  - lib/mpatch/module.rb
35
37
  - lib/mpatch/object.rb