pronto-standardrb 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -10
- data/lib/pronto/standardrb.rb +0 -1
- data/lib/pronto/standardrb/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e7a3b032e26b44e8903d2d05981b99b9da34cba929c617abf87a67523d13c9c
|
4
|
+
data.tar.gz: d175b056147ccd2259f51a3390e5dd9ca40db94a7eb2f672309371a6c2afb982
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4000d5c9142ceff61cc99b6f8ef590bb4c0e5e0e3e8f39d0eb654522a412edb555173fe74c7c74fa6b21f847e91aa1aa7570147ccfe64cc55d1982f945931fab
|
7
|
+
data.tar.gz: caf20d9931b2fa982de730dfde879fdeaa728e3aac11c0ec84f1291d46ca4278c29f3853b0e0b8d350c7c337840a95c23e580e447907979399a13490d286bd68
|
data/README.md
CHANGED
@@ -1,21 +1,13 @@
|
|
1
|
-
# Attention!
|
2
|
-
|
3
|
-
TLDR: at the moment doesn't work as expected. please wait for bugfix :-)
|
4
|
-
|
5
|
-
Due to the inner workings of `pronto`, it seems it's not possible to simply subclass a runner, as I have done here. `require`ing a runner will add it to the runners list, IIUC, thus firing it. Since standard's opinionated config is quite different from rubocops standard config, you'll get inconclusive results.
|
6
|
-
|
7
|
-
I'm sorry about the premature release.
|
8
|
-
|
9
1
|
# Pronto::Standardrb
|
10
2
|
|
11
|
-
[Pronto](https://github.com/prontolabs/pronto) runner for [Standardrb](https://github.com/
|
3
|
+
[Pronto](https://github.com/prontolabs/pronto) runner for [Standardrb](https://github.com/testdouble/standard)
|
12
4
|
|
13
5
|
## Installation
|
14
6
|
|
15
7
|
Add this line to your application's Gemfile:
|
16
8
|
|
17
9
|
```ruby
|
18
|
-
gem
|
10
|
+
gem "pronto-standardrb"
|
19
11
|
```
|
20
12
|
|
21
13
|
And then execute:
|
data/lib/pronto/standardrb.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pronto-standardrb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julian Rubisch
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pronto
|
@@ -122,7 +122,7 @@ dependencies:
|
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '1.2'
|
125
|
-
description:
|
125
|
+
description:
|
126
126
|
email:
|
127
127
|
- julian@julianrubisch.at
|
128
128
|
executables: []
|
@@ -145,7 +145,7 @@ licenses: []
|
|
145
145
|
metadata:
|
146
146
|
homepage_uri: https://github.com/julianrubisch/pronto-standardrb
|
147
147
|
source_code_uri: https://github.com/julianrubisch/pronto-standardrb
|
148
|
-
post_install_message:
|
148
|
+
post_install_message:
|
149
149
|
rdoc_options: []
|
150
150
|
require_paths:
|
151
151
|
- lib
|
@@ -160,8 +160,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
160
160
|
- !ruby/object:Gem::Version
|
161
161
|
version: '0'
|
162
162
|
requirements: []
|
163
|
-
rubygems_version: 3.
|
164
|
-
signing_key:
|
163
|
+
rubygems_version: 3.2.3
|
164
|
+
signing_key:
|
165
165
|
specification_version: 4
|
166
166
|
summary: Pronto runner for StandardRb
|
167
167
|
test_files: []
|