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 +4 -4
- data/KinopoiskAPI.gemspec +4 -4
- data/lib/KinopoiskAPI/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7afc41b11af49e12d3b259a454b831fd286e5f57
|
4
|
+
data.tar.gz: 2a56181c33f432ee83855bfa127cb47e0d71fb8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfc3fb6668ebe82a14e89bb5a39f9bafa824797a0e76e5641472bbf56cf1adade6c404352f27cf8540d5c67ee02c48ed1b7d8ede2456b2468296f6c8f488e69d
|
7
|
+
data.tar.gz: 3513459760d2da9402dc3a438f676b1957638f2798ad78e16024e05c03760c34d73b4e68c3ad9ecd7dc54b141326ddc8d3a1aa99c4a7ccb179a55ca9ea38af0e
|
data/KinopoiskAPI.gemspec
CHANGED
@@ -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 = ['
|
10
|
-
spec.email = ['
|
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
|
14
|
-
spec.homepage = 'https://github.com/
|
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)/}) }
|
data/lib/KinopoiskAPI/version.rb
CHANGED
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.
|
4
|
+
version: 0.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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:
|
55
|
+
description: Gem is based on the mobile API
|
56
56
|
email:
|
57
|
-
-
|
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/
|
86
|
+
homepage: https://github.com/alpha-ver/Kinopoisk-API-Gem
|
87
87
|
licenses:
|
88
88
|
- MIT
|
89
89
|
metadata: {}
|