Sha256: 5a5a318e2e136be0d32135e4370b11edf44f3ae94b15000dabcf855b98bcab51
Contents?: true
Size: 1022 Bytes
Versions: 1
Compression:
Stored size: 1022 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "attachment_magick/version" Gem::Specification.new do |s| s.name = "attachment_magick" s.version = AttachmentMagick::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Marco Antônio Singer", "Carlos Brando"] s.email = ["markaum@gmail.com", "eduardobrando@gmail.com"] s.homepage = "http://github.com/marcosinger/attachment_magick" s.summary = "little more magick when you upload image files (with SwfUpload and Dragonfly)" s.rubyforge_project = "attachment_magick" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency 'dragonfly', '>= 0.9.0' s.add_dependency 'rack-cache', '>= 1.0' s.add_dependency 'jquery-rails', '>= 0.2.7' s.add_dependency 'marcosinger-auto_html', '>= 1.3.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attachment_magick-0.2.3 | attachment_magick.gemspec |