kronn-has_many_polymorphs 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,10 @@ module HasManyPolymorphs
2
2
  class Railtie < Rails::Railtie
3
3
  initializer "has_many_polymorphs" do |app|
4
4
  require 'has_many_polymorphs/autoload'
5
+ if defined?(Spork)
6
+ Spork.trap_class_method(HasManyPolymorphs, :setup)
7
+ end
5
8
  HasManyPolymorphs.setup
6
9
  end
7
10
  end
8
- end
11
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kronn-has_many_polymorphs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 2
10
- version: 3.0.2
9
+ - 3
10
+ version: 3.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Evan Weaver
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-10-27 00:00:00 +02:00
20
+ date: 2010-11-03 00:00:00 +01:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -57,7 +57,7 @@ files:
57
57
  - README
58
58
  - CHANGELOG
59
59
  has_rdoc: true
60
- homepage: http://blog.evanweaver.com/files/doc/fauna/has_many_polymorphs/
60
+ homepage: http://github.com/kronn/has_many_polymorphs
61
61
  licenses: []
62
62
 
63
63
  post_install_message: