tableview 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ module Tableview::Helper
10
10
  end
11
11
 
12
12
  def method_missing(name, *args, &blk)
13
+ puts m.inspect, name.inspect
13
14
  if m = name.to_s.match(/^(.+)\?$/)
14
15
  puts m.inspect, name.inspect
15
16
  @params[:format] == m.captures.first
@@ -1,3 +1,3 @@
1
1
  module Tableview
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -7,7 +7,6 @@ module Tableview
7
7
  attr_reader :table
8
8
 
9
9
  def self.dsl(opts = {}, &block)
10
- puts "self.dsl called"
11
10
  ret = Table.new opts
12
11
  #ret.instance_eval &block
13
12
  yield(ret)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jakub Hampl