Sha256: 498c9706501698aaaaa4ecc080fffd7f86579c34a8b11ec25157cb4bb11ee24d

Contents?: true

Size: 1016 Bytes

Versions: 13

Compression:

Stored size: 1016 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

version = File.read(File.expand_path("../../VERSION",__FILE__)).strip

Gem::Specification.new do |s|
  s.name        = "brightcontent-attachments"
  s.version     = version
  s.email       = "developers@brightin.nl"
  s.homepage    = "http://brightin.nl"
  s.summary     = "Assets resource for brightcontent"
  s.description = "Separate attachment resource for brightcontent"
  s.authors     = ["Developers at Brightin"]

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- spec/*`.split("\n")
  s.require_paths = ["lib"]

  s.add_dependency "brightcontent-core", version
  s.add_dependency "paperclip", ">= 3.0.0"
  s.add_dependency "jquery-fileupload-rails"

  s.add_development_dependency "sqlite3"
  s.add_development_dependency "rspec", "~> 2.14.1"
  s.add_development_dependency "rspec-rails"
  s.add_development_dependency "capybara"
  s.add_development_dependency "launchy"
  s.add_development_dependency "factory_girl_rails"
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
brightcontent-attachments-2.3.4 brightcontent-attachments.gemspec
brightcontent-attachments-2.3.3 brightcontent-attachments.gemspec
brightcontent-attachments-2.3.2 brightcontent-attachments.gemspec
brightcontent-attachments-2.3.1 brightcontent-attachments.gemspec
brightcontent-attachments-2.3.0 brightcontent-attachments.gemspec
brightcontent-attachments-2.2.2 brightcontent-attachments.gemspec
brightcontent-attachments-2.2.1 brightcontent-attachments.gemspec
brightcontent-attachments-2.2.0 brightcontent-attachments.gemspec
brightcontent-attachments-2.1.5 brightcontent-attachments.gemspec
brightcontent-attachments-2.1.4 brightcontent-attachments.gemspec
brightcontent-attachments-2.1.3 brightcontent-attachments.gemspec
brightcontent-attachments-2.1.2 brightcontent-attachments.gemspec
brightcontent-attachments-2.1.1 brightcontent-attachments.gemspec