rexle 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/rexle.rb +2 -0
  2. metadata +1 -1
data/lib/rexle.rb CHANGED
@@ -131,6 +131,8 @@ class Rexle
131
131
  @child_lookup << [item.name, item.attributes, item.value]
132
132
  @child_elements << item
133
133
  end
134
+
135
+ alias add add_element
134
136
 
135
137
  def attributes() @attributes end
136
138
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rexle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors: []
7
7