Sha256: 42d922863e23f8d95d59664f4e8ca096a4b16395d6574d5a9b655dbe097035ed

Contents?: true

Size: 742 Bytes

Versions: 10

Compression:

Stored size: 742 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"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
brightcontent-attachments-2.6.0 brightcontent-attachments.gemspec
brightcontent-attachments-2.5.1 brightcontent-attachments.gemspec
brightcontent-attachments-2.5.0 brightcontent-attachments.gemspec
brightcontent-attachments-2.4.6 brightcontent-attachments.gemspec
brightcontent-attachments-2.4.5 brightcontent-attachments.gemspec
brightcontent-attachments-2.4.4 brightcontent-attachments.gemspec
brightcontent-attachments-2.4.3 brightcontent-attachments.gemspec
brightcontent-attachments-2.4.2 brightcontent-attachments.gemspec
brightcontent-attachments-2.4.1 brightcontent-attachments.gemspec
brightcontent-attachments-2.4.0 brightcontent-attachments.gemspec