Sha256: c8edf9ea2e03f5aa15f5b0982cde62552750f41b37ce1f2f0b6e4b80e5657179

Contents?: true

Size: 888 Bytes

Versions: 3

Compression:

Stored size: 888 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "rmpd/version"

Gem::Specification.new do |s|
  s.name        = "rmpd"
  s.version     = Rmpd::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Eric Wollesen"]
  s.email       = ["ericw@xmtp.net"]
  s.homepage    = "http://github.com/ewollesen/rmpd"
  s.summary     = %q{Music Player Daemon client in Ruby}
  s.description = %q{Music Player Daemon client in Ruby}

  # s.rubyforge_project = "rmpd"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {spec}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency("rspec", "~> 2.6.0")
  s.add_development_dependency("byebug")
  s.add_development_dependency("rake")
  s.add_development_dependency("pry")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rmpd-1.1.16 rmpd.gemspec
rmpd-1.1.15 rmpd.gemspec
rmpd-1.1.13 rmpd.gemspec