active_presenters 1.0.1.1 → 1.0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,8 +20,8 @@ Find.find(path) do |f|
20
20
  model = m.to_s
21
21
  x = model.gsub('/', '').gsub('.rb', '')
22
22
  begin
23
- puts "x = #{x}"
24
- puts "path/x = #{path}/#{x}"
23
+ # puts "x = #{x}"
24
+ # puts "path/x = #{path}/#{x}"
25
25
  require "#{path}/#{x}"
26
26
  rescue => ex
27
27
  puts ex
@@ -2,4 +2,4 @@
2
2
  gem_name: active_presenters
3
3
  package: active_presenters
4
4
  project: magrathea
5
- version: 1.0.1.1
5
+ version: 1.0.1.2
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: active_presenters
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.1.1
6
+ version: 1.0.1.2
7
7
  date: 2007-09-14 00:00:00 -04:00
8
8
  summary: active_presenters
9
9
  require_paths: