tsumanne 0.0.1 → 0.0.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.
@@ -958,7 +958,7 @@ class Spoom::Coverage::D3::ColorPalette < ::T::Struct
958
958
  prop :strong, ::String
959
959
 
960
960
  class << self
961
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
961
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
962
962
  def inherited(s); end
963
963
  end
964
964
  end
@@ -1298,7 +1298,7 @@ class Spoom::Coverage::Snapshot < ::T::Struct
1298
1298
  sig { params(obj: T::Hash[::String, T.untyped]).returns(::Spoom::Coverage::Snapshot) }
1299
1299
  def from_obj(obj); end
1300
1300
 
1301
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1301
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
1302
1302
  def inherited(s); end
1303
1303
  end
1304
1304
  end
@@ -1436,7 +1436,7 @@ class Spoom::Deadcode::Definition < ::T::Struct
1436
1436
  def module?; end
1437
1437
 
1438
1438
  class << self
1439
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1439
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
1440
1440
  def inherited(s); end
1441
1441
  end
1442
1442
  end
@@ -1990,7 +1990,7 @@ class Spoom::Deadcode::Reference < ::T::Struct
1990
1990
  def method?; end
1991
1991
 
1992
1992
  class << self
1993
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1993
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
1994
1994
  def inherited(s); end
1995
1995
  end
1996
1996
  end
@@ -2015,7 +2015,7 @@ class Spoom::Deadcode::Send < ::T::Struct
2015
2015
  const :block, T.nilable(::SyntaxTree::Node), default: T.unsafe(nil)
2016
2016
 
2017
2017
  class << self
2018
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2018
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2019
2019
  def inherited(s); end
2020
2020
  end
2021
2021
  end
@@ -2035,7 +2035,7 @@ class Spoom::ExecResult < ::T::Struct
2035
2035
  def to_s; end
2036
2036
 
2037
2037
  class << self
2038
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2038
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2039
2039
  def inherited(s); end
2040
2040
  end
2041
2041
  end
@@ -2243,7 +2243,7 @@ class Spoom::FileTree::Node < ::T::Struct
2243
2243
  def path; end
2244
2244
 
2245
2245
  class << self
2246
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2246
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2247
2247
  def inherited(s); end
2248
2248
  end
2249
2249
  end
@@ -2309,7 +2309,7 @@ class Spoom::Git::Commit < ::T::Struct
2309
2309
  def timestamp; end
2310
2310
 
2311
2311
  class << self
2312
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2312
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2313
2313
  def inherited(s); end
2314
2314
 
2315
2315
  # Parse a line formated as `%h %at` into a `Commit`
@@ -2421,7 +2421,7 @@ class Spoom::LSP::Diagnostic < ::T::Struct
2421
2421
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Diagnostic) }
2422
2422
  def from_json(json); end
2423
2423
 
2424
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2424
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2425
2425
  def inherited(s); end
2426
2426
  end
2427
2427
  end
@@ -2454,7 +2454,7 @@ class Spoom::LSP::DocumentSymbol < ::T::Struct
2454
2454
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::DocumentSymbol) }
2455
2455
  def from_json(json); end
2456
2456
 
2457
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2457
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2458
2458
  def inherited(s); end
2459
2459
  end
2460
2460
  end
@@ -2512,7 +2512,7 @@ class Spoom::LSP::Hover < ::T::Struct
2512
2512
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Hover) }
2513
2513
  def from_json(json); end
2514
2514
 
2515
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2515
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2516
2516
  def inherited(s); end
2517
2517
  end
2518
2518
  end
@@ -2537,7 +2537,7 @@ class Spoom::LSP::Location < ::T::Struct
2537
2537
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Location) }
2538
2538
  def from_json(json); end
2539
2539
 
2540
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2540
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2541
2541
  def inherited(s); end
2542
2542
  end
2543
2543
  end
@@ -2600,7 +2600,7 @@ class Spoom::LSP::Position < ::T::Struct
2600
2600
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Position) }
2601
2601
  def from_json(json); end
2602
2602
 
2603
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2603
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2604
2604
  def inherited(s); end
2605
2605
  end
2606
2606
  end
@@ -2638,7 +2638,7 @@ class Spoom::LSP::Range < ::T::Struct
2638
2638
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Range) }
2639
2639
  def from_json(json); end
2640
2640
 
2641
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2641
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2642
2642
  def inherited(s); end
2643
2643
  end
2644
2644
  end
@@ -2704,7 +2704,7 @@ class Spoom::LSP::SignatureHelp < ::T::Struct
2704
2704
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::SignatureHelp) }
2705
2705
  def from_json(json); end
2706
2706
 
2707
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2707
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
2708
2708
  def inherited(s); end
2709
2709
  end
2710
2710
  end
@@ -185,7 +185,7 @@ class RBI::TypedParam < ::T::Struct
185
185
  const :type, ::String
186
186
 
187
187
  class << self
188
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
188
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
189
189
  def inherited(s); end
190
190
  end
191
191
  end
@@ -1012,7 +1012,7 @@ class Tapioca::ConfigHelper::ConfigError < ::T::Struct
1012
1012
  const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart]
1013
1013
 
1014
1014
  class << self
1015
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1015
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
1016
1016
  def inherited(s); end
