Skip to content

Commit

Permalink
Fix version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
amkisko committed Aug 29, 2023
1 parent 534ea73 commit 776c26a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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:
action_reporter (1.3.0)
action_reporter (1.3.1)
audited (~> 5)
honeybadger (~> 5)
rails (~> 7)
Expand Down
2 changes: 1 addition & 1 deletion action_reporter.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "action_reporter"
gem.version = "1.3.0"
gem.version = File.read(File.expand_path('../lib/action_reporter.rb', __FILE__)).match(/VERSION\s*=\s*'(.*?)'/)[1]

gem.license = "MIT"

Expand Down
1 change: 0 additions & 1 deletion lib/action_reporter.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'action_reporter/version'
require 'action_reporter/utils'
require 'action_reporter/base'
require 'action_reporter/rails_reporter'
Expand Down

0 comments on commit 776c26a

Please sign in to comment.