imdb_title 0.0.2 → 0.0.3

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: f2fc3cac635deca895d0d4189f92b175b023091c7e69e5fd6adb96802c6ad5a2
4
- data.tar.gz: 949e0fc71c0ff76bf11dcf29b1770a7674c8976b8cc728dea6da89da2b60772f
3
+ metadata.gz: 1a74d0836f2206f58ca27c6a82d9d4bd9148ce663f660d8adf2119ef0ef474e7
4
+ data.tar.gz: c93f323f833566f025b42e58d776d87de0315f7172503ca066af09bd82c5961f
5
5
  SHA512:
6
- metadata.gz: fa0263da758fc96f977e4b0065df386f646b1686bd96c14dfeba2f748936ef06c372ef50cf2e96f2de4749cbe99d4f691abf818d2fc99b06017f8d2c10bafeaa
7
- data.tar.gz: 74379acd1efe8174758e61f37af49ba8733ea1abcce7dc562fbcae9c8fddd6d06fd3c5e6c94c5fdf1bd0ef20d39465b5c581ca0a01d4d259f2db78d358bbd637
6
+ metadata.gz: '0904cc4f75e62c84c89eb888eebf8333065ec0574d7b8d09f0beaac1b3830c8bb9e1a1d42882d6b40458ab347d5384393ab11bb9dfa4e1a799f8a9046a93ba56'
7
+ data.tar.gz: 113454e9af8c2dae3ad2ccdf9f4487c4d9e610f708109ac79ba8f855994c8a0b058eb5cdb00d105aff92298f3914e98a3bace5702f10150987b992e418751dcf
@@ -3,7 +3,7 @@
3
3
  require "require_all"
4
4
  require "nokogiri"
5
5
  require "httparty"
6
- require_all "lib/imdb/"
6
+ require_all "lib/imdb_title/"
7
7
 
8
8
  ##
9
9
  ##
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.2
4
+ version: 0.0.3
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/imdb.rb
111
- - lib/imdb/exceptions.rb
112
- - lib/imdb/titles/episode.rb
113
- - lib/imdb/titles/movie.rb
114
- - lib/imdb/titles/tv_show.rb
115
- - lib/imdb/titles/video_game.rb
110
+ - 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
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