xml_contacts_extractor 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module XmlContactsExtractor
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -3,7 +3,7 @@ require "nokogiri"
3
3
 
4
4
  module XmlContactsExtractor
5
5
 
6
- def extract_contacts(xml)
6
+ def self.extract_contacts(xml)
7
7
 
8
8
  # get possible matches
9
9
  first_name_choices = ["first_name", "fname", "f_name", "firstname", "FirstName", "First", "name"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xml_contacts_extractor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: