# -*- encoding: utf-8 -*- # stub: rfix 1.0.8.pre.109 ruby libvendor/shopify/cli-ui/lib Gem::Specification.new do |s| s.name = "rfix".freeze s.version = "1.0.8.pre.109".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/oleander/rfix-rb" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze, "vendor/shopify/cli-ui/lib".freeze] s.authors = ["Linus Oleander".freeze] s.bindir = "exe".freeze s.date = "2020-06-21" s.description = "RuboCop CLI that only lints and auto-fixes code you committed by utilizing `git-log` and `git-diff`. Rfix CLI makes it possible to lint (`rfix lint`) and auto-fix (`rfix local|origin|branch`) code changes since a certain point in history. You can auto-fix code committed since creating the current branch (`rfix origin`) or since pushing to upstream (`rfix local`).\n\nIncludes a RuboCop formatter with syntax highlighting and build in hyperlinks for offense documentation.\n\nHolds the same CLI arguments as RuboCop. Run `rfix --help` for a complete list or `rfix` for supported commands.\n".freeze s.email = ["linus@oleander.nu".freeze] s.executables = ["rfix".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.base".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/bundle".freeze, "bin/console".freeze, "bin/guard".freeze, "bin/rake".freeze, "bin/rfix".freeze, "bin/rspec".freeze, "bin/setup".freeze, "ci/Gemfile.rubocop-0.80".freeze, "ci/Gemfile.rubocop-0.80.lock".freeze, "ci/Gemfile.rubocop-0.81".freeze, "ci/Gemfile.rubocop-0.81.lock".freeze, "ci/Gemfile.rubocop-0.82".freeze, "ci/Gemfile.rubocop-0.82.lock".freeze, "ci/Gemfile.rubocop-0.83".freeze, "ci/Gemfile.rubocop-0.83.lock".freeze, "ci/Gemfile.rubocop-0.84".freeze, "ci/Gemfile.rubocop-0.84.lock".freeze, "ci/Gemfile.rubocop-0.85".freeze, "ci/Gemfile.rubocop-0.85.1".freeze, "ci/Gemfile.rubocop-0.85.1.lock".freeze, "ci/Gemfile.rubocop-0.85.lock".freeze, "exe/rfix".freeze, "file.rb".freeze, "lib/rfix.rb".freeze, "lib/rfix/cmd.rb".freeze, "lib/rfix/extensions/extensions.rb".freeze, "lib/rfix/extensions/offense.rb".freeze, "lib/rfix/formatter.rb".freeze, "lib/rfix/gem_helper.rb".freeze, "lib/rfix/git_file.rb".freeze, "lib/rfix/git_helper.rb".freeze, "lib/rfix/log.rb".freeze, "lib/rfix/rake_helper.rb".freeze, "lib/rfix/rfix.rb".freeze, "lib/rfix/tracked_file.rb".freeze, "lib/rfix/untracked_file.rb".freeze, "lib/rfix/version.rb".freeze, "resources/ps.png".freeze, "rfix.gemspec".freeze, "vendor/shopify/cli-ui/lib/cli/ui.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/ansi.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/color.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/formatter.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/frame.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/frame/frame_stack.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/frame/frame_style.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/frame/frame_style/box.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/frame/frame_style/bracket.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/glyph.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/printer.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/progress.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/prompt.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/prompt/interactive_options.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/prompt/options_handler.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/spinner.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/spinner/async.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/spinner/spin_group.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/stdout_router.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/terminal.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/truncater.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/version.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/widgets.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/widgets/base.rb".freeze, "vendor/shopify/cli-ui/lib/cli/ui/widgets/status.rb".freeze] s.homepage = "https://github.com/oleander/rfix-rb".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze) s.requirements = ["git, v2.0+".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RuboCop CLI that only lints and auto-fixes code you committed by utilizing `git-log` and `git-diff`".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.20".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.80".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.3".freeze]) end