tvdb2 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: 35acac1f19d387fe8bb928969a6d5b136b550eec
4
- data.tar.gz: 8b659ccbe41cacf0a45b790cb6fc266f01ae796c
3
+ metadata.gz: e02adcfe8092c944f57ac1f244037f2805859ede
4
+ data.tar.gz: 98eedcb095795c49950aa9a9b26843213aa461c3
5
5
  SHA512:
6
- metadata.gz: 2c5ecad7942fcba9300e5329361c9b104de5093ce18afbdc9082552154a2124cb4d0c9c5b4fb81dbc520386e88f86c9f55ebcbc12e6f0701eb27b0538cd143ba
7
- data.tar.gz: 49f11f181082b805ca7141da68872c89244241ef766d1fd1dbb60bfb2cb9e80351c3a360f96c3f04ecaa74ea0dab933a9bf7ab1227da5538cf51543b490577da
6
+ metadata.gz: 3571c7c5f87c08d34d1eb3a0af0bfd632cc02a1e1bf32d9369ae479d0a07d4c02f9a6b647af8439e1b7d3a3b321b63dd46983b748aa9c812ae7872ab4606a6fe
7
+ data.tar.gz: 8c2349fe132cb4c8eaeb203e73a56eefd3e3dc2ccc0324ac344711f32b4173a269eeeeea307156842c139ee4f0a3a6dd8672e6c0feddfa24443b1ec96e49e182
@@ -89,6 +89,7 @@ module Tvdb2
89
89
  hash[field.to_sym] = instance_variable_get("@#{field}")
90
90
  end
91
91
  hash[:name] = @episodeName
92
+ hash[:x] = self.x
92
93
  return hash
93
94
  end
94
95
 
@@ -1,4 +1,4 @@
1
1
  module Tvdb2
2
2
  # The library version.
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvdb2
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
  - pioz