Skip to content

Commit

Permalink
Merge pull request #73 from SonicGarden/master-dev
Browse files Browse the repository at this point in the history
 Update jobmon gem version to 1.9.1 and add deprecation warning
  • Loading branch information
aki77 authored Jul 9, 2024
2 parents f99c710 + 130e88a commit d68a29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/jobmon/engine.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module Jobmon
class Engine < ::Rails::Engine
initializer 'jobmon' do |app|
ActiveSupport::Deprecation.warn("Please switch to the main branch to install jobmon. Example: `gem 'jobmon', github: 'SonicGarden/jobmon_ruby', branch: 'main`")
end
end
end
2 changes: 1 addition & 1 deletion lib/jobmon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jobmon
VERSION = '1.9.0'
VERSION = '1.9.1'
end

0 comments on commit d68a29d

Please sign in to comment.