Sha256: 77c60b348dfb58111d3329fee825451bbf4e0692da56955420739c733d046e2b
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "date" require "streamly_ffi/version" Gem::Specification.new do |s| s.name = "streamly_ffi" s.version = StreamlyFFI::VERSION s.summary = %q{A streaming Curl/HTTP/REST client for Ruby, in cross-Ruby FFI.} s.description = %q{A streaming Curl/HTTP/REST client for Ruby, in cross-Ruby FFI. Using the CurlFFI RubyGem.} s.authors = ["Brian Lopez", "Scott Gonyea"] s.date = Date.today.to_s s.email = %q{seniorlopez@gmail.com} s.homepage = %q{http://github.com/aitrus/streamly_ffi} s.platform = Gem::Platform::RUBY s.add_dependency "curl_ffi" s.add_development_dependency "rspec" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
streamly_ffi-0.1.6 | streamly_ffi.gemspec |