Skip to content

Commit

Permalink
Release 0.14.2 (#41)
Browse files Browse the repository at this point in the history
* add yml files needed at runtime to gemspec

* bump version
  • Loading branch information
karlnaden authored Dec 9, 2024
1 parent ec01b8e commit ebe4349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
davinci_dtr_test_kit (0.14.1)
davinci_dtr_test_kit (0.14.2)
inferno_core (~> 0.5.0)
jwt (~> 2.6)
smart_app_launch_test_kit (~> 0.4.4)
Expand Down
1 change: 1 addition & 0 deletions davinci_dtr_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
Dir['lib/**/*.rb'],
Dir['lib/**/*.json'],
Dir['lib/**/*.md'],
Dir['lib/**/*.yml'],
'LICENSE'
].flatten

Expand Down
2 changes: 1 addition & 1 deletion lib/davinci_dtr_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DaVinciDTRTestKit
VERSION = '0.14.1'
VERSION = '0.14.2'
end

0 comments on commit ebe4349

Please sign in to comment.