Sha256: 8988cc6afd9648d77d048fdd612d04728cdb95fa1ec8d374b5c1dfacc851ac2d

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'dashing/version'

Gem::Specification.new do |spec|
  spec.name         = 'dashing-rails'
  spec.version      = Dashing::VERSION
  spec.authors      = ['Pierre-Louis Gottfrois']
  spec.email        = ['pierrelouis.gottfrois@gmail.com']
  spec.description  = 'The exceptionally handsome dashboard framework for Rails.'
  spec.summary      = 'The exceptionally handsome dashboard framework for Rails.'
  spec.homepage     = 'https://github.com/gottfrois/dashing-rails'
  spec.license      = 'MIT'

  spec.files        = `git ls-files`.split($/)
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency 'rails',                      '>= 4.0'
  spec.add_dependency 'jquery-rails',               '>= 3.0'
  spec.add_dependency 'coffee-script',              '>= 2.0'
  spec.add_dependency 'rufus-scheduler',            '~> 3.0'
  spec.add_dependency 'redis',                      '~> 3.2'
  spec.add_dependency 'connection_pool',            '~> 2.2'

  spec.add_development_dependency 'pry-rails'
  spec.add_development_dependency 'better_errors'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dashing-rails-2.4.5 dashing.gemspec