matsimitsu-risosu-san 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/risosu_san.rb +2 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/lib/risosu_san.rb CHANGED
@@ -14,8 +14,8 @@ module RisosuSan
14
14
  field = options[:field]
15
15
  options.delete(:field)
16
16
  end
17
- before_filter options do
18
- find_parent_resource(field)
17
+ before_filter options do |c|
18
+ c.send(:find_parent_resource, field)
19
19
  end
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matsimitsu-risosu-san
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-01-14 00:00:00 +01:00
13
+ date: 2010-01-15 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies: []
16
16