Sha256: 822f0ac2b64ed2a7c08384bb596f9f1f2f2c1306b418bfa83beb68e5536b9ead

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/cadmus/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Nat Budin", "Aziz Khoury"]
  gem.email         = ["natbudin@gmail.com", "bentael@gmail.com"]
  gem.description   = %q{Why deal with setting up a separate CMS?  Cadmus is just a little bit of CMS and fits nicely into your existing app.  It can be used for allowing users to customize areas of the site, for creating editable "about us" pages, and more.}
  gem.summary       = %q{Embeddable CMS for Rails 3 apps}
  gem.homepage      = "http://github.com/gively/cadmus"
  gem.license       = "MIT"

  gem.executables   = `git ls-files -- exe/*`.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          = "cadmus"
  gem.require_paths = ["lib"]
  gem.version       = Cadmus::VERSION

  gem.add_dependency("rails", ">= 5.0.0")
  gem.add_dependency("liquid")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cadmus-0.7.1 cadmus.gemspec
cadmus-0.7.0 cadmus.gemspec