kp_api 0.10.1 → 0.10.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: 50c8c90694366c971f47463ed2c4882b91ca3f6f
4
- data.tar.gz: 1e757f1a6d0a2f58558b25e736211f4892ff5d8b
3
+ metadata.gz: 65acdae3d0263dcfc99be0a626efacec830b5c0f
4
+ data.tar.gz: 0afed154c7b75eb7a85c57e462886d25b459fa2f
5
5
  SHA512:
6
- metadata.gz: 672c8ac47d41aa2bf9167190036337c479edabfb3a1d4f639bf6ab5cb7a6df73f54a767f117f4707f92a0960686198145674942c07316d6de63a4348472ccaf7
7
- data.tar.gz: abc70480e11d244db7fa26a330525881af05601b6522b6b50bd657474cc6280250c4cfc0b3c37f2013689346364195e70ba21e0bb524c4603e65c8ba4a27dee1
6
+ metadata.gz: 5c48ca5d63371404127b735e5990b3c9ca369359943536bd5fadbb8f7b584bc25ee434c3ee4c1633a1d81e2c9a15c05cc0cf479a057029fd28c7db10cd38eaad
7
+ data.tar.gz: ce4e12c9a147cfe4505f2896f756f6f3d719e65de3960ecec922e559afeeb26ab78189964eba417c6936f0988cc581d6a8732655ea219ebf1c5048ec7c01c345
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Alexey Vilyaev
3
+ Copyright (c) 2017 Alexey Vildyaev
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -126,7 +126,7 @@ category = KpApi::Category.new(country_id=2)
126
126
  category.countries
127
127
  ```
128
128
  ```ruby
129
- # Страны (требует доп. запроса)
129
+ # Города (требует доп. запроса)
130
130
  category.cities
131
131
  ```
132
132
  ```ruby
@@ -291,8 +291,9 @@ top.view_all(limit=15)
291
291
  @todo
292
292
 
293
293
 
294
- ##Благодарность
295
- Всем кто связывался со мной. (@to-do)
294
+
295
+ ## Благодарность
296
+ Всем кто связывался со мной и помог разобраться с алгоритмом.
296
297
 
297
298
 
298
299
  ## License
@@ -1,3 +1,3 @@
1
1
  module KpApi
2
- VERSION = "0.10.1"
2
+ VERSION = "0.10.2"
3
3
  end
@@ -10,7 +10,7 @@ describe KpApi::People do
10
10
 
11
11
  expect( r.data['class'] ).to eql("KPPeopleDetailView")
12
12
  expect( r.data['peopleID'] ).to eql("1")
13
- expect( r.data['webURL'] ).to eql("http://www.kinopoisk.ru/name/1/")
13
+ expect( r.data['webURL'] ).to eql("https://www.kinopoisk.ru/name/1/")
14
14
  expect( r.data['nameRU'] ).to eql("Стивен Карпентер")
15
15
  expect( r.data['nameEN'] ).to eql("Stephen Carpenter")
16
16
  expect( r.data['sex'] ).to eql("male")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kp_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Vildyaev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-19 00:00:00.000000000 Z
11
+ date: 2017-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie