Sha256: 67f60d4cf6985fbb62b9c63019dc9f33025bda6a1488f29cf7a229b20fc00e64

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.5"
  s.add_dependency "rack-cache", ">= 1.0"
  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.3 attachment_magick.gemspec
attachment_magick-0.3.2 attachment_magick.gemspec