Sha256: 55c47c55ec1e5df9c17102794f74aeb04450d8b5296538a4fd8cae76fb2ac026
Contents?: true
Size: 959 Bytes
Versions: 3
Compression:
Stored size: 959 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/dailymotion/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["slainer68"] gem.email = ["slainer68@gmail.com"] gem.description = %q{Dailymotion Open Graph API for Ruby} gem.summary = %q{Dailymotion Open Graph API for Ruby} gem.homepage = "https://github.com/slainer68/dailymotion" 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.name = "dailymotion" gem.require_paths = ["lib"] gem.version = Dailymotion::VERSION gem.add_runtime_dependency "faraday" gem.add_runtime_dependency "hashie" gem.add_runtime_dependency "faraday_middleware" gem.add_development_dependency 'pry' gem.add_development_dependency 'rake' gem.add_development_dependency 'rspec', '~> 2.10.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dailymotion-0.6.1 | dailymotion.gemspec |
dailymotion-0.6.0 | dailymotion.gemspec |
dailymotion-0.5.0 | dailymotion.gemspec |