Skip to content

Commit

Permalink
Delimit rc and version no as rc.1 in gemspec as using 'rc1' has not p…
Browse files Browse the repository at this point in the history
…ushed the gem to artifactory (#116)

Signed-off-by: Neha Pansare <[email protected]>
  • Loading branch information
neha-p6 authored Feb 11, 2025
1 parent 085c1ef commit 4cf2cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appbundle-updater.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "appbundle_updater/version"

Gem::Specification.new do |spec|
spec.name = "appbundle-updater"
spec.version = "#{AppbundleUpdater::VERSION}.rc1"
spec.version = "#{AppbundleUpdater::VERSION}.rc.1"
spec.authors = ["lamont-granquist"]
spec.email = ["[email protected]"]
spec.description = %q{Updates appbundled apps in Chef's omnibus packages}
Expand Down

0 comments on commit 4cf2cfc

Please sign in to comment.