Sha256: 8858e4f43016bc6a701a0a005378f5af143472642723a25585c53663b4303901

Contents?: true

Size: 917 Bytes

Versions: 2

Compression:

Stored size: 917 Bytes

Contents

# frozen_string_literal: true

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'toxiclibs/version'

Gem::Specification.new do |spec|
  spec.name = 'toxiclibs'
  spec.version = Toxiclibs::VERSION
  spec.extra_rdoc_files = %w[README.md LICENSE.md]
  spec.summary = %q[Updated and extended toxiclibs libraries for JRubyArt and propane]
  spec.description =<<-EOS
  Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-2.4 and processing-3.4
  EOS
  spec.licenses = %w(MIT LGPL-3.0)
  spec.authors = %w(Karsten\ Schmidt Martin\ Prout)
  spec.email = 'mamba2928@yahoo.co.uk'
  spec.homepage = 'http://ruby-processing.github.io/toxicgem/'
  spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
  spec.files << 'lib/toxiclibs.jar'
  spec.require_paths = ['lib']
  spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
toxiclibs-2.1.0 toxiclibs.gemspec
toxiclibs-2.0.0 toxiclibs.gemspec