Sha256: 52f93f87cf8d10a51f08f1b6aa280c2b7caf672ee7bbd520eea2b9a813a9c55c
Contents?: true
Size: 653 Bytes
Versions: 9
Compression:
Stored size: 653 Bytes
Contents
# -*- 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
Version data entries
9 entries across 9 versions & 1 rubygems