polyrex-objects 0.4.10 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/polyrex-objects.rb +0 -3
  2. metadata +1 -1
@@ -46,9 +46,6 @@ class PolyrexObjects
46
46
  i = @class_names.length - (k + 1)
47
47
  eval "#{class_name}.class_eval {
48
48
  def records()
49
- puts 'testing '
50
- puts @node.to_s
51
- puts XPath.match(@node, 'records/*').to_s
52
49
  XPath.match(@node, 'records/*').map {|record| #{@class_names[i]}.new(record)}
53
50
  end
54
51
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polyrex-objects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors: []
7
7