Sha256: 64299fa70ae5816bce656638f62305f19d1821a0c955521d87e078e7071e6fe3

Contents?: true

Size: 1015 Bytes

Versions: 17

Compression:

Stored size: 1015 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'wysihtml5x/rails/version'

Gem::Specification.new do |spec|
  spec.name          = "wysihtml5x-rails"
  spec.version       = Wysihtml5x::Rails::VERSION
  spec.authors       = ["Tanel Jakobsoo"]
  spec.email         = ["tanel@fraktal.ee"]
  spec.description   = %q{A wysiwyg5x text editor for Rails assets pipeline}
  spec.summary       = %q{Wysihtml5x (http://edicy.github.io/wysihtml5) text editor for Rails assets pipeline.}
  spec.homepage      = "https://github.com/Edicy/wysihtml5x-rails"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "railties", ">= 3.1.0"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
wysihtml5x-rails-0.5.0.beta1 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.17 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.16 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.15 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.14 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.13 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.12 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.11 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.10 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.9 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.8 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.7 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.6 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.5 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.4 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.1 wysihtml5x-rails.gemspec
wysihtml5x-rails-0.4.0 wysihtml5x-rails.gemspec