thetvdb_party 0.0.4.pre → 0.0.5.pre

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: 7a24afc1e632c9b90ef99ffc1637e516512d871b
4
- data.tar.gz: b9108ddf1caadb00a329c1c2182d7626746aef45
3
+ metadata.gz: f345d4819aeb729526bcb2d4dd02a9fb57d5acfd
4
+ data.tar.gz: 307da86a73dcc15c0853cc2e201e01908b0769a6
5
5
  SHA512:
6
- metadata.gz: 0d290af51be12bd346ae205265413114b97115cfb35a54eba48895bdb6af42c9afbd3b3088175acef5db2ea172e2bbb048ac712d89ac652ca9686225d5c0047c
7
- data.tar.gz: 2ea5deaa5750fe06d0f83b28609b1e91c8ae0d38fd3beaabc156dd078d66df006ad7761f9a0a2bcfb7c8005bc9867801229d6ace130ba4285a1746619237d63b
6
+ metadata.gz: a996360b463e8df96ef0da028a4d4fd04b730f6e978d10f909afea59ae2d7b3fa29fd8f59cf362af68d09ac17a85bcb7bf4f050e3411e611feac18e963a2bf90
7
+ data.tar.gz: 75dadff98388c11fae2387490750d02e52230af62a32a3ee83ffbeccd46a7ff20549b26ebafaba2a25ed05fd616a2d54cc7119bc6d4e8d495b55b13aed70883b
@@ -118,14 +118,15 @@ module TheTvDbParty
118
118
  def lastupdated; @hashValues["lastupdated"] ? Time.at(@hashValues["lastupdated"].to_i).to_datetime : nil end
119
119
 
120
120
  # The full path to the banner for the series.
121
- # @return [URI] The full path for the highest rated banner for the series, returned as a URI instance.def bannerpath_full; URI::join(BASE_URL, "banners", bannerpath_relative) end
121
+ # @return [URI] The full path for the highest rated banner for the series, returned as a URI instance.
122
+ def bannerpath_full; URI::join(BASE_URL, "banners/", bannerpath_relative) end
122
123
 
123
124
  # The full path to the banner for the series.
124
125
  # @return [URI] The full path for the highest rated fanart for the series, returned as a URI instance.
125
- def fanartpath_full; URI::join(BASE_URL, "banners", fanartpath_relative) end
126
+ def fanartpath_full; URI::join(BASE_URL, "banners/", fanartpath_relative) end
126
127
 
127
128
  # The full path to the banner for the series.
128
129
  # @return [URI] The full path for the highest rated poster for the series, returned as a URI instance.
129
- def posterpath_full; URI::join(BASE_URL, "banners", posterpath_relative) end
130
+ def posterpath_full; URI::join(BASE_URL, "banners/", posterpath_relative) end
130
131
  end
131
132
  end
@@ -70,7 +70,7 @@ module TheTvDbParty
70
70
 
71
71
  # The full path to the banner for the series.
72
72
  # @return [URI] The full path for the highest rated banner for the series, returned as a URI instance.
73
- def bannerpath_full; URI::join(BASE_URL, "banners", bannerpath_relative) end
73
+ def bannerpath_full; URI::join(BASE_URL, "banners/", bannerpath_relative) end
74
74
 
75
75
  # Retrieves the Base Series Record for the series
76
76
  # @return [TheTvDbParty::BaseSeriesRecord] The Base Series Record for the series
@@ -1,4 +1,4 @@
1
1
  module TheTvDbParty
2
2
  # The current version of the `thetvdb_party` gem
3
- VERSION = "0.0.4.pre"
3
+ VERSION = "0.0.5.pre"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thetvdb_party
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.pre
4
+ version: 0.0.5.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fredrik Høisæther Rasch