has_many_polymorphic 2.0.2 → 2.0.3

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.
@@ -134,10 +134,10 @@ module RussellEdge #:nodoc:
134
134
  def reload(*args)
135
135
  @records = []
136
136
 
137
- super args
137
+ super
138
138
  end
139
139
 
140
140
  end
141
141
 
142
142
  end
143
- end
143
+ end
@@ -1,3 +1,3 @@
1
1
  module HasManyPolymorphic
2
- VERSION = '2.0.2' unless defined?(::HasManyPolymorphic::VERSION)
2
+ VERSION = '2.0.3' unless defined?(::HasManyPolymorphic::VERSION)
3
3
  end
@@ -3,7 +3,6 @@ plugin_test_dir = File.dirname(__FILE__)
3
3
 
4
4
  require 'rubygems'
5
5
  require 'bundler/setup'
6
- require 'rspec'
7
6
  require 'rails'
8
7
  require 'active_support'
9
8
  require 'active_model'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_many_polymorphic
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
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: 2013-03-11 00:00:00.000000000 Z
12
+ date: 2013-08-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  requirements: []
116
116
  rubyforge_project:
117
- rubygems_version: 1.8.24
117
+ rubygems_version: 1.8.25
118
118
  signing_key:
119
119
  specification_version: 3
120
120
  summary: Simple replacement for has_many_polymorphs