imdb_title 0.0.5 → 0.0.7

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
  SHA256:
3
- metadata.gz: fb9fbaa9c06d1a5741847ff1b0f159204f76bad9d2c25245825ad79453128c24
4
- data.tar.gz: 215a2ca3813ad5d0bd228bb884142874406483232fd5b18a71b93c14e484587d
3
+ metadata.gz: 88be129ca704805bd6ceb7eec22d66089e9df4a1d6d1e4eed84b90a1b6554d60
4
+ data.tar.gz: 748d415f1148b0c402227d3bd450f77770f979549170f02b05fbb6e21c7db3a6
5
5
  SHA512:
6
- metadata.gz: 037e83d2287c6a4cda68ac5b36c770140f74c645aed4456654ac38395ae0bb82fbd1cf241f187937385fd8d64ada4ab5f1e95aa2b49c5fcca50fa31f8476e023
7
- data.tar.gz: 42f50fb088977b0d294caf62f562b2ea421c851342b341a31fd88db2762723ccca0deade8758617ab82ad685d23ba56136b6758e20dc27dbc6984d7d9dfe60d6
6
+ metadata.gz: 0c02f069b450dc2a0d37708868bfc68be2ca6547d81fd12d75b4a6e1a10221f55e6d4e042963189260d57142930d934014894a3296f6892db5e86eb1366f7701
7
+ data.tar.gz: bbd5b257ce9def13b3c2f2b71547625b9703ed677070bd0651c7b145fae5ad6540757fbcd3f4cbd0b5911c0bc604899ca6946d479073830521d5c1b60048f504
data/lib/imdb_title.rb CHANGED
@@ -1,10 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # require dependencies
3
4
  require "require_all"
4
5
  require "nokogiri"
5
6
  require "httparty"
6
- mydir = __dir__
7
- Dir.glob(File.join(mydir, "imdb_title", "*.rb")).sort.each { |file| require file }
7
+
8
+ # require all files & folders of this directory 'lib'
9
+ require_all "lib/"
8
10
 
9
11
  ##
10
12
  ##
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imdb_title
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juzer Shakir
@@ -107,12 +107,12 @@ executables: []
107
107
  extensions: []
108
108
  extra_rdoc_files: []
109
109
  files:
110
+ - lib/exceptions.rb
110
111
  - lib/imdb_title.rb
111
- - lib/imdb_title/exceptions.rb
112
- - lib/imdb_title/titles/episode.rb
113
- - lib/imdb_title/titles/movie.rb
114
- - lib/imdb_title/titles/tv_show.rb
115
- - lib/imdb_title/titles/video_game.rb
112
+ - lib/titles/episode.rb
113
+ - lib/titles/movie.rb
114
+ - lib/titles/tv_show.rb
115
+ - lib/titles/video_game.rb
116
116
  homepage: https://github.com/JuzerShakir/imdb
117
117
  licenses:
118
118
  - MIT
File without changes
File without changes
File without changes
File without changes
File without changes