Sha256: 30529bd776cf4ce1b276c45212e5471b9c1c021e7ee0f0dcbff2010772251319

Contents?: true

Size: 723 Bytes

Versions: 1

Compression:

Stored size: 723 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "mpg321"
  spec.version       = Mpg321::VERSION
  spec.authors       = ["Richard Vickerstaff"]
  spec.email         = ["m3akq@btinternet.com"]
  spec.description   = "A simple ruby wrapper around mpg321"
  spec.summary       = "Provides a ruby object to wrap the mpg321 'Remote control'"
  spec.homepage      = "https://github.com/RichardVickerstaff/rake-n-bake"
  spec.license       = "GNU GENERAL PUBLIC LICENSE"
  spec.files         = `git ls-files`.split($/)
  spec.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mpg321-0.0.1 mpg321.gemspec