Sha256: 3f6661acad1829f14394ab97a1cea7ffda237bab55e969c4f53a7b0e79429d66
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "hls/rails/version" Gem::Specification.new do |spec| spec.name = "hls-rails" spec.version = Hls::Rails::VERSION spec.authors = ["Douglas Harrington Muhone"] spec.email = ["theeomm@outlook.com"] spec.summary = %q{Ruby on rails wrapper for hls.js} spec.description = %q{hls-rails is a ruby on rails wrapper for hls.js, a JavaScript library which implements an HTTP Live Streaming client.} spec.homepage = "https://github.com/dhmgroup/hls-rails" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hls-rails-0.9.2 | hls-rails.gemspec |