later_dude 0.3.2 → 0.3.3
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.
- data/VERSION +1 -1
- data/lib/later_dude/calendar.rb +1 -1
- metadata +6 -8
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.3
|
data/lib/later_dude/calendar.rb
CHANGED
|
@@ -21,7 +21,7 @@ module LaterDude
|
|
|
21
21
|
|
|
22
22
|
def to_html
|
|
23
23
|
content_tag(:table, :class => "#{@options[:calendar_class]}") do
|
|
24
|
-
content_tag(:
|
|
24
|
+
content_tag(:thead, "#{show_month_names}#{show_day_names}".html_safe) + content_tag(:tbody, show_days)
|
|
25
25
|
end
|
|
26
26
|
end
|
|
27
27
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: later_dude
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 21
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.3.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Clemens Kofler
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-09-05 00:00:00 Z
|
|
20
19
|
dependencies: []
|
|
21
20
|
|
|
22
21
|
description: LaterDude is a small calendar helper plugin for Rails with i18n support.
|
|
@@ -44,7 +43,6 @@ files:
|
|
|
44
43
|
- test/calendar_helper_test.rb
|
|
45
44
|
- test/calendar_test.rb
|
|
46
45
|
- test/test_helper.rb
|
|
47
|
-
has_rdoc: true
|
|
48
46
|
homepage: http://github.com/clemens/later_dude
|
|
49
47
|
licenses: []
|
|
50
48
|
|
|
@@ -74,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
74
72
|
requirements: []
|
|
75
73
|
|
|
76
74
|
rubyforge_project:
|
|
77
|
-
rubygems_version: 1.
|
|
75
|
+
rubygems_version: 1.8.10
|
|
78
76
|
signing_key:
|
|
79
77
|
specification_version: 3
|
|
80
78
|
summary: Small calendar helper plugin for Rails with i18n support
|