Sha256: 2c8b2d47d0294f46b63b4497cb63ec0cb1ea2585f2e707332f86f66cdc7516b9
Contents?: true
Size: 806 Bytes
Versions: 40
Compression:
Stored size: 806 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "fake_ftp/version" Gem::Specification.new do |s| s.name = "fake_ftp" s.version = FakeFtp::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Colin Shield", "Eric Saxby"] s.email = ["sax+github@livinginthepast.org"] s.homepage = "http://rubygems.org/gems/fake_ftp" s.summary = %q{Creates a fake FTP server for use in testing} s.description = %q{Testing FTP? Use this!} s.license = 'MIT' s.required_rubygems_version = ">= 1.3.6" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
40 entries across 34 versions & 2 rubygems