Skip to content

Commit

Permalink
reverts unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar9 committed Nov 7, 2023
1 parent 17d4411 commit 8489430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion event_source.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ lib = File.expand_path('../lib', __FILE__)

$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'event_source/version'
require 'event_source/ruby_versions'

Gem::Specification.new do |spec|
spec.name = 'event_source'
Expand Down
4 changes: 1 addition & 3 deletions lib/event_source/ruby_versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ class RubyVersions

VERSION_THREE = Gem::Version.new("3.0.0")
VERSION_THREE_ONE = Gem::Version.new("3.1.0")
VERSION_THREE_TWO = Gem::Version.new("3.2.0")

LESS_THAN_THREE = CURRENT_VERSION < VERSION_THREE
LESS_THAN_THREE_ONE = CURRENT_VERSION < VERSION_THREE_ONE
LESS_THAN_THREE_TWO = CURRENT_VERSION < VERSION_THREE_TWO
end
end
end

0 comments on commit 8489430

Please sign in to comment.