retroactive_module_inclusion 1.2.1 → 1.2.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.
- data.tar.gz.sig +0 -0
- data/History.rdoc +6 -0
- data/README.rdoc +5 -1
- data/Rakefile +1 -1
- metadata +3 -3
- metadata.gz.sig +1 -2
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.rdoc
CHANGED
data/README.rdoc
CHANGED
|
@@ -77,13 +77,17 @@ to the same effect.
|
|
|
77
77
|
|
|
78
78
|
== SYNOPSIS:
|
|
79
79
|
|
|
80
|
+
SomeModule.retroactively_include AnotherModule
|
|
81
|
+
|
|
82
|
+
or, as in prior versions,
|
|
83
|
+
|
|
80
84
|
SomeModule.module_eval { retroactively_include AnotherModule }
|
|
81
85
|
|
|
82
86
|
or equivalently
|
|
83
87
|
|
|
84
88
|
SomeModule.send :retroactively_include, AnotherModule
|
|
85
89
|
|
|
86
|
-
|
|
90
|
+
and also
|
|
87
91
|
|
|
88
92
|
module SomeModule
|
|
89
93
|
retroactively_include AnotherModule
|
data/Rakefile
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 1.2.
|
|
8
|
+
- 2
|
|
9
|
+
version: 1.2.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Adriano Mitre
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
9u8N6mQNneIVRh6Xfdko/Q==
|
|
36
36
|
-----END CERTIFICATE-----
|
|
37
37
|
|
|
38
|
-
date: 2011-01-
|
|
38
|
+
date: 2011-01-24 00:00:00 -02:00
|
|
39
39
|
default_executable:
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
����\�o+])z�(Ɇ���!G~�s\6�3
|
|
1
|
+
���z�$��tB��4
|