Sha256: 1e1850794a78c17657778934e25a40b7195ebda21c3a00883a795a2f61231580
Contents?: true
Size: 715 Bytes
Versions: 46
Compression:
Stored size: 715 Bytes
Contents
# encoding: utf-8 lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require 'ethon/version' Gem::Specification.new do |s| s.name = "ethon" s.version = Ethon::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Hans Hasselberg"] s.email = ["me@hans.io"] s.homepage = "https://github.com/typhoeus/ethon" s.summary = "Libcurl wrapper." s.description = "Very lightweight libcurl wrapper." s.required_rubygems_version = ">= 1.3.6" s.license = 'MIT' s.add_dependency('ffi', ['>= 1.3.0']) s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.require_path = 'lib' end
Version data entries
46 entries across 45 versions & 8 rubygems