wireframe-apn_on_rails 0.3.0.20110210133345 → 0.3.0.20110210134602
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/apn_on_rails/apn_on_rails.rb +1 -2
- metadata +3 -3
@@ -55,8 +55,7 @@ end
|
|
55
55
|
%w{ models controllers helpers }.each do |dir|
|
56
56
|
path = File.join(File.dirname(__FILE__), 'app', dir)
|
57
57
|
$LOAD_PATH << path
|
58
|
-
|
59
|
-
if ActiveSupport::VERSION::MAJOR >= 3
|
58
|
+
if ActiveSupport::Dependencies.respond_to?(:autoload_paths)
|
60
59
|
ActiveSupport::Dependencies.autoload_paths << path
|
61
60
|
ActiveSupport::Dependencies.autoload_once_paths.delete(path)
|
62
61
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wireframe-apn_on_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 40220420269251
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 0.3.0.
|
10
|
+
- 20110210134602
|
11
|
+
version: 0.3.0.20110210134602
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- ryan
|