Sha256: 15cfddab8091a8e670ab39ca8db2ba44f575a954c26573153a97f2ee7eda00d4

Contents?: true

Size: 827 Bytes

Versions: 6

Compression:

Stored size: 827 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "rails_kindeditor"
  s.version     = RailsKindeditor::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = "Macrow"
  s.email       = "Macrow_wh@163.com"
  s.homepage    = "http://github.com/Macrow"
  s.summary     = "Kindeditor for Ruby on Rails"
  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

6 entries across 6 versions & 1 rubygems

Version Path
rails_kindeditor-0.5.0 rails_kindeditor.gemspec
rails_kindeditor-0.4.7 rails_kindeditor.gemspec
rails_kindeditor-0.4.6 rails_kindeditor.gemspec
rails_kindeditor-0.4.5 rails_kindeditor.gemspec
rails_kindeditor-0.4.4 rails_kindeditor.gemspec
rails_kindeditor-0.4.2 rails_kindeditor.gemspec