# -*- encoding: utf-8 -*- # stub: ubnt-usg-restore 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "ubnt-usg-restore".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/rickmark/unifi-usg-restore", "homepage_uri" => "https://github.com/rickmark/unifi-usg-restore", "source_code_uri" => "https://github.com/rickmark/unifi-usg-restore" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Rick Mark".freeze] s.bindir = "exe".freeze s.date = "2019-04-06" s.description = "The Unifi USG has a USB drive in the unit that can be restored by this utility".freeze s.email = ["rickmark@dropbox.com".freeze] s.executables = ["ubnt-usg-restore".freeze] s.files = [".gitignore".freeze, ".idea/encodings.xml".freeze, ".idea/inspectionProfiles/Project_Default.xml".freeze, ".idea/misc.xml".freeze, ".idea/modules.xml".freeze, ".idea/ubnt-usg-restore.iml".freeze, ".idea/vcs.xml".freeze, ".idea/workspace.xml".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, "exe/ubnt-usg-restore".freeze, "lib/ubnt/usg/restore.rb".freeze, "lib/ubnt/usg/restore/dependency_check.rb".freeze, "lib/ubnt/usg/restore/drive_creator.rb".freeze, "lib/ubnt/usg/restore/file_copier.rb".freeze, "lib/ubnt/usg/restore/image_extractor.rb".freeze, "lib/ubnt/usg/restore/version.rb".freeze, "ubnt-usg-restore.gemspec".freeze] s.homepage = "https://github.com/rickmark/unifi-usg-restore".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Create USB media to restore the Unifi USG".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end