RubyGems
npm
Organizations
Log in
Sign up
RubyGems
dolzenko
Versions diffs
0.0.24 → 0.0.25
dolzenko 0.0.24 → 0.0.25
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/dolzenko/alias_method_chain_once.rb
+2
-0
metadata
+2
-2
data/lib/dolzenko/alias_method_chain_once.rb
CHANGED
@@ -1,3 +1,5 @@
1
+
require "active_support/core_ext/module/aliasing"
2
+
1
3
# *Correct* `alias_method_chain_once` implementation
2
4
class Module
3
5
def alias_method_chain_once(target, feature)
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 0
7
7
- 0
8
-
-
24
9
-
version: 0.0.
24
8
+
-
25
9
+
version: 0.0.
25
10
10
platform: ruby
11
11
authors:
12
12
- Evgeniy Dolzhenko