# -*- encoding: utf-8 -*- require File.expand_path('../lib/mockspotify/version', __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