RubyGems
npm
Organizations
Log in
Sign up
RubyGems
polyrex
Versions diffs
0.3.2 → 0.3.3
polyrex 0.3.2 → 0.3.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/polyrex.rb
+1
-1
metadata
+1
-1
data/lib/polyrex.rb
CHANGED
Viewed
@@ -157,7 +157,7 @@ end
157
157
end
158
158
159
159
def save(filepath)
160
-
File.open(filepath,'w'){|f| @doc.write f}
160
+
File.open(filepath,'w'){|f| @doc.write
.join
f}
161
161
end
162
162
163
163
end
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: polyrex
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.3.
2
4
+
version: 0.3.
3
5
5
platform: ruby
6
6
authors: []
7
7