Sha256: badabe32244d5788156cef9b5134e89cafbc103a52741c0281a5d0efe1941070
Contents?: true
Size: 645 Bytes
Versions: 1
Compression:
Stored size: 645 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/mockspotify', __FILE__) Gem::Specification.new do |gem| gem.name = "mockspotify" gem.summary = %Q{A mock of libspotify for use in development of language bindings} gem.homepage = "https://github.com/Burgestrand/libmockspotify" gem.authors = ["Kim Burgestrand"] gem.email = 'kim@burgestrand.se' gem.files = `git ls-files`.split("\n") gem.executables = [] gem.require_paths = ["lib", "src"] gem.extensions << 'src/extconf.rb' gem.add_dependency 'spotify' gem.version = Spotify::Mock::VERSION gem.platform = Gem::Platform::RUBY end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mockspotify-0.1.0 | mockspotify.gemspec |