itunes_api 0.8.1 → 0.8.2

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: 7f967f1a60f1b7925c0e834fee0b2289f74b0acd
4
- data.tar.gz: f7cfe173ae0413d3ccfa9ff28f65ad358408f65c
3
+ metadata.gz: 5e034da09b20707fbc47ec4c10d71eec8ff51ae7
4
+ data.tar.gz: 03b55ba82587b3d17f649813416471eee5d5cdb3
5
5
  SHA512:
6
- metadata.gz: ca085dd7b35d9a11f705ca6792b72e4600f705e5bb4d0f2497e47af9377874c5cfd7ee0789b1e599a0106602e579d1ee3add817f697d8ab69278f8be78c7b2f3
7
- data.tar.gz: ba96ecc1d0428a5821de17e5a1c776700a05ef292fa1bce3b3f6499dfacef7ad7f9abf2757636511cfb49ed4c7fa573aa894cf0a7c4a288aa4d330522f8a2b5f
6
+ metadata.gz: a311e497aefb2cf29ca16b0cd05b2b340fe15fd0b1b19a991967c438cce23b0831f7c8076a1d02115dee11e3815033e4576cf02984149d7027abf8a92841795d
7
+ data.tar.gz: 0b2df8c24652bbfb8028c0343a015ee43cdb1995e25cb7d2df8b1220d607833a3e1b88532802893b3a9976165f4e86895fda279b7804cff3c723933b2ca090db
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Gem Version](https://badge.fury.io/rb/itunes_api.svg)](https://badge.fury.io/rb/itunes_api) [![CircleCI](https://circleci.com/gh/mariodarco/itunes-api/tree/master.svg?style=shield)](https://circleci.com/gh/mariodarco/itunes-api/tree/master)
1
+ [![Gem Version](https://badge.fury.io/rb/itunes_api.svg)](https://badge.fury.io/rb/itunes_api) [![Dependency Status](https://gemnasium.com/badges/github.com/mariodarco/itunes-api.svg)](https://gemnasium.com/github.com/mariodarco/itunes-api) [![CircleCI](https://circleci.com/gh/mariodarco/itunes-api/tree/master.svg?style=shield)](https://circleci.com/gh/mariodarco/itunes-api/tree/master)
2
2
 
3
3
 
4
4
  # ItunesApi
@@ -56,7 +56,7 @@ ItunesApi.artist_search('Pink Floyd')
56
56
 
57
57
  Ruby version:
58
58
  ```
59
- 2.3.3
59
+ 2.4.1
60
60
  ```
61
61
 
62
62
  Fork the project, clone the repository and bundle:
data/itunes_api.gemspec CHANGED
@@ -5,14 +5,6 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
  require 'itunes_api/version'
6
6
 
7
7
  Gem::Specification.new do |spec|
8
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the
9
- # 'allowed_push_host' to allow pushing to a single host or delete this
10
- # section to allow pushing to any host.
11
- unless spec.respond_to?(:metadata)
12
- raise 'RubyGems 2.0 or newer is required to protect ' \
13
- 'against public gem pushes.'
14
- end
15
-
16
8
  spec.name = 'itunes_api'
17
9
  spec.version = ItunesApi::VERSION
18
10
  spec.authors = ['Mario D’Arco']
@@ -1,3 +1,3 @@
1
1
  module ItunesApi
2
- VERSION = '0.8.1'.freeze
2
+ VERSION = '0.8.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itunes_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario D’Arco
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-01 00:00:00.000000000 Z
11
+ date: 2017-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday