calendar_view 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,6 @@ module CalendarViewHelper
66
66
  if first.wday != first_wday
67
67
  (first_wday == 0 ? (first.wday == 0 ? 7 : first.wday) : (first.wday == 0 ? 7 : first.wday) - 1).downto(1) do |i|
68
68
  prev = first - i
69
- logger.custom(i,prev.to_s)
70
69
  if prev.wday == first_wday
71
70
  html << "<tr>"
72
71
  html << "<td class=\"weeknum\">#{prev.cweek}</td>"
@@ -1,3 +1,3 @@
1
1
  module CalendarView
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calendar_view
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wojciech Todryk
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-23 00:00:00 Z
18
+ date: 2011-09-29 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails