rfix 1.0.2 → 1.0.3

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: 7883d48edbb0c82cafd4bc157abfc0fb3168632cdece1d9287bb652f2ff1932f
4
- data.tar.gz: 9cc1ab988682c5b485db5349f21f43c6195e394edd3a51eb7152acfe99155bad
3
+ metadata.gz: 5407c6c1b31c41e5691fe010fb67bb086eaba8a6011269a3afb942a7a2eba3b7
4
+ data.tar.gz: 488b0c4302debe58d732710fc3a6e2d4219c7b4fe8a64fe6651d05838c7dd948
5
5
  SHA512:
6
- metadata.gz: bf1df5063745186ffe1ed1ce817919db1dff69b4e0a23018bf40b19dcd4a7163b137f2083c6a427c29ae81ca40cad63d8c673867dc86d4c9be53d4a8bb01ea2a
7
- data.tar.gz: e2e98400d53f581fff376fc4459dff147920e49d35af0faeef188b532a65a697b4fdda3e030407802cc8b32fce05ddb4f3a581c5389a0ca6d9ca6d21e2bce068
6
+ metadata.gz: 63b33d84d6e5a86f89c0d6650f0213b37a251bf15fa5dbe37caa72cf159f6d7e325aa13ca2e9a1f2f2c8af36b1144313a382ac95e0f65fbf8032e23089199893
7
+ data.tar.gz: 14ebaf558b07caa3f7d7641ba1112215e4af6fa285542edbf42d9369ab681ded92204cbd32c0359e329b0249f7a901cd3f644a23034b56686c3b2a0d87885122
@@ -21,7 +21,7 @@ GIT
21
21
  PATH
22
22
  remote: .
23
23
  specs:
24
- rfix (1.0.2)
24
+ rfix (1.0.3)
25
25
  rainbow (~> 3.0)
26
26
  rouge (~> 3.20)
27
27
  rubocop (~> 0.80)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rfix
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["linus@oleander.nu"]
11
11
 
12
12
  spec.summary = "RuboCop CLI that only complains about your latest changes"
13
- spec.description = "$ rfix <local|branch|origin|info|all> [--dry] [--help]"
13
+ spec.description = "$ rfix local|branch|origin|info|all [--dry] [--help]"
14
14
  spec.homepage = "https://github.com/oleander/rfix-rb"
15
15
  spec.license = "MIT"
16
16
  spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rfix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linus Oleander
@@ -52,7 +52,7 @@ 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: "$ rfix local|branch|origin|info|all [--dry] [--help]"
56
56
  email:
57
57
  - linus@oleander.nu
58
58
  executables: