Sha256: d01532cffbe81553ec59e4809115aa7e9a9a4fa69cb75d6ee408db7f79a92e9a
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'video_thumb/version' Gem::Specification.new do |spec| spec.name = "video_thumb" spec.version = VideoThumb::VERSION spec.authors = ["Tolga Gezginiş"] spec.email = ["tolga@gezginis.com"] spec.summary = %q{Youtube, Vimeo and İzlesene thumbnails} spec.description = %q{Get the thumbnails from Youtube, Vimeo and İzlesene videos} spec.homepage = "https://github.com/tgezginis/video_thumb" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "json" spec.add_runtime_dependency "nokogiri" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
video_thumb-0.1.2 | video_thumb.gemspec |
video_thumb-0.1.1 | video_thumb.gemspec |