omniauth-angellist 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d02de312e74a1c39067c64ec3795cce577d54e1
4
- data.tar.gz: 461c3811dd49d2676db0b94c6b9416195b43bdad
3
+ metadata.gz: 23a07e484b93866e6d8d95a07b6949411e3fc386
4
+ data.tar.gz: 5126251bf779b4def3750e8616fb2f1b5901814b
5
5
  SHA512:
6
- metadata.gz: 3575930f7915ae7b4c22d559da759e184ded99fe4dc0e36aa34a511604072bcb192c0aa5e49d87bf52ed2e8ef318adf358eb41404b7bd3f4fc5017789dcdc349
7
- data.tar.gz: 767c0b1577b289ffe97e83f9df7b2b79ccef1f1e88963642491d5664d6fec051bce2334c017eb9af277f3124399164f7f9f002e4997acbdbc4b9f9c3671ba971
6
+ metadata.gz: f234b34d47f342f9450f57d6041592cefdf8c11b0a2763d58882a01502021792a2695b7e5bcafb654018ec2c38a020d818cd28f057935933d464d844a9238fe5
7
+ data.tar.gz: 033352a9c4e0074b6f7901c7d49535922a31fd5d264b730f53a4d6a8284ce6e7805fd78864cc08452ba7bd0deacf4fd48c7a29ba43a6494d9ac9f156492b2084
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module AngelList
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/wasabit/omniauth-angellist"
11
11
  s.summary = %q{AngelList OAuth strategy for OmniAuth}
12
12
  s.description = %q{AngelList OAuth strategy for OmniAuth}
13
+ s.license = "MIT"
13
14
 
14
15
  s.rubyforge_project = "omniauth-angellist"
15
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-angellist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Rabuini
@@ -99,7 +99,8 @@ files:
99
99
  - spec/spec_helper.rb
100
100
  - spec/support/shared_examples.rb
101
101
  homepage: https://github.com/wasabit/omniauth-angellist
102
- licenses: []
102
+ licenses:
103
+ - MIT
103
104
  metadata: {}
104
105
  post_install_message:
105
106
  rdoc_options: []