Sha256: 9c78f98dbfd73c93226cd7bd9e586a5ca0d8cfc4505fee081eaa25303e318a15

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 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.1'
  spec.add_dependency 'jquery-rails',               '~> 3.0'
  spec.add_dependency 'coffee-script',              '~> 2.2'
  spec.add_dependency 'rufus-scheduler',            '~> 3.0'
  spec.add_dependency 'redis',                      '~> 3.0'
  spec.add_dependency 'connection_pool',            '~> 2.0'

  spec.add_development_dependency 'rspec-rails',    '~> 2.14'
  spec.add_development_dependency 'pry-rails',      '~> 0.3'
  spec.add_development_dependency 'better_errors',  '~> 1.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dashing-rails-2.3.2 dashing.gemspec