Sha256: 06cab328010a651523ef61f463f2654400747098814df0170d878770c11b53e4

Contents?: true

Size: 854 Bytes

Versions: 2

Compression:

Stored size: 854 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.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.6'
  
  s.add_runtime_dependency     'json',        '>= 1.4.6'
  s.add_runtime_dependency     'rest-client', '>= 1.5.1'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grooveshark-0.2.4 grooveshark.gemspec
grooveshark-0.2.3 grooveshark.gemspec