zencoder 2.1.2 → 2.1.3

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.
@@ -1,3 +1,3 @@
1
1
  class Zencoder
2
- VERSION = '2.1.2'
2
+ VERSION = '2.1.3'
3
3
  end
@@ -22,7 +22,7 @@ class Zencoder
22
22
  def self.decode(content, format)
23
23
  if content.is_a?(String)
24
24
  if format.to_s == 'xml'
25
- ActiveSupport::XmlMini.parse(content)
25
+ Hash.from_xml(content)
26
26
  else
27
27
  ActiveSupport::JSON.decode(content)
28
28
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 1
8
- - 2
9
- version: 2.1.2
8
+ - 3
9
+ version: 2.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nathan Sutton