yandex360 1.1.0 → 1.1.1

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
  SHA256:
3
- metadata.gz: 76cb70cc7abcc7012654e816187c056ee7c7662ed3d6532458295dcbe8d251bc
4
- data.tar.gz: d73c143a23cae1e185726279c1adb32020793ca9bf0eb30e3b19510459c9db2b
3
+ metadata.gz: 66eac1024d498386e562d1ba1813ccd7992ca5a655798c35c2ceb31b9b577e32
4
+ data.tar.gz: 100f12e93db7cd960ca3ef04a206dcb71de80db74fab1ffd4c0db2ed73d71532
5
5
  SHA512:
6
- metadata.gz: a4f7532f4a5a7da9502c5ef0b2267768827245dfd4c2632f1db61f6130c2cabc2692ce66c449eeaec1496f9ad023cb8eddccc3310c9345df4d78e53671890f42
7
- data.tar.gz: '088a2139e3200ea6086e5a54f6113de08917f9050f40444f53f80ee40ad0c98706d72178094e84386c7a9b10ee80c2792109b743e117d8b312d0a8eecf86bf32'
6
+ metadata.gz: 3f73c6450cf570a6414dec1b1f87317565df27d46352ffa8f04d03a664940efd605148cda51a1e2cd8d1d8f791ad1edca712d2b1da6a44595842ff3cc3f4637f
7
+ data.tar.gz: 4ca5dd21ddeeb96dbf342e18b91f16f51a0ee0a084fd09550f030c65be7eb5dbefcafe057b7f90dbea382b0655d4d78c95715afc9b4656fde26175450baf9711
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yandex360 (1.1.0)
4
+ yandex360 (1.1.1)
5
5
  addressable (~> 2.3, >= 2.3.7)
6
6
  faraday (~> 1.7)
7
7
 
data/README.md CHANGED
@@ -3,12 +3,15 @@
3
3
  [![Gem Version](https://badge.fury.io/rb/yandex360.svg)](https://badge.fury.io/rb/yandex360)
4
4
  ![Gem](https://img.shields.io/gem/dt/yandex360)
5
5
  ![GitHub](https://img.shields.io/github/license/ruby-api-client/yandex360)
6
+ [![Ruby specs](https://github.com/ruby-api-client/yandex360/actions/workflows/ci.yml/badge.svg)](https://github.com/ruby-api-client/yandex360/actions/workflows/ci.yml)
7
+ [![Coverage Status](https://coveralls.io/repos/github/ruby-api-client/yandex360/badge.svg?branch=main)](https://coveralls.io/github/ruby-api-client/yandex360?branch=main)
8
+
6
9
  ## Installation
7
10
 
8
11
  ### Gemfile
9
12
 
10
13
  ```gemfile
11
- gem 'yandex360', '~> 1.0', '>= 1.0.1'
14
+ gem 'yandex360', '~> 1.1'
12
15
  ```
13
16
 
14
17
  ### Install
@@ -3,6 +3,6 @@
3
3
  module Yandex360
4
4
  major = 1
5
5
  minor = 1
6
- patch = 0
6
+ patch = 1
7
7
  VERSION = "#{major}.#{minor}.#{patch}"
8
8
  end
data/yandex360.gemspec CHANGED
@@ -8,8 +8,8 @@ require "yandex360/version"
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "yandex360"
10
10
  s.version = Yandex360::VERSION
11
- s.summary = "WIP - Yandex 360 API client"
12
- s.description = "WIP - Yandex 360 API wrapper written in Ruby"
11
+ s.summary = "Yandex 360 API client"
12
+ s.description = "Yandex 360 API wrapper written in Ruby"
13
13
  s.authors = ["Ilya Brin"]
14
14
  s.email = "ilya@codeplay.ru"
15
15
  s.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yandex360
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Brin
@@ -148,7 +148,7 @@ dependencies:
148
148
  - - ">="
149
149
  - !ruby/object:Gem::Version
150
150
  version: 3.18.1
151
- description: WIP - Yandex 360 API wrapper written in Ruby
151
+ description: Yandex 360 API wrapper written in Ruby
152
152
  email: ilya@codeplay.ru
153
153
  executables: []
154
154
  extensions: []
@@ -235,5 +235,5 @@ requirements: []
235
235
  rubygems_version: 3.2.3
236
236
  signing_key:
237
237
  specification_version: 4
238
- summary: WIP - Yandex 360 API client
238
+ summary: Yandex 360 API client
239
239
  test_files: []