|
2 | 2 |
|
3 | 3 | Gem::Specification.new do |s|
|
4 | 4 | s.name = %q{paperclip}
|
5 |
| - s.version = "2.3.1" |
| 5 | + s.version = "2.3.1.1" |
6 | 6 |
|
7 | 7 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8 | 8 | s.authors = ["Jon Yurek"]
|
9 |
| - s.date = %q{2009-08-21} |
| 9 | + s.date = %q{2009-10-09} |
10 | 10 |
|
11 | 11 | s.extra_rdoc_files = ["README.rdoc"]
|
12 |
| - s.files = ["README.rdoc", "LICENSE", "Rakefile", "init.rb", "generators/paperclip", "generators/paperclip/paperclip_generator.rb", "generators/paperclip/templates", "generators/paperclip/templates/paperclip_migration.rb.erb", "generators/paperclip/USAGE", "lib/paperclip", "lib/paperclip/attachment.rb", "lib/paperclip/callback_compatability.rb", "lib/paperclip/geometry.rb", "lib/paperclip/interpolations.rb", "lib/paperclip/iostream.rb", "lib/paperclip/matchers", "lib/paperclip/matchers/have_attached_file_matcher.rb", "lib/paperclip/matchers/validate_attachment_content_type_matcher.rb", "lib/paperclip/matchers/validate_attachment_presence_matcher.rb", "lib/paperclip/matchers/validate_attachment_size_matcher.rb", "lib/paperclip/matchers.rb", "lib/paperclip/processor.rb", "lib/paperclip/storage.rb", "lib/paperclip/thumbnail.rb", "lib/paperclip/upfile.rb", "lib/paperclip.rb", "tasks/paperclip_tasks.rake", "test/attachment_test.rb", "test/database.yml", "test/fixtures", "test/fixtures/12k.png", "test/fixtures/50x50.png", "test/fixtures/5k.png", "test/fixtures/bad.png", "test/fixtures/s3.yml", "test/fixtures/text.txt", "test/fixtures/twopage.pdf", "test/geometry_test.rb", "test/helper.rb", "test/integration_test.rb", "test/interpolations_test.rb", "test/iostream_test.rb", "test/matchers", "test/matchers/have_attached_file_matcher_test.rb", "test/matchers/validate_attachment_content_type_matcher_test.rb", "test/matchers/validate_attachment_presence_matcher_test.rb", "test/matchers/validate_attachment_size_matcher_test.rb", "test/paperclip_test.rb", "test/processor_test.rb", "test/storage_test.rb", "test/thumbnail_test.rb", "shoulda_macros/paperclip.rb"] |
13 |
| - s.has_rdoc = true |
| 12 | + s.files = ["README.rdoc", "LICENSE", "Rakefile", "init.rb", "generators/paperclip", "generators/paperclip/paperclip_generator.rb", "generators/paperclip/templates", "generators/paperclip/templates/paperclip_migration.rb.erb", "generators/paperclip/USAGE", "lib/paperclip", "lib/paperclip/attachment.rb", "lib/paperclip/callback_compatability.rb", "lib/paperclip/geometry.rb", "lib/paperclip/interpolations.rb", "lib/paperclip/iostream.rb", "lib/paperclip/matchers", "lib/paperclip/matchers/have_attached_file_matcher.rb", "lib/paperclip/matchers/validate_attachment_content_type_matcher.rb", "lib/paperclip/matchers/validate_attachment_presence_matcher.rb", "lib/paperclip/matchers/validate_attachment_size_matcher.rb", "lib/paperclip/matchers.rb", "lib/paperclip/processor.rb", "lib/paperclip/storage.rb", "lib/paperclip/thumbnail.rb", "lib/paperclip/upfile.rb", "lib/paperclip.rb", "tasks/paperclip_tasks.rake", "test/attachment_test.rb", "test/database.yml", "test/fixtures", "test/fixtures/12k.png", "test/fixtures/50x50.png", "test/fixtures/5k.png", "test/fixtures/bad.png", "test/fixtures/s3.yml", "test/fixtures/text.txt", "test/fixtures/twopage.pdf", "test/geometry_test.rb", "test/helper.rb", "test/integration_test.rb", "test/interpolations_test.rb", "test/iostream_test.rb", "test/matchers", "test/matchers/have_attached_file_matcher_test.rb", "test/matchers/validate_attachment_content_type_matcher_test.rb", "test/matchers/validate_attachment_presence_matcher_test.rb", "test/matchers/validate_attachment_size_matcher_test.rb", "test/paperclip_test.rb", "test/processor_test.rb", "test/storage_test.rb", "test/thumbnail_test.rb", "test/upfile_test.rb", "shoulda_macros/paperclip.rb"] |
14 | 13 | s.homepage = %q{http://www.thoughtbot.com/projects/paperclip}
|
15 | 14 | s.rdoc_options = ["--line-numbers", "--inline-source"]
|
16 | 15 | s.require_paths = ["lib"]
|
17 | 16 | s.requirements = ["ImageMagick"]
|
18 | 17 | s.rubyforge_project = %q{paperclip}
|
19 |
| - s.rubygems_version = %q{1.3.1} |
| 18 | + s.rubygems_version = %q{1.3.5} |
20 | 19 | s.summary = %q{File attachments as attributes for ActiveRecord}
|
21 | 20 |
|
22 | 21 | if s.respond_to? :specification_version then
|
23 | 22 | current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
24 |
| - s.specification_version = 2 |
| 23 | + s.specification_version = 3 |
25 | 24 |
|
26 | 25 | if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
27 | 26 | s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
28 |
| - s.add_development_dependency(%q<mocha>, [">= 0"]) |
| 27 | + s.add_development_dependency(%q<jferris-mocha>, ["= 0.9.5.0.1241126838"]) |
| 28 | + s.add_development_dependency(%q<aws-s3>, [">= 0"]) |
| 29 | + s.add_development_dependency(%q<sqlite3-ruby>, [">= 0"]) |
| 30 | + s.add_development_dependency(%q<activerecord>, [">= 0"]) |
| 31 | + s.add_development_dependency(%q<activesupport>, [">= 0"]) |
29 | 32 | else
|
30 | 33 | s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
31 |
| - s.add_dependency(%q<mocha>, [">= 0"]) |
| 34 | + s.add_dependency(%q<jferris-mocha>, ["= 0.9.5.0.1241126838"]) |
| 35 | + s.add_dependency(%q<aws-s3>, [">= 0"]) |
| 36 | + s.add_dependency(%q<sqlite3-ruby>, [">= 0"]) |
| 37 | + s.add_dependency(%q<activerecord>, [">= 0"]) |
| 38 | + s.add_dependency(%q<activesupport>, [">= 0"]) |
32 | 39 | end
|
33 | 40 | else
|
34 | 41 | s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
35 |
| - s.add_dependency(%q<mocha>, [">= 0"]) |
| 42 | + s.add_dependency(%q<jferris-mocha>, ["= 0.9.5.0.1241126838"]) |
| 43 | + s.add_dependency(%q<aws-s3>, [">= 0"]) |
| 44 | + s.add_dependency(%q<sqlite3-ruby>, [">= 0"]) |
| 45 | + s.add_dependency(%q<activerecord>, [">= 0"]) |
| 46 | + s.add_dependency(%q<activesupport>, [">= 0"]) |
36 | 47 | end
|
37 | 48 | end
|
0 commit comments