Sha256: b42e59130add32e3894b011136933c5f78e0e7e34138f88a298e455b9b1975ef

Contents?: true

Size: 870 Bytes

Versions: 2

Compression:

Stored size: 870 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "rails_kindeditor/version"

Gem::Specification.new do |s|
  s.name        = "rails_kindeditor_video"
  s.version     = RailsKindeditor::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = "Macrow"
  s.email       = "forest@icitymobile.com"
  s.homepage    = "https://github.com/Macrow/rails_kindeditor"
  s.summary     = "Kindeditor for Ruby on Rails support mp4"
  s.description = "rails_kindeditor will helps your rails app integrate with kindeditor, including images and files uploading."
  s.license = 'MIT'

  # s.rubyforge_project = "rails_kindeditor"

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

  s.add_dependency("carrierwave")
  s.add_dependency("mini_magick")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_kindeditor_video-0.5.2 rails_kindeditor_video.gemspec
rails_kindeditor_video-0.5.1 rails_kindeditor_video.gemspec