class_loader 0.4.13 → 0.4.14

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.
@@ -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 :autoload_dir method is deprecated, please use :autoload_path'
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.13
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-15 00:00:00.000000000Z
12
+ date: 2011-08-20 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: