polyrex 0.7.0 → 0.7.1

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.rb +1 -1
  2. metadata +1 -1
data/lib/polyrex.rb CHANGED
@@ -19,7 +19,7 @@ class Polyrex
19
19
 
20
20
  def create(id=nil)
21
21
  # @create is a PolyrexCreateObject, @parent_node is a REXML::Element pointing to the current record
22
- @create.id = id || @id
22
+ @create.id = (id || @id)
23
23
  @create.record = @parent_node
24
24
  @create
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polyrex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors: []
7
7