ripta-dm-paperclip 2.5.0.1 → 2.5.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +6 -6
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ripta-dm-paperclip
3
3
  version: !ruby/object:Gem::Version
4
- hash: 69
5
- prerelease: false
4
+ hash: 67
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 5
9
9
  - 0
10
- - 1
11
- version: 2.5.0.1
10
+ - 2
11
+ version: 2.5.0.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Ken Robertson
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-07-08 00:00:00 -04:00
19
+ date: 2011-01-22 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  requirements:
149
149
  - ImageMagick
150
150
  rubyforge_project: dm-paperclip
151
- rubygems_version: 1.3.7
151
+ rubygems_version: 1.4.1
152
152
  signing_key:
153
153
  specification_version: 3
154
154
  summary: File attachments as attributes for DataMapper, based on the original Paperclip by Jon Yurek at Thoughtbot