Sha256: 374b2b78561d65d4512bcb01d6f70d6c398dc036db0eacd553af8a1518981ff6
Contents?: true
Size: 718 Bytes
Versions: 8
Compression:
Stored size: 718 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/mpg321" spec.license = "GNU GENERAL PUBLIC LICENSE" spec.files = `git ls-files`.split($/) spec.require_paths = ["lib"] end
Version data entries
8 entries across 8 versions & 1 rubygems