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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15be9f0ad83e1ae0d6e288bed884843ba464611a93d0cf53f261a11ba77de96b
4
- data.tar.gz: f228a57341f34541aa9ff06e329db838dc5e8b237b48613acc41a67c55f457ac
3
+ metadata.gz: 5e7a3b032e26b44e8903d2d05981b99b9da34cba929c617abf87a67523d13c9c
4
+ data.tar.gz: d175b056147ccd2259f51a3390e5dd9ca40db94a7eb2f672309371a6c2afb982
5
5
  SHA512:
6
- metadata.gz: d7fedd511885d1db14646a26bfe6600a31922354f42f8bdb86c20347578181ae323353968ffbb3c9c9350d6cb06a63614de53af73fc23bccfe04c21b1b4037ac
7
- data.tar.gz: 866ba7d0ccffef82c6cde636b672e50854e20f3060c5ebd7e44cd2ddf59460562d7bc9ad61cf2596bc83283ecdc0235f91da59f9e8f203cc4dd4701277865fa4
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/prontolabs/pronto)
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 'pronto-standardrb'
10
+ gem "pronto-standardrb"
19
11
  ```
20
12
 
21
13
  And then execute:
@@ -1,7 +1,6 @@
1
1
  require "pronto/standardrb/version"
2
2
  require "pronto"
3
3
  require "rubocop"
4
- require "pry"
5
4
  require "standard"
6
5
 
7
6
  module Pronto
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module StandardrbVersion
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
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.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: 2019-11-30 00:00:00.000000000 Z
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.0.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: []