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.
- data/History.txt +5 -0
- data/README.txt +1 -1
- data/lib/merb_can_filter.rb +1 -5
- metadata +2 -2
data/History.txt
CHANGED
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
|
|
data/lib/merb_can_filter.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2008-03-20 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|