Sha256: a90b924c3c9ff144015b63612373ffb411c1cfb14073bc428f75dd058e3b765f

Contents?: true

Size: 949 Bytes

Versions: 2

Compression:

Stored size: 949 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "rhythmmml"
  spec.version       = Rhythmmml::VERSION
  spec.authors       = ["Masafumi Yokoyama"]
  spec.email         = ["myokoym@gmail.com"]
  spec.description   = %q{A rhythm game for MML (Music Macro Language) by Gosu.}
  spec.summary       = spec.description
  spec.homepage      = "https://github.com/myokoym/rhythmmml"
  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_runtime_dependency("gosu")
  spec.add_runtime_dependency("mml2wav")

  spec.add_development_dependency("bundler")
  spec.add_development_dependency("rake")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rhythmmml-0.0.2 rhythmmml.gemspec
rhythmmml-0.0.1 rhythmmml.gemspec