RubyGems
npm
Organizations
Log in
Sign up
RubyGems
rexle
Versions diffs
0.5.3 → 0.5.4
rexle 0.5.3 → 0.5.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/rexle.rb
+2
-0
metadata
+1
-1
data/lib/rexle.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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