Sha256: f15dd29458a38053f9c9b744650d1ce61eaa6a82cb3909b2f03165e3e8ce6608

Contents?: true

Size: 739 Bytes

Versions: 1

Compression:

Stored size: 739 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/opal/highcharts/version', __FILE__)

Gem::Specification.new do |spec|
  spec.name           = 'opal-highcharts'
  spec.version        = Opal::Highcharts::VERSION
  spec.authors        = [ 'Colin Gunn' ]
  spec.email          = [ 'colgunn@icloud.com' ]
  spec.homepage       = 'http://github.com/balmoral/opal-highcharts'
  spec.summary        = 'Ruby wrapper for Highcharts/Highstock JS.'
  spec.license        = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_dependency 'opal'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-highcharts-0.1.3 opal-highcharts.gemspec