polyrex-createobject 0.2.1 → 0.2.2

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-createobject.rb +2 -2
  2. metadata +1 -1
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/ruby
2
2
 
3
- # file: polyrex-createobject2.rb
3
+ # file: polyrex-createobject.rb
4
4
 
5
5
  require 'polyrex-schema'
6
6
  require 'backtrack-xpath'
7
7
  require 'rexml/document'
8
8
 
9
- class PolyrexCreateObject2
9
+ class PolyrexCreateObject
10
10
  include REXML
11
11
 
12
12
  attr_accessor :id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polyrex-createobject
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors: []
7
7