linkedin-bdigital 0.2.2.1 → 0.2.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/linked_in/base.rb +2 -0
  2. data/linkedin.gemspec +1 -1
  3. metadata +1 -1
@@ -1,6 +1,8 @@
1
1
  module LinkedIn
2
2
  class Base
3
3
 
4
+ attr_accessor :doc
5
+
4
6
  def self.from_xml(doc)
5
7
  new(Nokogiri::XML(doc))
6
8
  end
data/linkedin.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = %q{linkedin-bdigital}
4
- s.version = "0.2.2.1"
4
+ s.version = "0.2.2.2"
5
5
  s.platform = Gem::Platform::RUBY
6
6
 
7
7
  s.authors = ["Wynn Netherland", "Josh Kalderimis"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: linkedin-bdigital
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2.1
5
+ version: 0.2.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Wynn Netherland