Sha256: a7d19bc024a952497f3d79ba41310b952f00c990da20167895d7c228f76f5910
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'plotrb/version' Gem::Specification.new do |spec| spec.name = 'plotrb' spec.version = Plotrb::VERSION spec.authors = ['Zuhao Wan'] spec.email = 'wanzuhao@gmail.com' spec.description = %q{Plotrb is a plotting tool in Ruby.} spec.summary = %q{Plotrb is a plotting tool in Ruby, built on Vega and D3, and is part of the SciRuby Project.} spec.homepage = 'https://github.com/sciruby/plotrb' spec.license = 'BSD 2-clause' 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 = %w(lib) spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec' spec.add_development_dependency 'yard' spec.add_dependency 'yajl-ruby' spec.add_dependency 'activemodel' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plotrb-0.0.1 | plotrb.gemspec |