Sha256: 9a19f3c7221db348fd5ed9ce417de25cebea9cf6df0ee1d6a109511d503cc0a7

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

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", "Lucas Renan"]
  s.email       = ["markaum@gmail.com", "eduardobrando@gmail.com", "contato@lucasrenan.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.10"
  s.add_dependency "rack-cache", ">= 1.1"
  s.add_dependency "jquery-rails", ">= 0.2.7"
  s.add_dependency "marcosinger-auto_html", ">= 1.3.6"
  s.add_dependency "marcosinger-css_parser", ">= 1.3.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
attachment_magick-0.3.5 attachment_magick.gemspec
attachment_magick-0.3.4 attachment_magick.gemspec