1017
1017
  end
1018
1018
  end
@@ -1023,7 +1023,7 @@ class Tapioca::ConfigHelper::ConfigErrorMessagePart < ::T::Struct
1023
1023
  const :colors, T::Array[::Symbol]
1024
1024
 
1025
1025
  class << self
1026
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1026
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
1027
1027
  def inherited(s); end
1028
1028
  end
1029
1029
  end
@@ -3148,7 +3148,7 @@ module Tapioca::Static::SymbolLoader
3148
3148
 
3149
3149
  # @return [Array<T.class_of(Rails::Engine)>]
3150
3150
  #
3151
- # source://sorbet-runtime/0.5.10991/lib/types/private/methods/_methods.rb#255
3151
+ # source://sorbet-runtime/0.5.10993/lib/types/private/methods/_methods.rb#255
3152
3152
  def engines(*args, **_arg1, &blk); end
3153
3153
 
3154
3154
  # source://tapioca//lib/tapioca/static/symbol_loader.rb#73
@@ -0,0 +1,8 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `tomlrb` gem.
5
+ # Please instead update this file by running `bin/tapioca gem tomlrb`.
6
+
7
+ # THIS IS AN EMPTY RBI FILE.
8
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -378,7 +378,7 @@ class YARDSorbet::TStructProp < ::T::Struct
378
378
  const :types, T::Array[::String]
379
379
 
380
380
  class << self
381
- # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
381
+ # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13
382
382
  def inherited(s); end
383
383
  end
384
384
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsumanne
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - eggplants
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-30 00:00:00.000000000 Z
11
+ date: 2023-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mhtml
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.5'
41
+ - !ruby/object:Gem::Dependency
42
+ name: mdl
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.12'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.12'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: rake
43
57
  requirement: !ruby/object:Gem::Requirement
@@ -196,7 +210,8 @@ description: This gem provide unofficial API of tsumanne.net, an aggregation sit
196
210
  of 2chan.net, in Ruby
197
211
  email:
198
212
  - w10776e8w@yahoo.co.jp
199
- executables: []
213
+ executables:
214
+ - tsumanne
200
215
  extensions: []
201
216
  extra_rdoc_files: []
202
217
  files:
@@ -206,12 +221,21 @@ files:
206
221
  - LICENSE.txt
207
222
  - README.md
208
223
  - Rakefile
224
+ - exe/tsumanne
209
225
  - lib/tsumanne.rb
226
+ - lib/tsumanne/api.rb
227
+ - lib/tsumanne/cli.rb
228
+ - lib/tsumanne/models/get_threads.rb
229
+ - lib/tsumanne/models/register_thread.rb
230
+ - lib/tsumanne/models/search_indexes.rb
231
+ - lib/tsumanne/models/search_thread_from_uri.rb
210
232
  - lib/tsumanne/version.rb
211
233
  - sorbet/config
212
234
  - sorbet/rbi/annotations/rainbow.rbi
213
235
  - sorbet/rbi/gems/ast@2.4.2.rbi
214
236
  - sorbet/rbi/gems/base64@0.1.1.rbi
237
+ - sorbet/rbi/gems/chef-utils@18.2.7.rbi
238
+ - sorbet/rbi/gems/concurrent-ruby@1.2.2.rbi
215
239
  - sorbet/rbi/gems/diff-lcs@1.5.0.rbi
216
240
  - sorbet/rbi/gems/docile@1.4.0.rbi
217
241
  - sorbet/rbi/gems/erubi@1.12.0.rbi
@@ -219,8 +243,14 @@ files:
219
243
  - sorbet/rbi/gems/ffi@1.15.5.rbi
220
244
  - sorbet/rbi/gems/http-parser@1.2.3.rbi
221
245
  - sorbet/rbi/gems/json@2.6.3.rbi
246
+ - sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi
247
+ - sorbet/rbi/gems/kramdown@2.4.0.rbi
222
248
  - sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi
249
+ - sorbet/rbi/gems/mdl@0.12.0.rbi
223
250
  - sorbet/rbi/gems/mhtml@0.1.6.rbi
251
+ - sorbet/rbi/gems/mixlib-cli@2.1.8.rbi
252
+ - sorbet/rbi/gems/mixlib-config@3.0.27.rbi
253
+ - sorbet/rbi/gems/mixlib-shellout@3.2.7.rbi
224
254
  - sorbet/rbi/gems/netrc@0.11.0.rbi
225
255
  - sorbet/rbi/gems/parallel@1.23.0.rbi
226
256
  - sorbet/rbi/gems/parser@3.2.2.3.rbi
@@ -252,6 +282,7 @@ files:
252
282
  - sorbet/rbi/gems/syntax_tree@6.1.1.rbi
253
283
  - sorbet/rbi/gems/tapioca@0.11.8.rbi
254
284
  - sorbet/rbi/gems/thor@1.2.2.rbi
285
+ - sorbet/rbi/gems/tomlrb@2.0.3.rbi
255
286
  - sorbet/rbi/gems/unicode-display_width@2.4.2.rbi
256
287
  - sorbet/rbi/gems/unparser@0.6.8.rbi
257
288
  - sorbet/rbi/gems/yard-sorbet@0.8.1.rbi