Sha256: a359173bffc0091456fecf8ce9b21730f8c2d3cbdc5ab95e777b5308b7684790

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "highcharts_rails"
  spec.version       = HighchartsRails::VERSION
  spec.authors       = ["Marek Wasko"]
  spec.email         = ["marek@ziin.info"]

  spec.summary       = %q{Includes Highcharts in a Rails asset pipeline}
  spec.description   = %q{Gem includes Highcharts (Interactive JavaScript charts for your web projects), in the Rails Asset Pipeline}
  spec.homepage      = "https://github.com/ziinfo/highcharts-on-rails.git"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.13"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
highcharts_rails-0.1.0 highcharts_rails.gemspec