We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60ec1d3 + 845ccca commit 32a59f6Copy full SHA for 32a59f6
3 files changed
Gemfile.lock
@@ -22,7 +22,7 @@ GIT
22
PATH
23
remote: .
24
specs:
25
- rbs (4.0.1.dev.1)
+ rbs (4.0.1.dev.2)
26
logger
27
prism (>= 1.6.0)
28
tsort
lib/rbs/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module RBS
4
- VERSION = "4.0.1.dev.1"
+ VERSION = "4.0.1.dev.2"
5
end
rbs.gemspec
@@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
30
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
31
`git ls-files -z`.split("\x0").reject do |f|
32
[
33
- %r{^(test|spec|features|bin|steep|benchmark|templates)/},
34
- /Gemfile/
+ %r{^(test|spec|features|bin|steep|benchmark|templates|rust)/},
+ /Gemfile/,
35
].any? {|r| f.match(r) }
36
37
0 commit comments