Sha256: d89329b7018d1c72e2c40572bb871bacce1333a6b4b7e45daf3424e7f3bf6751
Contents?: true
Size: 977 Bytes
Versions: 2
Compression:
Stored size: 977 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "dailymotion-api/version" Gem::Specification.new do |gem| gem.name = "dailymotion-api-client" gem.version = DailymotionApi::VERSION gem.authors = ["Guilherme Garnier"] gem.email = ["guilherme.garnier@gmail.com"] gem.description = "DailyMotion API Ruby client" gem.summary = "DailyMotion API Ruby client" gem.homepage = "http://github.com/ggarnier/dailymotion-api-client" gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) 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_runtime_dependency "httmultiparty" gem.add_development_dependency "rspec" gem.add_development_dependency "rake" gem.add_development_dependency "rubocop" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dailymotion-api-client-0.2.1 | dailymotion-api-client.gemspec |
dailymotion-api-client-0.2.0 | dailymotion-api-client.gemspec |