fanart_api 0.1.2 → 0.1.3

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: ef2dba3cffc94ef7e4bed3436ff6e42f9c6bb728
4
- data.tar.gz: 85b7c8f1c8ca861add36acc61353dd06a68aa5cd
3
+ metadata.gz: e3c9235e81d94821a9f7f27f9455a22243e1c3f5
4
+ data.tar.gz: e8f9ba9d699c790fdcf5e8d212e8bd7a666e54dd
5
5
  SHA512:
6
- metadata.gz: aec65185a5098923afa1aaf38571c337981ac23be9a5e44bff8310ecd4f0f47dc6df1b783f834a9748634a07ecbfb26b93af45e8b389e7dbda5b75893fa41b11
7
- data.tar.gz: f223699e44968598e86ae6010a53cf8e8844405fb9dbddb91ecf315bbcdf91eef362d960383fd583deb30be2fcd92e5098dd6d1a7a997502ffde835e1c8ec205
6
+ metadata.gz: 0bc10d02052fe40cccb6bc92bd6559d1da177e4629c49db9812e486c9cd437f257edcb279e7a86a2660a24785d6b878da33bdc6432724275e7493e1b56647a58
7
+ data.tar.gz: a3a5c54fcaa45a354245b31e3da6c0b57c9d842b4cabff371f71a2b11a7a1aa6de13789a6ba8a327ae1c2e58202d5deac0e28958f66003e0ce74609f459d829a
@@ -23,6 +23,6 @@ class FanartApi::Movie < FanartApi::Base
23
23
  end
24
24
 
25
25
  def update_path_with_params(options)
26
- path_with_params(update_path, default_options.merge(options.merge(kind: :newmovies)))
26
+ path_with_params(update_path, options.merge(kind: :newmovies))
27
27
  end
28
28
  end
@@ -47,6 +47,6 @@ class FanartApi::Music < FanartApi::Base
47
47
  end
48
48
 
49
49
  def update_path_with_params(options)
50
- path_with_params(update_path, default_options.merge(options.merge(kind: :newmusic)))
50
+ path_with_params(update_path, options.merge(kind: :newmusic))
51
51
  end
52
52
  end
data/lib/fanart_api/tv.rb CHANGED
@@ -23,6 +23,6 @@ class FanartApi::Tv < FanartApi::Base
23
23
  end
24
24
 
25
25
  def update_path_with_params(options)
26
- path_with_params(update_path, default_options.merge(options.merge(kind: :newtv)))
26
+ path_with_params(update_path, options.merge(kind: :newtv))
27
27
  end
28
28
  end
@@ -1,3 +1,3 @@
1
1
  module FanartApi
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Wawer