mongoid-paperclip 0.0.6 → 0.0.7

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.
Files changed (2) hide show
  1. data/mongoid-paperclip.gemspec +3 -2
  2. metadata +6 -6
@@ -3,7 +3,7 @@
3
3
  Gem::Specification.new do |gem|
4
4
 
5
5
  gem.name = 'mongoid-paperclip'
6
- gem.version = '0.0.6'
6
+ gem.version = '0.0.7'
7
7
  gem.platform = Gem::Platform::RUBY
8
8
  gem.authors = 'Michael van Rooijen'
9
9
  gem.email = 'meskyanichi@gmail.com'
@@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = %x[git ls-files -- {spec}/*].split("\n")
16
16
  gem.require_path = 'lib'
17
17
 
18
- gem.add_dependency 'paperclip', ['~> 2.3.6']
18
+ gem.add_dependency 'paperclip', ['>= 2.3.6']
19
19
 
20
20
  end
21
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,19 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-18 00:00:00.000000000 Z
12
+ date: 2011-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: paperclip
16
- requirement: &70268852719080 !ruby/object:Gem::Requirement
16
+ requirement: &70241250198380 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ~>
19
+ - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: 2.3.6
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70268852719080
24
+ version_requirements: *70241250198380
25
25
  description: Mongoid::Paperclip enables you to use Paperclip with the Mongoid ODM
26
26
  for MongoDB.
27
27
  email: meskyanichi@gmail.com
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  version: '0'
54
54
  requirements: []
55
55
  rubyforge_project:
56
- rubygems_version: 1.8.6
56
+ rubygems_version: 1.8.10
57
57
  signing_key:
58
58
  specification_version: 3
59
59
  summary: Mongoid::Paperclip enables you to use Paperclip with the Mongoid ODM for