anilibria-api-ruby 1.0.5 → 1.0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3e1395dc7fa5e9867cf3b9419eb0692a8e09a82b024bf4b35208acd132daab1
4
- data.tar.gz: 99193ab067172c7bd3ac16f90aa12887ebfafc9c655eddf60b5dde4411e99f0d
3
+ metadata.gz: 305fa9f0e1d81906e47e59a2ef505cb8b353f13b176ab3188ef7aedbdbb806ab
4
+ data.tar.gz: 5164e486cf7fa39fd2cd449002d8f3369d684e0c642e9654927baf1cae848b24
5
5
  SHA512:
6
- metadata.gz: 67e552501fcd5d2a5603cb8ce10d562028f33e70172e480315db9343cf26c5e9c7a591ec162f90d3eb9d95c3cc2ba24756159bb809ee9872c673a65de27cadeb
7
- data.tar.gz: 02db06b36eebbdf244a556ca0823d795574f511a925af9947302205611838a9190b9ab2331031ad9d3bf963f25bfd10bbb6dd1088c8c761e0dbc33cbdb8cbd23
6
+ metadata.gz: 49961302385788d1c28c02600ed035ff9cc42f6a2c8504f8bc0ce682bd29e832e242ddee32a4bc9074cd7c456463434b5a671698ba93b3059014f8493604c9fa
7
+ data.tar.gz: 3fdb581bf4fdbc0cc40f325dc1f508b7ab13cf25afc37733fdf31d34956daeaf3bb6e7ca4355269b361b16a979e3269079df6ce5322e5d42d4aa0d6c1ed6f131
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- anilibria-api-ruby (1.0.5)
4
+ anilibria-api-ruby (1.0.5.1)
5
5
  dry-struct (~> 1.4)
6
6
  faraday (~> 2)
7
7
 
@@ -69,7 +69,7 @@ module Anilibria
69
69
  attribute? :quality, Base do
70
70
  attribute? :string, T::String
71
71
  attribute? :type, T::String
72
- attribute? :resolution, T::Integer
72
+ attribute? :resolution, T::String
73
73
  attribute? :encoder, T::String
74
74
  attribute? :lq_audio, T::Bool
75
75
  end
@@ -1,6 +1,6 @@
1
1
  module Anilibria
2
2
  module Api
3
- VERSION = '1.0.5'.freeze
3
+ VERSION = '1.0.5.1'.freeze
4
4
  public_constant :VERSION
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anilibria-api-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Kozachenko
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-09 00:00:00.000000000 Z
11
+ date: 2022-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-struct