Sha256: fdd88c619e3b057cfb1763e70c2ed041e196c31aeaf2aa17d6a95388a407d540
Contents?: true
Size: 1.01 KB
Versions: 5
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "video_info/version" Gem::Specification.new do |s| s.name = 'video_info' s.version = VideoInfo::VERSION s.license = 'MIT' s.author = 'Thibaud Guillaume-Gentil' s.email = 'thibaud@thibaud.gg' s.homepage = 'https://rubygems.org/gems/video_info' s.summary = 'Dailymotion, Vimeo, VK and YouTube info parser.' s.description = 'Get video info from Dailymotion, Vimeo, VK and YouTube url.' s.files = `git ls-files`.split($/) s.test_files = s.files.grep(%r{^spec/}) s.require_path = 'lib' s.required_ruby_version = '>= 1.9.3' s.add_dependency 'addressable' s.add_dependency 'multi_json' s.add_dependency 'htmlentities' s.add_development_dependency 'bundler', '>= 1.3.5' s.add_development_dependency 'rake' s.add_development_dependency 'rspec' s.add_development_dependency 'vcr' s.add_development_dependency 'webmock' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
video_info-2.3.1 | video_info.gemspec |
video_info-2.3.0 | video_info.gemspec |
video_info-2.2.2 | video_info.gemspec |
video_info-2.2.1 | video_info.gemspec |
video_info-2.2.0 | video_info.gemspec |