Sha256: cc8a396d8ae00222aebcf52ff8bf43f63a66484de9cd7cad82d4bdfec57ca211
Contents?: true
Size: 844 Bytes
Versions: 1
Compression:
Stored size: 844 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/jukebox-rails/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Alif Rachmawadi"] gem.email = ["subosito@gmail.com"] gem.description = %q{Zynga's Jukebox: Sophisticated audio playback for the web.} gem.summary = %q{The Jukebox is a component for playing sounds and music with the usage of sprites with a special focus on performance and cross-device deployment.} gem.homepage = "https://github.com/subosito/jukebox-rails" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "jukebox-rails" gem.require_paths = ["lib"] gem.version = Jukebox::Rails::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jukebox-rails-1.0.0 | jukebox-rails.gemspec |