File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- files_in_my_diff (1.0.0 )
4+ files_in_my_diff (1.0.1 )
55 git (~> 2.3 )
66
77GEM
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ Gem::Specification.new do |spec|
1515 'The tool helps you inspect changes in any git revision without affecting your ' \
1616 'current working directory.'
1717
18- spec . homepage = 'https://github.com/beatmadsen/files-in-my-diff '
18+ spec . homepage = 'https://github.com/beatmadsen/files_in_my_diff '
1919 spec . license = 'MIT'
2020 spec . required_ruby_version = '>= 3.2'
2121
2222 spec . metadata [ 'homepage_uri' ] = spec . homepage
23- spec . metadata [ 'source_code_uri' ] = 'https://github.com/beatmadsen/files-in-my-diff '
24- spec . metadata [ 'changelog_uri' ] = 'https://github.com/beatmadsen/files-in-my-diff /blob/main/CHANGELOG.md'
23+ spec . metadata [ 'source_code_uri' ] = 'https://github.com/beatmadsen/files_in_my_diff '
24+ spec . metadata [ 'changelog_uri' ] = 'https://github.com/beatmadsen/files_in_my_diff /blob/main/CHANGELOG.md'
2525
2626 # Specify which files should be added to the gem when it is released.
2727 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module FilesInMyDiff
4- VERSION = '1.0.0 '
4+ VERSION = '1.0.1 '
55end
You can’t perform that action at this time.
0 commit comments