kinopoisk_parser 1.0.1 → 1.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OWRkMWZkNGM4MmQ2MGQxNzE0Y2YwZTM0YTYwY2NkODQ2MmMxY2VkYw==
4
+ MTMzMDliZjMxMmM0M2UzOTM4MDlmM2IwZDI0Yzg3NTY4MTYxZTlmMw==
5
5
  data.tar.gz: !binary |-
6
- ZGQ5YzYyMjE2ZGEzNTNkMDIxOTYyMzNlNDNlNGEzNDYyNjM2YWM0Yw==
6
+ YWJmY2Y0YjU0NjdkZTEwZjVlMjI0ODM2NWM4OTAzNDM1NzBhMWQ5NQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YTA5ZGRkMGIzYTBkY2VmYTAwMDQ0ZWNlZThhNjMwNTIwYmZkMTE5ZTE5OGJl
10
- NWU0YzNhZjkxN2RmYjYxZmZkYTI4YjJmZWQ5NGUwMWJmZWYyOTQwZjZmOTg2
11
- Y2UzZGVmYTZhY2FmNWQwYmRlNWVlNzNmMzQyNzBiZTg0NTA1YmQ=
9
+ NmYzMzAwMjM0YTNiMjgxZDhkOGMzYWVjNjU2MTU5ZTFlOWExODA3M2NlNjg3
10
+ YmRkOWU4OWYwNDc4NGZjNjYzNDc0NWM5NTZiMDg2NmZlNmZjYTg5YWY1Y2E5
11
+ NmVkMDdjYWM1ZTlhMjUwZDMyYjU2MjVkN2Y1YmUwMmQ1NDU4NGY=
12
12
  data.tar.gz: !binary |-
13
- YTdiMDExYzczMDc0ZTYzODIxM2JkYmI2ZjFjMGJjNTY1OWQyY2E5NDg4ZjFh
14
- ZDhlNWVjMDE0NWM3NTYzZWEyMTQ4YTNlMWZlMGFmZWJiZDMwZTM2ZDlhNjA0
15
- ODlkN2ExZWFjOTZkZDE1ZDQzOTU2YzkxY2RmNTYxY2ZkOTI3YTI=
13
+ NTBmMzFhZGUxYjk0ZjNkNGIxZjJlNDgxNGZmNWZhNDEwMmFmZTdiOWU3YTA2
14
+ YmI1NjYzZDU3NjE1NGFhYTdkYzhlYjhiZmJmMTdkNDJiNmI2ZDcxMTQ1NzJl
15
+ NmI4NjU3ZmZiMmRjY2RhY2JlYzNkMjg3ZjFiZDcwYTViYmI0ZTg=
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'kinopoisk_parser'
3
- gem.version = '1.0.1'
3
+ gem.version = '1.0.2'
4
4
  gem.authors = ['RavWar']
5
5
  gem.email = ['rav_war@mail.ru']
6
6
  gem.homepage = 'https://github.com/RavWar/kinopoisk_parser'
@@ -1,5 +1,5 @@
1
+ require 'kinopoisk_parser'
1
2
  require 'webmock/rspec'
2
- require 'kinopoisk'
3
3
  require 'vcr'
4
4
 
5
5
  VCR.configure do |c|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kinopoisk_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - RavWar
@@ -108,11 +108,11 @@ files:
108
108
  - LICENSE.txt
109
109
  - README.md
110
110
  - Rakefile
111
- - kinopoisk.gemspec
112
- - lib/kinopoisk.rb
111
+ - kinopoisk_parser.gemspec
113
112
  - lib/kinopoisk/movie.rb
114
113
  - lib/kinopoisk/person.rb
115
114
  - lib/kinopoisk/search.rb
115
+ - lib/kinopoisk_parser.rb
116
116
  - spec/kinopoisk/movie_spec.rb
117
117
  - spec/kinopoisk/person_spec.rb
118
118
  - spec/kinopoisk/search_spec.rb