KinopoiskAPI 0.8.1 → 0.8.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 853e45e58b4c5128b64bd4dc6644fb55e0f6d161
4
- data.tar.gz: 94ffa76e4559d99898a0714c928c7e9974fe9c09
3
+ metadata.gz: 7afc41b11af49e12d3b259a454b831fd286e5f57
4
+ data.tar.gz: 2a56181c33f432ee83855bfa127cb47e0d71fb8e
5
5
  SHA512:
6
- metadata.gz: e62511ae99fba4078512afbd845c050aeecd7170283b51452d2d3ff852a948066c8099f7f3019a7aca1d974a9a9a57019df29302e6a310b8fff8fa2f3aa83d17
7
- data.tar.gz: 166861fc12a3546e6eee0ab44aa2bf874febe0a26c4867a1a7e37e0b07632c81fd2e009ff89355d00884058e927a18beab4596861c38a351b52983838dd15bca
6
+ metadata.gz: dfc3fb6668ebe82a14e89bb5a39f9bafa824797a0e76e5641472bbf56cf1adade6c404352f27cf8540d5c67ee02c48ed1b7d8ede2456b2468296f6c8f488e69d
7
+ data.tar.gz: 3513459760d2da9402dc3a438f676b1957638f2798ad78e16024e05c03760c34d73b4e68c3ad9ecd7dc54b141326ddc8d3a1aa99c4a7ccb179a55ca9ea38af0e
@@ -6,12 +6,12 @@ require 'KinopoiskAPI/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'KinopoiskAPI'
8
8
  spec.version = KinopoiskAPI::VERSION
9
- spec.authors = ['proFox']
10
- spec.email = ['admin@byprofox.com']
9
+ spec.authors = ['Alexey Vildyaev']
10
+ spec.email = ['hav0k@me.com']
11
11
 
12
12
  spec.summary = %q{Gem for operation with Kinopoisk API}
13
- spec.description = %q{Gem is based on the API from the author: http://docs.kinopoiskapi.apiary.io}
14
- spec.homepage = 'https://github.com/afuno/Kinopoisk-API-Gem/'
13
+ spec.description = %q{Gem is based on the mobile API}
14
+ spec.homepage = 'https://github.com/alpha-ver/Kinopoisk-API-Gem'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module KinopoiskAPI
2
- VERSION = '0.8.1'
2
+ VERSION = '0.8.2'
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: KinopoiskAPI
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
- - proFox
7
+ - Alexey Vildyaev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -52,9 +52,9 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: 'Gem is based on the API from the author: http://docs.kinopoiskapi.apiary.io'
55
+ description: Gem is based on the mobile API
56
56
  email:
57
- - admin@byprofox.com
57
+ - hav0k@me.com
58
58
  executables:
59
59
  - console
60
60
  - setup
@@ -83,7 +83,7 @@ files:
83
83
  - lib/KinopoiskAPI/staff.rb
84
84
  - lib/KinopoiskAPI/today_films.rb
85
85
  - lib/KinopoiskAPI/version.rb
86
- homepage: https://github.com/afuno/Kinopoisk-API-Gem/
86
+ homepage: https://github.com/alpha-ver/Kinopoisk-API-Gem
87
87
  licenses:
88
88
  - MIT
89
89
  metadata: {}