Sha256: 74da2582c3a2149ad97930dc72829d3887a02af31b4037eefc42f1af8657bd48
Contents?: true
Size: 957 Bytes
Versions: 2
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.2" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
podlove-web-player-rails-2.0.17 | podlove-web-player-rails.gemspec |
podlove-web-player-rails-1.2.3 | podlove-web-player-rails.gemspec |