tvdb_party_v2 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: 3411dc50a899679cdc92fadcf746a2b5f34ff2e8
4
- data.tar.gz: 4ad9ec550f69f51c877adca32f28ee70dfcd3dd8
3
+ metadata.gz: 5adf58bd93c464a542dec5b77cdd3a99c73ae183
4
+ data.tar.gz: 574e9d9c45752b121c443ba22e0ca3d1df8f21f0
5
5
  SHA512:
6
- metadata.gz: 73b93afce9b9aa089a2b317658f9320d4d012837106f62e0989da4f3b871524e053486210c463705bc8541e9b9c63de67548f3ddf9dfb07556d90b4eb76f5131
7
- data.tar.gz: 33dc4353fd1017356f4bc00d7cdabe6c9aaafe7e583f5ad2cc6cf118a303ba513e9442056706e5487838fa9a70a4aa32c38a118cf893b9273d7821f6d8f99e1b
6
+ metadata.gz: dde7343ea9ff8b5b477333231d4eeb8f086e39931385c7c0b9b5b4428814438dccd9f0eff107cbdae1f3f6ef8cbab1c4e41c7d7cc9e0025d381ce3622e2572e4
7
+ data.tar.gz: 929031bcf106fc3a927f44b29723c0902080c7a4d90bc6b0f4601a8a3980f51b85cd8920d0e7edd6698572db13866a9e9510e42d73972a2b184c09a293bb0172
@@ -26,7 +26,7 @@ module TvdbPartyV2
26
26
  begin
27
27
  @air_date = Date.parse(options["firstAired"])
28
28
  rescue
29
- puts 'invalid date'
29
+ @air_date = 0
30
30
  end
31
31
 
32
32
  if options["siteRating"] && options["siteRating"] > 0
@@ -1,3 +1,3 @@
1
1
  module TvdbPartyV2
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvdb_party_v2
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
  - David Pan
@@ -63,6 +63,7 @@ files:
63
63
  - lib/tvdb_party_v2/series.rb
64
64
  - lib/tvdb_party_v2/version.rb
65
65
  - tvdb_party_v2-0.1.1.gem
66
+ - tvdb_party_v2-0.1.2.gem
66
67
  - tvdb_party_v2.gemspec
67
68
  homepage: https://github.com/davidpan/tvdb_party_v2
68
69
  licenses: