Sha256: a5f1ddd110c90232931f72146fe92971af4b4e4292e28121a35b5f4d2c2b0d0a
Contents?: true
Size: 957 Bytes
Versions: 7
Compression:
Stored size: 957 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'podlove-web-player-rails/version' Gem::Specification.new do |gem| gem.name = "podlove-web-player-rails" gem.version = PodloveWebPlayerRails::VERSION gem.authors = ["Bastian Bartmann"] gem.email = ["xarfai27@gmail.com"] gem.description = %q{Podlove Web Player for Rails 3.} gem.summary = %q{Integrates the needed javascript and css in the asset pipeline and provides a handy helper method to integrate the player in the view.} gem.homepage = "https://github.com/coding-chimp/podlove-web-player-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.require_paths = ["lib"] gem.add_dependency "railties", "~> 3.1" end
Version data entries
7 entries across 7 versions & 1 rubygems