ice_cube 0.2.8.2 → 0.2.9

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.
@@ -37,9 +37,9 @@ module IceCube
37
37
 
38
38
  def to_ical
39
39
  representation = 'BYDAY='
40
- @days_of_week.each do |day, occ|
41
- representation << occ.map { |o| o.to_s + IceCube::ICAL_DAYS[day] }.join(',')
42
- end
40
+ representation << @days_of_week.map do |day, occ|
41
+ occ.map { |o| o.to_s + IceCube::ICAL_DAYS[day] }.join(',')
42
+ end.join(',')
43
43
  representation
44
44
  end
45
45
 
@@ -1,5 +1,5 @@
1
1
  module IceCube
2
2
 
3
- VERSION = "0.2.8.2"
3
+ VERSION = "0.2.9"
4
4
 
5
5
  end
metadata CHANGED
@@ -5,9 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 8
9
- - 2
10
- version: 0.2.8.2
8
+ - 9
9
+ version: 0.2.9
11
10
  platform: ruby
12
11
  authors:
13
12
  - John Crepezzi
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-04-09 00:00:00 -04:00
17
+ date: 2010-04-13 00:00:00 -04:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency