retroactive_module_inclusion 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.rdoc +6 -0
- data/Rakefile +1 -1
- metadata +8 -4
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.rdoc
CHANGED
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: retroactive_module_inclusion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 17
|
5
|
+
prerelease:
|
5
6
|
segments:
|
6
7
|
- 1
|
7
8
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
9
|
+
- 3
|
10
|
+
version: 1.0.3
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Adriano Mitre
|
@@ -46,6 +47,7 @@ dependencies:
|
|
46
47
|
requirements:
|
47
48
|
- - ">="
|
48
49
|
- !ruby/object:Gem::Version
|
50
|
+
hash: 47
|
49
51
|
segments:
|
50
52
|
- 2
|
51
53
|
- 8
|
@@ -95,6 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
97
|
requirements:
|
96
98
|
- - ">="
|
97
99
|
- !ruby/object:Gem::Version
|
100
|
+
hash: 3
|
98
101
|
segments:
|
99
102
|
- 0
|
100
103
|
version: "0"
|
@@ -103,13 +106,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
106
|
requirements:
|
104
107
|
- - ">="
|
105
108
|
- !ruby/object:Gem::Version
|
109
|
+
hash: 3
|
106
110
|
segments:
|
107
111
|
- 0
|
108
112
|
version: "0"
|
109
113
|
requirements: []
|
110
114
|
|
111
115
|
rubyforge_project: retroactive_module_inclusion
|
112
|
-
rubygems_version: 1.
|
116
|
+
rubygems_version: 1.4.1
|
113
117
|
signing_key:
|
114
118
|
specification_version: 3
|
115
119
|
summary: This gem circumvents the "dynamic module include" (aka "double inclusion") problem, which is the fact that M.module_eval { include N } does not make the methods of module N available to modules and classes which had included module M beforehand, only to the ones that include it thereafter
|
metadata.gz.sig
CHANGED
Binary file
|