ice_cube 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ module IceCube
55
55
  # there's a lot that can happen here
56
56
  def to_s
57
57
  representation = ''
58
- inc_dates = (@rdates - @exdates).compact
58
+ inc_dates = (@rdates - @exdates).uniq
59
59
  if inc_dates && !inc_dates.empty?
60
60
  representation << inc_dates.sort.map { |d| d.strftime(TIME_FORMAT) }.join(SEPARATOR)
61
61
  end
@@ -1,5 +1,5 @@
1
1
  module IceCube
2
2
 
3
- VERSION = "0.3.6"
3
+ VERSION = "0.3.7"
4
4
 
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 6
9
- version: 0.3.6
8
+ - 7
9
+ version: 0.3.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Crepezzi