ar_to_html_table 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG ADDED
@@ -0,0 +1,5 @@
1
+ ar_to_html_table (0.1.6)
2
+
3
+ * Included ::ActionView::Helpers::DateHelper into column_formats so those methods can be use
4
+ in formatters
5
+
@@ -40,6 +40,7 @@ module ArToHtmlTable
40
40
  module ClassMethods
41
41
  include ArToHtmlTable::ColumnFormatter
42
42
  include ::ActionView::Helpers::NumberHelper
43
+ include ::ActionView::Helpers::DateHelper
43
44
  # Define a column format.
44
45
  #
45
46
  # ====Options
@@ -1,3 +1,3 @@
1
1
  module ArToHtmlTable
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ar_to_html_table
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kip Cole
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-21 00:00:00 +08:00
18
+ date: 2010-10-22 00:00:00 +08:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -30,6 +30,7 @@ extra_rdoc_files: []
30
30
 
31
31
  files:
32
32
  - .gitignore
33
+ - CHANGELOG
33
34
  - Gemfile
34
35
  - README.textile
35
36
  - Rakefile