Sha256: de10a7984463a0657d8c87f0339b75bdf03d40602410f95dec2e11e8a67f77a8

Contents?: true

Size: 985 Bytes

Versions: 3

Compression:

Stored size: 985 Bytes

Contents

# coding: utf-8
$:.push File.expand_path('../lib', __FILE__)
require 'inverter/version'

Gem::Specification.new do |s|
  s.name        = 'inverter'
  s.version     = Inverter::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Alexander Kravets']
  s.email       = 'alex@slatestudio.com'
  s.license     = 'MIT'
  s.homepage    = 'http://slatestudio.com'
  s.summary     = 'An easy way to connect Rails templates content to CMS.'
  s.description = <<-DESC
Easy way to connect Rails templates content to CMS. HTML content is marked using
special formatted comments. Then it automatically populated to models and is accessible
via CMS of choice. When template is rendered content stored in models content is
pulled from databased automatically.
  DESC

  s.rubyforge_project = 'inverter'

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ['lib']

  s.add_dependency("render_anywhere", ">= 0.0.10")
  s.add_dependency("meta-tags",       ">= 2.0")
end




Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inverter-0.2.7 inverter.gemspec
inverter-0.2.2 inverter.gemspec
inverter-0.2.1 inverter.gemspec