Sha256: 81292054e15efc630b3a6625802b3465c47367874550f89d21e958dc9ec8aa56

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "dxruby_rp5"
  spec.version       = DXRubyRP5::VERSION
  spec.authors       = ["Yuki Morohoshi"]
  spec.email         = ["hoshi.sanou@gmail.com"]
  spec.description   = %q{`dxruby-rp5` is a ruby library for 2D graphics and game. `dxruby-rp5` uses `ruby-processing` and  has API same as DXRuby.}
  spec.summary       = %q{2D graphics and game library}
  spec.homepage      = "https://github.com/hoshi-sano/dxruby_rp5"
  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"

  spec.add_runtime_dependency "ruby-processing", ">= 2.4"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dxruby_rp5-0.0.4 dxruby_rp5.gemspec
dxruby_rp5-0.0.3 dxruby_rp5.gemspec