class_loader 0.4.13 → 0.4.14
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/class_loader/class_loader.rb +1 -1
- metadata +2 -2
@@ -93,7 +93,7 @@ module ClassLoader
|
|
93
93
|
adapter.add_path path, watch
|
94
94
|
end
|
95
95
|
def autoload_dir *a, &b
|
96
|
-
warn 'ClassLoader: the :
|
96
|
+
warn 'ClassLoader: the :autoload_path method is deprecated, please use :autoload_path'
|
97
97
|
autoload_path *a, &b
|
98
98
|
end
|
99
99
|
def delete_path path
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: class_loader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.14
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-08-
|
12
|
+
date: 2011-08-20 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email:
|