Skip to content

Commit

Permalink
Merge branch 'feat/DEX-2733/fix-gemspec' into 'master'
Browse files Browse the repository at this point in the history
[DEX-2733] fix: gemspec URL

Closes DEX-2733

See merge request nstmrt/rubygems/sbmt-kafka_consumer!75
  • Loading branch information
Arlantir committed Dec 27, 2024
2 parents 988c8ee + 9249d68 commit 7c3e515
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [3.3.2] - 2024-12-27

### Fixed

- Fix gemspec URL

## [3.3.1] - 2024-12-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/sbmt/kafka_consumer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sbmt
module KafkaConsumer
VERSION = "3.3.1"
VERSION = "3.3.2"
end
end
2 changes: 1 addition & 1 deletion sbmt-kafka_consumer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/Kuper-Tech/sbmt-kafka_consumer"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["allowed_push_host"] = ENV.fetch("NEXUS_URL", "https://rubygems.org")

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down

0 comments on commit 7c3e515

Please sign in to comment.