Sha256: 3cbee484639402c8928e8a8306e7fcda694935d0a7f94103b2882e563ddcaabf
Contents?: true
Size: 991 Bytes
Versions: 3
Compression:
Stored size: 991 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/grooveshark/version', __FILE__) Gem::Specification.new do |s| s.name = "grooveshark" s.version = Grooveshark::VERSION s.description = "Unofficial ruby library for consuming the Grooveshark API." s.summary = "Grooveshark API" s.authors = ["Dan Sosedoff"] s.email = "dan.sosedoff@gmail.com" s.homepage = "http://github.com/sosedoff/grooveshark" s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.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.12' s.add_development_dependency 'rake', '~> 10.0' s.add_runtime_dependency 'json', '>= 1.4.6' s.add_runtime_dependency 'rest-client', '>= 1.5.1' s.add_runtime_dependency 'uuid', '~> 2.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
grooveshark-0.2.10 | grooveshark.gemspec |
grooveshark-0.2.9 | grooveshark.gemspec |
grooveshark-0.2.8.2 | grooveshark.gemspec |