Sha256: 2745c4e4161cbde771e3ef6864394416f7e82c3dc03ae2028d02f0bc793282fb

Contents?: true

Size: 1.78 KB

Versions: 18

Compression:

Stored size: 1.78 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'simple_form_attachments/version'

Gem::Specification.new do |spec|
  spec.name          = "simple_form_attachments"
  spec.version       = SimpleFormAttachments::VERSION
  spec.authors       = ["Tomas Celizna", "Asger Behncke Jacobsen"]
  spec.email         = ["tomas.celizna@gmail.com", "asger@8kilo.com"]
  spec.summary       = %q{A Rails engine which takes care of creating Attachments using the jQuery File Upload plugin.}
  spec.description   = %q{A Rails engine which takes care of creating Attachments using the jQuery File Upload plugin.}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  # ---------------------------------------------------------------------

  spec.add_dependency "rails", ">= 4.2"
  spec.add_dependency "simple_form", ">= 3.0.2"

  spec.add_dependency "slim"

  spec.add_dependency "jquery-ui-rails"
  spec.add_dependency "rails-assets-blueimp-file-upload", ">= 9.6.0"
  spec.add_dependency "rails-assets-handlebars"

  # ---------------------------------------------------------------------

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "coveralls"
  spec.add_development_dependency "database_cleaner"
  spec.add_development_dependency "guard"
  spec.add_development_dependency "guard-minitest"
  spec.add_development_dependency "minitest-rails"
  spec.add_development_dependency "dragonfly"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "mongoid", "~> 4.0"

end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
simple_form_attachments-0.2.4 simple_form_attachments.gemspec
simple_form_attachments-0.2.3 simple_form_attachments.gemspec
simple_form_attachments-0.2.2 simple_form_attachments.gemspec
simple_form_attachments-0.2.1 simple_form_attachments.gemspec
simple_form_attachments-0.2.0 simple_form_attachments.gemspec
simple_form_attachments-0.1.5 simple_form_attachments.gemspec
simple_form_attachments-0.1.4 simple_form_attachments.gemspec
simple_form_attachments-0.1.3 simple_form_attachments.gemspec
simple_form_attachments-0.1.2 simple_form_attachments.gemspec
simple_form_attachments-0.1.1 simple_form_attachments.gemspec
simple_form_attachments-0.1.0 simple_form_attachments.gemspec
simple_form_attachments-0.0.9 simple_form_attachments.gemspec
simple_form_attachments-0.0.8 simple_form_attachments.gemspec
simple_form_attachments-0.0.7 simple_form_attachments.gemspec
simple_form_attachments-0.0.6 simple_form_attachments.gemspec
simple_form_attachments-0.0.5 simple_form_attachments.gemspec
simple_form_attachments-0.0.4 simple_form_attachments.gemspec
simple_form_attachments-0.0.3 simple_form_attachments.gemspec