Skip to content

Commit 802982d

Browse files
author
Takashi Kato
committed
Fix dependency and homepage
1 parent 8565fd2 commit 802982d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

importmap_mocha-rails.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Gem::Specification.new do |spec|
55
spec.version = ImportmapMocha::VERSION
66
spec.authors = ['Takashi Kato']
77
spec.email = ['tohosaku@users.osdn.me']
8-
spec.homepage = 'https://github.com/tohosaku/importmap_mocha-rails'
8+
spec.homepage = 'https://github.com/redmine-ui/importmap_mocha-rails'
99
spec.summary = 'mochajs rails integration'
10-
spec.description = 'Add JavaScript testing tools in importmap environment.'
10+
spec.description = 'Add JavaScript testing tools in importmap-rails environment.'
1111
spec.required_ruby_version = '>= 2.7.0'
1212
spec.license = 'MIT'
1313

14+
spec.metadata['rubygems_mfa_required'] = 'true'
1415
spec.metadata['homepage_uri'] = spec.homepage
1516
spec.metadata['source_code_uri'] = spec.homepage
1617
spec.metadata['changelog_uri'] = spec.homepage
@@ -19,6 +20,5 @@ Gem::Specification.new do |spec|
1920
Dir['app/**/*', 'config/**/*', 'lib/**/*', 'vendor/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
2021
end
2122

22-
spec.add_dependency 'rails', '~> 7.0'
23-
spec.add_dependency 'importmap-rails'
23+
spec.add_dependency 'importmap-rails', '~> 2.0.0'
2424
end

0 commit comments

Comments
 (0)