dm-polymorphic 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +4 -4
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ CLEAN.include "{log,pkg}/"
9
9
 
10
10
  spec = Gem::Specification.new do |s|
11
11
  s.name = "dm-polymorphic"
12
- s.version = "0.10.1"
12
+ s.version = "0.10.2"
13
13
  s.platform = Gem::Platform::RUBY
14
14
  s.has_rdoc = true
15
15
  s.extra_rdoc_files = %w[ README LICENSE TODO ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-polymorphic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Neighman, Wayne E. Seguin, Ripta Pasay
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-04 00:00:00 -04:00
12
+ date: 2009-12-21 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.10.1
23
+ version: 0.10.2
24
24
  version:
25
25
  description: DataMapper plugin enabling simple ActiveRecord style polymorphism
26
26
  email: has.sox@gmail.com, wayneeseguin@gmail.com, github@r8y.org
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements: []
69
69
 
70
70
  rubyforge_project:
71
- rubygems_version: 1.3.2
71
+ rubygems_version: 1.3.5
72
72
  signing_key:
73
73
  specification_version: 3
74
74
  summary: DataMapper plugin enabling simple ActiveRecord style polymorphism