File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2023 Michael G. Schwern
3
+ Copyright (c) 2023-2024 Michael G. Schwern
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
13
13
spec . homepage = "https://github.com/schwern/ruby-time_range"
14
14
spec . required_ruby_version = ">= 2.7"
15
15
16
- spec . metadata [ "homepage_uri" ] = spec . homepage
17
- spec . metadata [ "source_code_uri" ] = "https://github.com/schwern/ruby-time_range"
16
+ spec . license = "MIT"
17
+ spec . metadata [ "source_code_uri" ] = spec . homepage
18
18
19
19
# Specify which files should be added to the gem when it is released.
20
20
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
You can’t perform that action at this time.
0 commit comments