omniauth-yahoo 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: 6a18c7aa2715f03b5456535f83f365a769605877
4
- data.tar.gz: 9100353d834b8db13f102fa68b55cf72afc3a1f7
3
+ metadata.gz: da71ea76c7b91b177ffbfdf9f298813b56f0a2a2
4
+ data.tar.gz: b7d6b8d570f27a3fc0d5293cb508711694276554
5
5
  SHA512:
6
- metadata.gz: 6f340402085bd3a0d030ac3c186c61f671f3d386ce0ff03069e8634fd1924a2e78cdc61072dc8b0ca968307b97fb81d0f0a1c2c896217dcddaf1072610cfbc39
7
- data.tar.gz: 42d7071658809d123710d4ccf28ec211228b56abfcfe91560b6e9d5e452460ee53c6d0c6a51b5ac5394b5c41e059406c80a0a5726387cefd17588927eb6ce559
6
+ metadata.gz: b307581e9798ee8f49d75db357c9537728ff87bdb2d399340e353b2e0d294cc4deafd7df54d5127de545431bcd8664022a5378b3c2b6909da22cefaf3bead443
7
+ data.tar.gz: 5c6ed083e1957cb887986726632fc303445b8545b11b41c29f207650a9b2e6e855710d0f029a1e6c4048d69bd40b261d4d92f25d0ea166e378773c87a0ece772
data/README.md CHANGED
@@ -6,6 +6,10 @@ For more information see the following:
6
6
 
7
7
  Release notes:
8
8
 
9
+ * Version 0.0.7
10
+
11
+ - Add licence to gemspec
12
+
9
13
  * Version 0.0.6
10
14
 
11
15
  - Incorporate changes from jdjkelly to name fields
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Yahoo
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -19,4 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
 
21
21
  s.add_runtime_dependency 'omniauth-oauth', '~> 1.0'
22
+
23
+ s.license = 'MIT'
22
24
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-yahoo
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
  - Tim Breitkreutz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-06 00:00:00.000000000 Z
11
+ date: 2015-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: OmniAuth strategy for yahoo
@@ -31,7 +31,7 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - .gitignore
34
+ - ".gitignore"
35
35
  - Gemfile
36
36
  - LICENSE
37
37
  - README.md
@@ -42,7 +42,8 @@ files:
42
42
  - lib/omniauth/strategies/yahoo.rb
43
43
  - omniauth-yahoo.gemspec
44
44
  homepage: https://github.com/timbreitkreutz/omniauth-yahoo
45
- licenses: []
45
+ licenses:
46
+ - MIT
46
47
  metadata: {}
47
48
  post_install_message:
48
49
  rdoc_options: []
@@ -50,17 +51,17 @@ require_paths:
50
51
  - lib
51
52
  required_ruby_version: !ruby/object:Gem::Requirement
52
53
  requirements:
53
- - - '>='
54
+ - - ">="
54
55
  - !ruby/object:Gem::Version
55
56
  version: '0'
56
57
  required_rubygems_version: !ruby/object:Gem::Requirement
57
58
  requirements:
58
- - - '>='
59
+ - - ">="
59
60
  - !ruby/object:Gem::Version
60
61
  version: '0'
61
62
  requirements: []
62
63
  rubyforge_project: omniauth-yahoo
63
- rubygems_version: 2.0.6
64
+ rubygems_version: 2.2.2
64
65
  signing_key:
65
66
  specification_version: 4
66
67
  summary: OmniAuth strategy for yahoo