merb_can_filter 0.1.3 → 0.1.4

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.
@@ -1,3 +1,8 @@
1
+ === 0.1.4 / 2008-03-20
2
+
3
+ * 1 minor enhancement
4
+ * removed 'require' for BlueCloth and RedCloth
5
+
1
6
  === 0.1.3 / 2008-03-06
2
7
 
3
8
  * 1 minor enhancement
data/README.txt CHANGED
@@ -15,7 +15,7 @@ HTML and gives appropriate markup for syntax highlighting on code.
15
15
 
16
16
  == SYNOPSIS:
17
17
 
18
- In any model specify what columns to filter and how it should
18
+ In any model specify what columns to filter and how it should
19
19
  be filtered using a 'filter' column with a value of Markdown,
20
20
  Textile or Plain HTML.
21
21
 
@@ -1,9 +1,5 @@
1
- require 'RedCloth'
2
- require 'BlueCloth'
3
- require 'coderay'
4
-
5
1
  class MerbCanFilter
6
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
7
3
  end
8
4
 
9
5
  module Sintaxi
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb_can_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brock Whitten
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-06 00:00:00 -08:00
12
+ date: 2008-03-20 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency