Skip to content

Commit

Permalink
Include Comparable so < and > work
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Orner committed Nov 21, 2014
1 parent b2d81bc commit a5c4607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hebrew_date.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'hebrew_date'
s.require_paths = %w(. lib)
s.version = '1.0.22'
s.date = '2014-10-06'
s.version = '1.0.23'
s.date = '2014-11-21'
s.summary = 'Hebrew/Jewish dates, times, and holidays.'
s.description = <<-EOF
hebrew_date is a library designed to provide information about the Jewish
Expand Down
1 change: 1 addition & 0 deletions lib/hebrew_date.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# simultaneously. Note that you may call any Date methods on this class
# and it should respond accordingly.
class HebrewDate < Delegator
include Comparable
include HebrewDateSupport::ParshaMethods
include HebrewDateSupport::HolidayMethods
extend HebrewDateSupport::HolidayMethods::ClassMethods
Expand Down

0 comments on commit a5c4607

Please sign in to comment.