# -*- encoding: utf-8 -*- # stub: bdsync 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "bdsync".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/xxjapp/bdsync/releases", "homepage_uri" => "https://github.com/xxjapp/bdsync", "source_code_uri" => "https://github.com/xxjapp/bdsync" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Xia Xiongjun".freeze] s.bindir = "exe".freeze s.date = "2019-12-27" s.description = "Bidirectional Synchronization tool for sftp or local file system".freeze s.email = ["xxjapp@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bdsync.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/bdsync.rb".freeze, "lib/bdsync/core.rb".freeze, "lib/bdsync/lfs.rb".freeze, "lib/bdsync/sftp.rb".freeze, "lib/bdsync/utils.rb".freeze, "lib/bdsync/version.rb".freeze] s.homepage = "https://github.com/xxjapp/bdsync".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Bidirectional Synchronization tool for sftp or local file system".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) end