Skip to content

Commit 046053c

Browse files
author
Takashi Kato
committed
Bump version for 0.3.2
Fix gemspec.
1 parent ebdeb0e commit 046053c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

importmap_mocha-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.metadata['changelog_uri'] = spec.homepage
1717

1818
spec.files = Dir.chdir(File.expand_path(__dir__)) do
19-
Dir['{app, config, lib, vendor}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
19+
Dir['app/**/*', 'config/**/*', 'lib/**/*', 'vendor/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
2020
end
2121

2222
spec.add_dependency 'rails', '~> 7.0'

lib/importmap_mocha/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 ImportmapMocha
4-
VERSION = '0.3.1'
4+
VERSION = '0.3.2'
55
end

0 commit comments

Comments
 (0)