itunes_api 2.3.0 → 2.3.1

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: b4488018462004ffd7109f8bd25280bf02fb371a
4
- data.tar.gz: 3e462711ad7c33c6478f1912a223afa9eedb4296
3
+ metadata.gz: e787203153382036331296dfdf3c880c9b64ae3d
4
+ data.tar.gz: 5142689e8cb18846924f4b828fcb980590ef7c63
5
5
  SHA512:
6
- metadata.gz: c325a70f11d4de6cdb103ca295c7ccb782c49861c294e43d39ab6cb26b23c320f3833f2f878c2b4f58391db3d26acdabf02c2c953b21a50fceac01fb630e6b7a
7
- data.tar.gz: 8a798b758f268a200b80a9dcc937c5120c1ea3fd8312f99af5e8ae4c74275ce920753154f524fb9fcf1f3297329db8c5547dcc245aa5a797d9a769854a93c748
6
+ metadata.gz: 03be14d45c6fbb9c3331a4fac276fb6c1f5a195bd11fa0574db9c060a95e8b619dc5021efe1d08db5669a4f97ebde9a0864aa1298571ee3c6b05f8e9e27823fa
7
+ data.tar.gz: 8e2c1be2325a65c122fb9cd722c4f70f9ced3d6a7f2ffbdf6899cd3df9ccddf959d1d7afbcdd7c1a7e88db9590d8adb3caf964144ced5e14a8663862b00ac5c5
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
- ruby '2.4.1'
2
+ ruby '2.4.2'
3
3
 
4
4
  gemspec
data/README.md CHANGED
@@ -94,7 +94,7 @@ ItunesApi::Music.find_albums_by_apple_id(265766061, :es)
94
94
  Ruby version:
95
95
 
96
96
  ```text
97
- 2.4.1
97
+ 2.4.2
98
98
  ```
99
99
 
100
100
  Fork the project, clone the repository and bundle:
@@ -1,3 +1,3 @@
1
1
  module ItunesApi
2
- VERSION = '2.3.0'.freeze
2
+ VERSION = '2.3.1'.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: 2.3.0
4
+ version: 2.3.1
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-08-10 00:00:00.000000000 Z
11
+ date: 2017-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  requirements: []
165
165
  rubyforge_project:
166
- rubygems_version: 2.6.11
166
+ rubygems_version: 2.6.13
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: iTunes Api