pushtype/push_type

View on GitHub
api/push_type_api.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_api'
  s.version       = PushType::VERSION
  s.summary       = %q{Restful API for PushType CMS.}
  s.description   = %q{Restful API for PushType CMS. 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 'push_type_core',  PushType::VERSION
  s.add_dependency 'jbuilder',        '~> 2.7'
  s.add_dependency 'kaminari',        '~> 1.1'
end