vacuum 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4c2d00043baa236106ea42ca2e2938ba88b40ba
4
- data.tar.gz: 8e30624c24d2631a4a3bc9dfee01bbe2fcb8b5ea
3
+ metadata.gz: 5e4bd6227abb1fea07adb3e354bad09a688b86f7
4
+ data.tar.gz: c422eef181619b91410a1adb2568de0622da0744
5
5
  SHA512:
6
- metadata.gz: a6ea78733efb0ab6a5f32c3356d78a9954f16944148de341addf25e05c1fd50fa850a6343b44de75a867d0e0de085654db26af9b82c1807981d77185e0d33538
7
- data.tar.gz: 4842c0dbde4ccdab7864441ef770c18655536d089bb7ff48f3b1e9ab7cb5fc0dba6ddb8ed3628cd19b218386fc804db7b9b969432067c0dae89629f46d8c30e8
6
+ metadata.gz: a4427bfcdfff025d95dc70084afd7c9af29e5de0c5e64bae4cebf7f09634881890544dee2adcaaffb327a712dd4e331e4b56284c17db9e1dbb5ac1e89e46faa6
7
+ data.tar.gz: 6b2a8f8fffdf7b003252b9014744050223c7b6835797d860b737668a9f79aac902f0fb268cf8b271fbe162eacbc5bedb204b83a83d7da90ad201b34dab60efa3
@@ -6,5 +6,9 @@ module Vacuum
6
6
  def to_h
7
7
  MultiXml.parse(body)
8
8
  end
9
+
10
+ def body
11
+ __getobj__.body.force_encoding('UTF-8')
12
+ end
9
13
  end
10
14
  end
@@ -1,3 +1,3 @@
1
1
  module Vacuum
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end