rfix 1.0.6 → 1.0.7.pre.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a81fcd91613705689bcc70a1ed0d639d7000d002005615fba624383a5c53ce7
4
- data.tar.gz: '087e5a65e5c38470af4ffa18cc05ce199801cb8eda1414459e208ebf66b3e4b9'
3
+ metadata.gz: f0ca636e0b0fdf5b52df3d8fdf1a0c6e5598e1099ea2827783f392d859554b02
4
+ data.tar.gz: b2fcdef1b9427af6c957bc8660217a58ffbe113ac6f61b10d90c25d66db65cd9
5
5
  SHA512:
6
- metadata.gz: 64487b5340afcad795570aa055bf8713433d97c5f369c13c5c7994069a00a9457ada3dcbda76fe248c8d1b1b101725626cc771029919fe3b10cac6452d5cdd3a
7
- data.tar.gz: 67768f496a89bdd928e524ae1bc34f5658681cd991fabb71571f3368cc682cab7bbd621c9b238af3ed5dbdc9bb2116034119c8f7208878060c706e1ec9631160
6
+ metadata.gz: 423bb5ff85314b5f962fd577d8edbf60190015ba16b45f2580867551fe84dd31c3464dd2e7c24789db67cda3db9810cd4fa268359112c3b6fed4a1a4576fd810
7
+ data.tar.gz: 26da76674da91b00c261a3d55d88d07ae6650665168cbe4963d7abf1ba3385f670569175e5360b62cdd38e1204187c11a7a307c17446b615c649faf2286ab3bb
@@ -37,4 +37,5 @@ jobs:
37
37
  gem: rfix
38
38
  on:
39
39
  repo: oleander/rfix-rb
40
+ tags: false
40
41
  cleanup: 'false'
@@ -21,7 +21,7 @@ GIT
21
21
  PATH
22
22
  remote: .
23
23
  specs:
24
- rfix (1.0.6)
24
+ rfix (1.0.7)
25
25
  rainbow (~> 3.0)
26
26
  rouge (~> 3.20)
27
27
  rubocop (~> 0.80)
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Rfix [![Build Status](https://travis-ci.org/oleander/rfix-rb.svg?branch=master)](https://travis-ci.org/oleander/rfix-rb)
1
+ # Rfix [![Build Status](https://travis-ci.org/oleander/rfix-rb.svg?branch=master)](https://travis-ci.org/oleander/rfix-rb) ![Gem](https://img.shields.io/gem/dt/rfix)
2
2
 
3
3
  RuboCop CLI that only complains about your latest changes
4
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rfix
4
- VERSION = "1.0.6"
4
+ VERSION = "1.0.7"
5
5
  end
@@ -18,7 +18,18 @@ Gem::Specification.new do |spec|
18
18
  spec.email = ["linus@oleander.nu"]
19
19
 
20
20
  spec.summary = "RuboCop CLI that only complains about your latest changes"
21
- spec.description = "$ rfix local|branch|origin|info|all [--dry] [--help]"
21
+ spec.description = <<~TEXT
22
+ #{spec.summary}
23
+ Uses 'git diff' to determine what changes were made then runs RuboCop against them
24
+
25
+ $ rfix branch <branch> -- Fix changes made between HEAD and <branch>
26
+ $ rfix origin -- Fix changes made between HEAD and origin branch
27
+ $ rfix local -- Fix changes not yet pushed to upstream branch
28
+ $ rfix info -- Display runtime dependencies and their versions
29
+ $ rfix all -- Fix all files in this repository (not recommended)
30
+
31
+ Optional args: --dry --help --list-files --limit-files --config --untracked
32
+ TEXT
22
33
  spec.homepage = "https://github.com/oleander/rfix-rb"
23
34
  spec.license = "MIT"
24
35
  spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rfix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7.pre.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linus Oleander
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-06-17 00:00:00.000000000 Z
@@ -52,7 +52,14 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.80'
55
- description: "$ rfix local|branch|origin|info|all [--dry] [--help]"
55
+ description: "RuboCop CLI that only complains about your latest changes\nUses 'git
56
+ diff' to determine what changes were made then runs RuboCop against them\n\n\t$
57
+ rfix branch <branch> -- Fix changes made between HEAD and <branch>\n\t$ rfix origin
58
+ \ -- Fix changes made between HEAD and origin branch\n\t$ rfix local --
59
+ Fix changes not yet pushed to upstream branch\n\t$ rfix info -- Display
60
+ runtime dependencies and their versions\n\t$ rfix all -- Fix all files
61
+ in this repository (not recommended)\n\nOptional args: --dry --help --list-files
62
+ --limit-files --config --untracked\n"
56
63
  email:
57
64
  - linus@oleander.nu
58
65
  executables:
@@ -129,7 +136,7 @@ licenses:
129
136
  - MIT
130
137
  metadata:
131
138
  homepage_uri: https://github.com/oleander/rfix-rb
132
- post_install_message:
139
+ post_install_message:
133
140
  rdoc_options: []
134
141
  require_paths:
135
142
  - lib
@@ -141,12 +148,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
148
  version: 2.5.0
142
149
  required_rubygems_version: !ruby/object:Gem::Requirement
143
150
  requirements:
144
- - - ">="
151
+ - - ">"
145
152
  - !ruby/object:Gem::Version
146
- version: '0'
153
+ version: 1.3.1
147
154
  requirements: []
148
- rubygems_version: 3.1.4
149
- signing_key:
155
+ rubygems_version: 3.0.3
156
+ signing_key:
150
157
  specification_version: 4
151
158
  summary: RuboCop CLI that only complains about your latest changes
152
159
  test_files: []