Sha256: 288a150b10547972accce7c97ff6c960f5d33294c6a86a10c8d8a20ccebb3d34
Contents?: true
Size: 955 Bytes
Versions: 3
Compression:
Stored size: 955 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/rails3_markitup/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["JerryShen"] gem.email = ["hansay99@gmail.com"] gem.description = %q{rails3_markitup is a Rails 3.1 engine that allows you to integrate the MarkItUp text editor into the asset pipeline.} gem.summary = %q{rails3_markitup is a awesome jquery rich text editor} gem.homepage = "https://github.com/jerryshen/rails3_markitup" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "rails3_markitup" gem.require_paths = ["lib"] gem.version = Rails3Markitup::VERSION gem.add_dependency 'rails', '~> 3.1' gem.add_dependency 'bundler', '~> 1.1.rc' gem.add_dependency 'bluecloth' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails3_markitup-0.0.3 | rails3_markitup.gemspec |
rails3_markitup-0.0.2 | rails3_markitup.gemspec |
rails3_markitup-0.0.1 | rails3_markitup.gemspec |