itrigga-param_fu 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -82,11 +82,8 @@ module Trigga
82
82
 
83
83
  conds = { :where=>[], :values=>[] }
84
84
 
85
- puts "<br />opts = #{opts.inspect}<br />"
86
85
  opts[:models].each { |model_class, field_defs|
87
- puts "model_class = #{model_class.inspect}"
88
86
  parsed_model_conditions = model_conditions( opts[:params], model_class, field_defs )
89
- puts "parsed_model_conditions = #{parsed_model_conditions.inspect}"
90
87
  conds[:where] += parsed_model_conditions[:where]
91
88
  conds[:values] += parsed_model_conditions[:values]
92
89
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itrigga-param_fu
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Al Davidson