Sha256: ab464a774f7849c6782796c405e41ec4f8afe66162ba3c854e7cda3db1f2ad63

Contents?: true

Size: 803 Bytes

Versions: 11

Compression:

Stored size: 803 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    = ""
  s.summary     = "Kindeditor(4.x) for Rails3"
  s.description = "Kindeditor(4.x) for Rails3, including image and file upload with carrierwave."

  s.rubyforge_project = "rails_kindeditor"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_dependency("carrierwave")
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rails_kindeditor-0.2.8 rails_kindeditor.gemspec
rails_kindeditor-0.2.7 rails_kindeditor.gemspec
rails_kindeditor-0.2.6 rails_kindeditor.gemspec
rails_kindeditor-0.2.5 rails_kindeditor.gemspec
rails_kindeditor-0.2.3 rails_kindeditor.gemspec
rails_kindeditor-0.2.2 rails_kindeditor.gemspec
rails_kindeditor-0.2.1 rails_kindeditor.gemspec
rails_kindeditor-0.2.0 rails_kindeditor.gemspec
rails_kindeditor-0.1.2 rails_kindeditor.gemspec
rails_kindeditor-0.1.1 rails_kindeditor.gemspec
rails_kindeditor-0.1.0 rails_kindeditor.gemspec