mls 0.2.34 → 0.2.35

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 (3) hide show
  1. data/lib/mls/parser.rb +1 -1
  2. data/mls.gemspec +1 -1
  3. metadata +1 -1
@@ -29,7 +29,7 @@ class MLS::Parser
29
29
  def self.build_collection(hash, options={})
30
30
  root = options[:collection_root_element] || collection_root_element
31
31
  collection = []
32
- data[root].each do |attrs|
32
+ hash[root].each do |attrs|
33
33
  collection << build(attrs)
34
34
  end
35
35
  collection
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "mls"
6
- s.version = '0.2.34'
6
+ s.version = '0.2.35'
7
7
  s.authors = ["James R. Bracy", "Jon Bracy"]
8
8
  s.email = ["james@42floors.com"]
9
9
  s.homepage = "http://mls.42floors.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.34
4
+ version: 0.2.35
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: