tableview 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.
@@ -12,9 +12,11 @@ module Tableview::Helper
12
12
  def method_missing(name, *args, &blk)
13
13
  puts name.inspect
14
14
  if m = name.to_s.match(/^(.+)\?$/)
15
- puts m.inspect, name.inspect
15
+ puts "matched"
16
+ #puts m.inspect, name.inspect
16
17
  @params[:format] == m.captures.first
17
18
  else
19
+ puts "did not match"
18
20
  super
19
21
  end
20
22
  end
@@ -1,3 +1,3 @@
1
1
  module Tableview
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
8
+ - 3
9
+ version: 0.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jakub Hampl