merb_can_filter 0.1.2 → 0.1.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.
Files changed (3) hide show
  1. data/History.txt +5 -0
  2. data/lib/merb_can_filter.rb +2 -2
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 0.1.3 / 2008-03-06
2
+
3
+ * 1 minor enhancement
4
+ * changed trigger to eg. merb_can_filter :body, :excerpt
5
+
1
6
  === 0.1.2 / 2008-03-05
2
7
 
3
8
  * 1 minor enhancement
@@ -3,7 +3,7 @@ require 'BlueCloth'
3
3
  require 'coderay'
4
4
 
5
5
  class MerbCanFilter
6
- VERSION = '0.1.2'
6
+ VERSION = '0.1.3'
7
7
  end
8
8
 
9
9
  module Sintaxi
@@ -14,7 +14,7 @@ module Sintaxi
14
14
  end
15
15
 
16
16
  module ActMethods
17
- def filtered_light(*columns)
17
+ def merb_can_filter(*columns)
18
18
  unless included_modules.include? InstanceMethods
19
19
  include InstanceMethods
20
20
  class_inheritable_accessor :unfiltered
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brock Whitten