--- !ruby/object:Gem::Specification name: fake_ftp version: !ruby/object:Gem::Version version: 0.3.0 platform: ruby authors: - Colin Shield - Eric Saxby autorequire: bindir: bin cert_chain: [] date: 2017-08-01 00:00:00.000000000 Z dependencies: [] description: Testing FTP? Use this! email: - sax+github@livinginthepast.org executables: [] extensions: [] extra_rdoc_files: [] files: - ".codeclimate.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".rubocop_todo.yml" - ".simplecov" - ".travis.yml" - CHANGELOG.md - CONTRIBUTORS.md - Gemfile - Guardfile - LICENSE.md - README.md - Rakefile - fake_ftp.gemspec - lib/fake_ftp.rb - lib/fake_ftp/file.rb - lib/fake_ftp/server.rb - lib/fake_ftp/server_commands.rb - lib/fake_ftp/server_commands/acct.rb - lib/fake_ftp/server_commands/cdup.rb - lib/fake_ftp/server_commands/cwd.rb - lib/fake_ftp/server_commands/dele.rb - lib/fake_ftp/server_commands/list.rb - lib/fake_ftp/server_commands/mdtm.rb - lib/fake_ftp/server_commands/mkd.rb - lib/fake_ftp/server_commands/nlst.rb - lib/fake_ftp/server_commands/pass.rb - lib/fake_ftp/server_commands/pasv.rb - lib/fake_ftp/server_commands/port.rb - lib/fake_ftp/server_commands/pwd.rb - lib/fake_ftp/server_commands/quit.rb - lib/fake_ftp/server_commands/retr.rb - lib/fake_ftp/server_commands/rnfr.rb - lib/fake_ftp/server_commands/rnto.rb - lib/fake_ftp/server_commands/site.rb - lib/fake_ftp/server_commands/size.rb - lib/fake_ftp/server_commands/stor.rb - lib/fake_ftp/server_commands/type.rb - lib/fake_ftp/server_commands/user.rb - lib/fake_ftp/server_commands/wat.rb - lib/fake_ftp/version.rb - spec/fixtures/invisible_bike.jpg - spec/fixtures/text_file.txt - spec/functional/server_spec.rb - spec/integration/server_spec.rb - spec/models/fake_ftp/file_spec.rb - spec/models/fake_ftp/server_spec.rb - spec/spec_helper.rb homepage: http://rubygems.org/gems/fake_ftp licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.11 signing_key: specification_version: 4 summary: Creates a fake FTP server for use in testing test_files: - spec/fixtures/invisible_bike.jpg - spec/fixtures/text_file.txt - spec/functional/server_spec.rb - spec/integration/server_spec.rb - spec/models/fake_ftp/file_spec.rb - spec/models/fake_ftp/server_spec.rb - spec/spec_helper.rb