rfix 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f947e10503734c2c0d1b6e238936421ecc26e2cfe3c76d4ab8e8f1251decbfc6
4
- data.tar.gz: 721fba6f63f05be239fbe6ebf4a9d9fe382b9bcfe0e9d4984b9cc1e94e154e7f
3
+ metadata.gz: 44fcc859c87cf09b3702baaeb3f85cb570894ccda3543bc95a3996963e576323
4
+ data.tar.gz: 556be4a82175afa4c5616c673dd04c5b20c2a313541b1a68160a3c3e85104e87
5
5
  SHA512:
6
- metadata.gz: 7e5383f193787321a62df2484e1668181b32904b89bc857b8ef6105918fdc740dcc9872477846eab1fcc6e1eecf1753e32c5abdf5900c4475c4b5c6de682fb9b
7
- data.tar.gz: 012ae19245893ef39ce3563a9aec0a84fad9c34fade0c57704fc4d9822a941dd556b7e37528b0f55578aef8814817d0de69fd485d064944f8c8ee1727ebd3995
6
+ metadata.gz: d6a10ffadce1252337fde629d134fc02754926927767b8928b39976c3b07478f3cfe7ac375f0cbe3bc056fd3f92d00dded5fbfe830a93f00df82912644ebb147
7
+ data.tar.gz: da10e0915875aacdc3d66f91a6b6a7230959487fe35ce15d458ff7f759ee19e63f98b3a1d0c6960e7941c046706d1759c070828c19211471f40feb2e6b639bff
@@ -21,7 +21,7 @@ GIT
21
21
  PATH
22
22
  remote: .
23
23
  specs:
24
- rfix (1.0.0)
24
+ rfix (1.0.1)
25
25
  rainbow (~> 3.0)
26
26
  rouge (~> 3.20)
27
27
  rubocop (~> 0.80)
data/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # Rfix [![Build Status](https://travis-ci.org/oleander/rfix-rb.svg?branch=master)](https://travis-ci.org/oleander/rfix-rb)
2
2
 
3
+ RuboCop CLI that only complains about your latest changes
4
+
3
5
  ## Installation
4
6
 
5
7
  ``` shell
6
- gem install rfix
7
- rfix <local|branch 'any branch'|origin> [--dry] [--help]
8
+ $ gem install rfix
9
+ $ rfix <local|branch|origin|info|all> [--dry] [--help]
8
10
  ```
9
11
 
10
12
  ## Development
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rfix
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Linus Oleander"]
10
10
  spec.email = ["linus@oleander.nu"]
11
11
 
12
- spec.summary = "RuboCop wrapper that only complains about your latest changes"
13
- spec.description = spec.summary + "."
14
- spec.homepage = "https://github.com/oleander/rfix"
12
+ spec.summary = "RuboCop CLI that only complains about your latest changes"
13
+ spec.description = "$ rfix <local|branch|origin|info|all> [--dry] [--help]"
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")
17
17
 
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.0
4
+ version: 1.0.1
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: RuboCop wrapper that only complains about your latest changes.
55
+ description: "$ rfix <local|branch|origin|info|all> [--dry] [--help]"
56
56
  email:
57
57
  - linus@oleander.nu
58
58
  executables:
@@ -124,11 +124,11 @@ files:
124
124
  - vendor/cli-ui/lib/cli/ui/widgets.rb
125
125
  - vendor/cli-ui/lib/cli/ui/widgets/base.rb
126
126
  - vendor/cli-ui/lib/cli/ui/widgets/status.rb
127
- homepage: https://github.com/oleander/rfix
127
+ homepage: https://github.com/oleander/rfix-rb
128
128
  licenses:
129
129
  - MIT
130
130
  metadata:
131
- homepage_uri: https://github.com/oleander/rfix
131
+ homepage_uri: https://github.com/oleander/rfix-rb
132
132
  post_install_message:
133
133
  rdoc_options: []
134
134
  require_paths:
@@ -148,5 +148,5 @@ requirements: []
148
148
  rubygems_version: 3.1.4
149
149
  signing_key:
150
150
  specification_version: 4
151
- summary: RuboCop wrapper that only complains about your latest changes
151
+ summary: RuboCop CLI that only complains about your latest changes
152
152
  test_files: []