Sha256: 25fdb6b8800a683f442c61159d0652c2271393ee26b0ba04c931bf64dae0caf1
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
Gem::Specification.new do |s| s.name = "merb_paperclip" s.version = "0.9.3" s.date = "2008-04-24" s.summary = "Paperclip port for merb" s.email = "" s.homepage = "http://www.thoughtbot.com/projects/paperclip" s.description = "Paperclip is a plugin for Ruby on RailsActiveRecord (this is a port for merb-ar) that lets files work as simply as any other attributes do. There are no extra database tables, only one library to install for image processing, and the ease of being able to refer to your files as easily as you refer to your other attributes." s.has_rdoc = false s.authors = ["Jon Yurek"] s.files = ["README", "TODO", "Rakefile", "merb_paperclip.gemspec", "lib/generators/paperclip_generator.rb", "lib/generators/templates/file_name.rb", "lib/merb_paperclip/merbtasks.rb", "lib/merb_paperclip.rb", "lib/paperclip.rb", "lib/paperclip/attachment.rb", "lib/paperclip/geometry.rb", "lib/paperclip/iostream.rb", "lib/paperclip/storage.rb", "lib/paperclip/thumbnail.rb", "lib/paperclip/upfile.rb"] s.test_files = ["spec/merb_paperclip_spec.rb", "spec/spec_helper.rb"] s.rdoc_options = ["--main", "README"] s.extra_rdoc_files = ["README"] s.add_dependency("activerecord", ["> 0.0.0"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peterpunk-merb_paperclip-0.9.3 | merb_paperclip.gemspec |