omniauth-lastfm 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: 9c38a877c51e36983c538a8c1da0b52a8f574e7e
4
- data.tar.gz: 61e4b3d74c998f4f376dc3f879f073901daafc86
3
+ metadata.gz: b07f9ad5a90f0a7f58cd0e15d09048a6231f3328
4
+ data.tar.gz: b1dd8d1d26447a9971025807c31a056d25a672c5
5
5
  SHA512:
6
- metadata.gz: 66078c57fa410971205b0b0dd0a34a5c9c195f258c60cdeaf96e058ee34bc0f6c68c439fa064d4d2f0f65248c6821073a352757e857ddf56f1b0bfa485d2f57a
7
- data.tar.gz: facaf13473af17a8acdac7acc7e317b4aba869b77e0c9eb33e6c200fa94f40692c619c358906f8c1bdd3e7f04523c1f8f664ff5540bde697dd3322d979a96705
6
+ metadata.gz: 15f2b494004cbffc848151151bfff76cf272f7878991ab71dd104b9e42dbf85ce05449d17d2d666d01dc7160a25bc4b2e6f9f695af34f673a5a733f698f0a225
7
+ data.tar.gz: 0d6bd0cfe25348949e2d58ddc90eb5204e81b47ecd64c8a90a3b98a6efea03183483252cdfe3928fab63ff761932c953e58922599d77dcef0c43e32de4184e53
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Lastfm
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -1,27 +1,27 @@
1
1
  # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "omniauth-lastfm/version"
2
+ $LOAD_PATH.push File.expand_path('../lib', __FILE__)
3
+ require 'omniauth-lastfm/version'
4
4
 
5
5
  Gem::Specification.new do |s|
6
- s.name = "omniauth-lastfm"
6
+ s.name = 'omniauth-lastfm'
7
7
  s.version = OmniAuth::Lastfm::VERSION
8
- s.authors = ["Claudio Poli"]
9
- s.email = ["claudio@audiobox.fm"]
10
- s.homepage = "http://github.com/masterkain/omniauth-lastfm"
11
- s.summary = %q{OmniAuth strategy for Last.fm}
12
- s.description = %q{OmniAuth strategy for Last.fm}
8
+ s.authors = ['Claudio Poli']
9
+ s.email = ['claudio@audiobox.fm']
10
+ s.homepage = 'http://github.com/masterkain/omniauth-lastfm'
11
+ s.summary = 'OmniAuth strategy for Last.fm'
12
+ s.description = 'OmniAuth strategy for Last.fm'
13
13
 
14
- s.rubyforge_project = "omniauth-lastfm"
14
+ s.rubyforge_project = 'omniauth-lastfm'
15
15
 
16
16
  s.files = `git ls-files`.split("\n")
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
- s.require_paths = ["lib"]
18
+ s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
19
+ s.require_paths = ['lib']
20
20
 
21
- s.add_development_dependency "rspec", "~> 2.10"
22
- s.add_development_dependency "rack-test"
23
- s.add_development_dependency "simplecov"
24
- s.add_development_dependency "webmock"
25
- s.add_runtime_dependency "omniauth-oauth", "~> 1.0"
26
- s.add_runtime_dependency "rest-client", ">= 1.6.6", "< 1.8"
21
+ s.add_development_dependency 'rspec', '~> 2.10'
22
+ s.add_development_dependency 'rack-test'
23
+ s.add_development_dependency 'simplecov'
24
+ s.add_development_dependency 'webmock'
25
+ s.add_runtime_dependency 'omniauth-oauth', '~> 1.0'
26
+ s.add_runtime_dependency 'rest-client', '>= 1.6.6', '<= 2.0'
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-lastfm
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
  - Claudio Poli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-13 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -87,9 +87,9 @@ dependencies:
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: 1.6.6
90
- - - "<"
90
+ - - "<="
91
91
  - !ruby/object:Gem::Version
92
- version: '1.8'
92
+ version: '2.0'
93
93
  type: :runtime
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
@@ -97,9 +97,9 @@ dependencies:
97
97
  - - ">="
98
98
  - !ruby/object:Gem::Version
99
99
  version: 1.6.6
100
- - - "<"
100
+ - - "<="
101
101
  - !ruby/object:Gem::Version
102
- version: '1.8'
102
+ version: '2.0'
103
103
  description: OmniAuth strategy for Last.fm
104
104
  email:
105
105
  - claudio@audiobox.fm
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project: omniauth-lastfm
140
- rubygems_version: 2.2.2
140
+ rubygems_version: 2.5.1
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: OmniAuth strategy for Last.fm