Skip to content

Commit 2d85b0d

Browse files
committed
Updating links in gemspec
1 parent c483b09 commit 2d85b0d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

77
GEM

files_in_my_diff.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

lib/files_in_my_diff/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 FilesInMyDiff
4-
VERSION = '1.0.0'
4+
VERSION = '1.0.1'
55
end

0 commit comments

Comments
 (0)