Sha256: d1f64f650a9104e7f8ea78dbfec6e2d13201313545f9838389a35fb8c0f21fcb
Contents?: true
Size: 894 Bytes
Versions: 1
Compression:
Stored size: 894 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'amcharts/version' Gem::Specification.new do |spec| spec.name = "amcharts.rb" spec.version = AmCharts::VERSION spec.authors = ["Daniel Vandersluis"] spec.email = ["dvandersluis@selfmgmt.com"] spec.description = %q{Ruby wrapper for Amcharts} spec.summary = %q{Wrapper for Amcharts 3 Javascript charts} spec.homepage = "https://github.com/dvandersluis/amcharts.rb" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amcharts.rb-3.1.1.0.pre | amcharts.rb.gemspec |