Skip to content

Commit

Permalink
Add source_code_uri to metadata (#9)
Browse files Browse the repository at this point in the history
- Add source_code_uri to metadata
- Bump version and update CHANGELOG
  • Loading branch information
jgarber623 committed Dec 30, 2023
2 parents 6019549 + 1dc1df8 commit 62bccb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.2 / 2023-12-30

- fb9d9c5 - Add `source_code_uri` to metadata

## 0.2.1 / 2023-12-15

- 2827e74 - Configure RubyGems trusted publishing (#5)
Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets/sass_embedded/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sprockets
module SassEmbedded
VERSION = "0.2.1"
VERSION = "0.2.2"
end
end
3 changes: 2 additions & 1 deletion sprockets-sass_embedded.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Gem::Specification.new do |spec|
spec.metadata = {
"bug_tracker_uri" => "#{spec.homepage}/issues",
"changelog_uri" => "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md",
"rubygems_mfa_required" => "true"
"rubygems_mfa_required" => "true",
"source_code_uri" => "#{spec.homepage}/tree/v#{spec.version}"
}

spec.add_runtime_dependency "sass-embedded", ">= 1.54.6"
Expand Down

0 comments on commit 62bccb3

Please sign in to comment.