Skip to content

Commit 32a59f6

Browse files
authored
Merge pull request #2887 from ruby/drop-crates
Drop crates
2 parents 60ec1d3 + 845ccca commit 32a59f6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GIT
2222
PATH
2323
remote: .
2424
specs:
25-
rbs (4.0.1.dev.1)
25+
rbs (4.0.1.dev.2)
2626
logger
2727
prism (>= 1.6.0)
2828
tsort

lib/rbs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "4.0.1.dev.1"
4+
VERSION = "4.0.1.dev.2"
55
end

rbs.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
3030
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
3131
`git ls-files -z`.split("\x0").reject do |f|
3232
[
33-
%r{^(test|spec|features|bin|steep|benchmark|templates)/},
34-
/Gemfile/
33+
%r{^(test|spec|features|bin|steep|benchmark|templates|rust)/},
34+
/Gemfile/,
3535
].any? {|r| f.match(r) }
3636
end
3737
end

0 commit comments

Comments
 (0)