itunes_api 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f093140def0544a9f01d175bfbc950e63626f6b0
4
- data.tar.gz: f11e580bc9922f4bce4b5ffdf7446c374e87872d
3
+ metadata.gz: 977e293cb1119a93c8307fa6777c4fc56a2c2070
4
+ data.tar.gz: 7dbe4950ee63e43462c06d2549ef5a01cc94cc0a
5
5
  SHA512:
6
- metadata.gz: 616de967cf9baf0707117f9c617204e917dd7c4aa59bed13bef8d15d965e70ad79ccacc96eeaa926e516b76a1fe25a37d6bed82d62da7339d205fb7b35a4763b
7
- data.tar.gz: 0f903eb6650fb2eac0509d4eaebfaff58b62fb291cb325d696f9f74d3da7e531ce92b4cdd7083e2982718f6ef74531343066200d0d126f0d8cd74561ffa70d4b
6
+ metadata.gz: b526669ffe54690bc851552129c8a3c7507298b66e883617981732221ed07740c04d7f0fd9715bf69104f8bb03be05ce9d472273b051d8986efb059c78f47229
7
+ data.tar.gz: c8db2f679fb319d0aa1f503f4cf8f7aaa5a3f192eda61295f8e9aa5410fd4a8fa1010e6a63362f40c3f4f6dbdf498ab6fb96f5cd4a64cc2a70447a794058b663
data/README.md CHANGED
@@ -30,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
30
 
31
31
  ## Contributing
32
32
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/itunes_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/mariodarco/itunes_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
34
34
 
35
35
 
36
36
  ## License
@@ -1,3 +1,3 @@
1
1
  module ItunesApi
2
- VERSION = '0.0.4'.freeze
2
+ VERSION = '0.1.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itunes_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario D’Arco