# -*- encoding: utf-8 -*- # stub: bdsync 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "bdsync".freeze s.version = "0.1.1".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/bsync/releases", "homepage_uri" => "https://github.com/xxjapp/bsync", "source_code_uri" => "https://github.com/xxjapp/bsync" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Xia Xiongjun".freeze] s.bindir = "exe".freeze s.date = "2019-12-26" 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, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "bsync.gemspec".freeze, "lib/bsync.rb".freeze, "lib/bsync/version.rb".freeze] s.homepage = "https://github.com/xxjapp/bsync".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 end