pushtype/push_type

View on GitHub
core/push_type_core.gemspec

Summary

Maintainability
Test Coverage
# Maintain your gem's version:
require File.expand_path('../../core/lib/push_type/version', __FILE__)

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.platform      = Gem::Platform::RUBY
  s.name          = 'push_type_core'
  s.version       = PushType::VERSION
  s.summary       = %q{The core engine for PushType CMS.}
  s.description   = %q{The core engine for PushType CMS. Required by all other PushType engines. PushType is a new generation of content management system for Ruby on Rails.}

  s.files         = Dir['{app,config,db,lib,vendor}/**/*', 'README.md', 'LICENSE.md']
  s.require_paths = %w(lib)
  s.test_files    = Dir['test/**/*']

  s.authors       = ['Aaron Russell']
  s.email         = ['aaron@gc4.co.uk']
  s.homepage      = 'http://www.pushtype.org'
  s.license       = 'MIT'

  s.add_dependency 'rails',         ['>= 5.0', '< 6']
  s.add_dependency 'pg',            ['>= 0.18']
  s.add_dependency 'closure_tree',  '~> 6.6'
  s.add_dependency 'dragonfly',     '~> 1.1'
  s.add_dependency 'redcarpet',     '~> 3.4'
end