linkedin-bdigital 0.2.2 → 0.2.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -22,4 +22,6 @@ pkg
22
22
  examples/wynn.rb
23
23
 
24
24
  ## Bundler
25
- Gemfile.lock
25
+ Gemfile.lock
26
+
27
+ *.gem
@@ -0,0 +1 @@
1
+ require 'linkedin'
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"
4
+ s.version = "0.2.2.1"
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
5
+ version: 0.2.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Wynn Netherland
@@ -126,6 +126,7 @@ files:
126
126
  - lib/linked_in/to_xml_helpers.rb
127
127
  - lib/linked_in/update.rb
128
128
  - lib/linked_in/url_resource.rb
129
+ - lib/linkedin-bdigital.rb
129
130
  - lib/linkedin.rb
130
131
  - linkedin.gemspec
131
132
  - spec/cases/client_spec.rb