Sha256: 7422ed26204d20a652f456d4a563197d608cd981999a8cdb66667c950ef11436
Contents?: true
Size: 611 Bytes
Versions: 1
Compression:
Stored size: 611 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.version = MockSpotify::VERSION gem.platform = Gem::Platform::RUBY end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mockspotify-0.0.1 | mockspotify.gemspec |