mangadex 5.3.1 → 5.3.1.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: c44ce27fcd41e7b08e02892e8f8dae3ca3c47beb3af218fcf5043676bafeb0d4
4
- data.tar.gz: cb15886c9ba01b2534d5b49eb226791c8219255e7a26c8dea1856ff1d3a30999
3
+ metadata.gz: 2c3906abcda03214729faefa84f1f28cf7685a56bb31d2759a75728c2dfe8633
4
+ data.tar.gz: 8ad9182042f2e00bd2d796d1278fbdd6ba3413ef66cd8c2c9946d2e79f5c9dc4
5
5
  SHA512:
6
- metadata.gz: c07c3433681344d6d2f1a2f85e99f36e691eac96e3774001fff1c3dc58aed8e0e82c62f640c6d453dce45b2827cd4d1d0347c4f0a515acd57dd258cbf9799c13
7
- data.tar.gz: 63caf26a2274fc5496bb0c62e3d7d3d8f7f179dfeee5ac8749d6cde29afaf24e9a9cbea228c5db3603fc590056252bd7ccb22e3e4b26542a37be737a41910618
6
+ metadata.gz: d5e8f6bb17f8b565fd5b9068089282370c5f6b88d2707331ceeabbd35a7372f937c9a8e71ee41fe6c32b249950ed8908a429456d65369610ee1976b50329122a
7
+ data.tar.gz: d4e78fc2cae3bdc612b2cf739d989a5590e2a95fe6256dfc2cc5c9120dd07a727d2557dc9ae9461b16e080c0bb8950e8562333679c0cef7f569e4c6d5c917b9e
data/.gitignore CHANGED
@@ -9,4 +9,9 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ # Build
14
+ *.gem
15
+
16
+ # Misc
12
17
  .DS_Store
data/Gemfile.lock CHANGED
@@ -59,6 +59,7 @@ GEM
59
59
  sorbet-static (= 0.5.9152)
60
60
  sorbet-runtime (0.5.9152)
61
61
  sorbet-static (0.5.9152-universal-darwin-20)
62
+ sorbet-static (0.5.9152-x86_64-linux)
62
63
  tzinfo (2.0.4)
63
64
  concurrent-ruby (~> 1.0)
64
65
  unf (0.1.4)
@@ -68,6 +69,7 @@ GEM
68
69
 
69
70
  PLATFORMS
70
71
  x86_64-darwin-20
72
+ x86_64-linux
71
73
 
72
74
  DEPENDENCIES
73
75
  bundler (~> 2.2.19)
@@ -16,6 +16,8 @@ module Mangadex
16
16
  "[Warning] Check out #{Mangadex::Internal::Request::BASE_URI} for more information.",
17
17
  )
18
18
  end
19
+
20
+ version
19
21
  end.call
20
22
  end
21
23
  end
@@ -114,7 +114,7 @@ module Mangadex
114
114
  end
115
115
 
116
116
  sig { params(args: T::Api::Arguments).returns(T::Api::GenericResponse) }
117
- def self.reading_status(**args)
117
+ def self.all_reading_status(**args)
118
118
  Mangadex::Internal::Request.get(
119
119
  '/manga/status',
120
120
  Mangadex::Internal::Definition.validate(args, {
@@ -133,13 +133,6 @@ module Mangadex
133
133
  )
134
134
  end
135
135
 
136
- sig { returns(T::Api::GenericResponse) }
137
- def self.all_reading_status
138
- Mangadex::Internal::Request.get(
139
- '/manga/status',
140
- )
141
- end
142
-
143
136
  sig { params(id: String, status: String).returns(T::Api::GenericResponse) }
144
137
  def self.update_reading_status(id, status)
145
138
  Mangadex::Internal::Request.post(
@@ -1,4 +1,4 @@
1
1
  # typed: strict
2
2
  module Mangadex
3
- VERSION = "5.3.1"
3
+ VERSION = "5.3.1.1"
4
4
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mangadex
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.1
4
+ version: 5.3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akinyele Cafe-Febrissy
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-09-22 00:00:00.000000000 Z
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- description:
139
+ description:
140
140
  email:
141
141
  - me@akinyele.ca
142
142
  executables: []
@@ -221,7 +221,7 @@ homepage: https://github.com/thedrummeraki/mangadex
221
221
  licenses:
222
222
  - MIT
223
223
  metadata: {}
224
- post_install_message:
224
+ post_install_message:
225
225
  rdoc_options: []
226
226
  require_paths:
227
227
  - lib
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  version: '0'
238
238
  requirements: []
239
239
  rubygems_version: 3.2.15
240
- signing_key:
240
+ signing_key:
241
241
  specification_version: 4
242
242
  summary: Your next favourite Ruby gem for interacting with Mangadex.org
243
243
  test_files: []