omniauth-linkedin 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/example/Gemfile CHANGED
@@ -3,3 +3,4 @@ source :rubygems
3
3
  gem 'sinatra'
4
4
  gem 'multi_json'
5
5
  gem 'omniauth-linkedin', :path => '../'
6
+ #gem 'omniauth-linkedin'
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Linkedin
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: omniauth-linkedin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alan Skorkin