steep 0.31.0 → 0.31.1
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/steep/source.rb +1 -1
- data/lib/steep/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fa95738ddb4d770cdba53deb56b05f2ad86523729852ac16823bfb433470a19
|
|
4
|
+
data.tar.gz: 9c295a1c5f1d28c1b9ae76b0693c582911770185828e18ce114f062a05fd4d24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 709a0883a3c698f8ca2246763a9c18e8af04072aa6edf7ca5e339a5c6d6e079693e1405c543fe8690276d4eebdcc35e5b65077dcba4c3dca2e1f102e84906e9b
|
|
7
|
+
data.tar.gz: 3eeef0c3d9cfd34a7678ab8b4f5f125e949d56706510aa1619f018c1346242e10452045b00a09b117bdbec9b5aa27f577ba6ec01c4f732335e9f69dfcf88e228
|
data/CHANGELOG.md
CHANGED
data/lib/steep/source.rb
CHANGED
|
@@ -107,7 +107,7 @@ module Steep
|
|
|
107
107
|
|
|
108
108
|
if node.children[1]
|
|
109
109
|
if node.loc.keyword.source == "if" || node.loc.keyword.source == "elsif"
|
|
110
|
-
then_start = node.loc.begin&.
|
|
110
|
+
then_start = node.loc.begin&.last_line || node.children[0].loc.last_line
|
|
111
111
|
then_end = node.children[2] ? node.loc.else.line : node.loc.last_line
|
|
112
112
|
else
|
|
113
113
|
then_start = node.loc.else.last_line
|
data/lib/steep/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: steep
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.31.
|
|
4
|
+
version: 0.31.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Soutaro Matsumoto
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-10-
|
|
11
|
+
date: 2020-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: parser
|
|
@@ -363,7 +363,7 @@ metadata:
|
|
|
363
363
|
homepage_uri: https://github.com/soutaro/steep
|
|
364
364
|
source_code_uri: https://github.com/soutaro/steep
|
|
365
365
|
changelog_uri: https://github.com/soutaro/steep/blob/master/CHANGELOG.md
|
|
366
|
-
post_install_message:
|
|
366
|
+
post_install_message:
|
|
367
367
|
rdoc_options: []
|
|
368
368
|
require_paths:
|
|
369
369
|
- lib
|
|
@@ -379,7 +379,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
379
379
|
version: '0'
|
|
380
380
|
requirements: []
|
|
381
381
|
rubygems_version: 3.1.2
|
|
382
|
-
signing_key:
|
|
382
|
+
signing_key:
|
|
383
383
|
specification_version: 4
|
|
384
384
|
summary: Gradual Typing for Ruby
|
|
385
385
|
test_files: []
|