rubysky 0.1.0

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.
Files changed (70) hide show
  1. checksums.yaml +7 -0
  2. data/.gem_rbs_collection/activesupport/7.0/.rbs_meta.yaml +9 -0
  3. data/.gem_rbs_collection/activesupport/7.0/activesupport-7.0.rbs +140 -0
  4. data/.gem_rbs_collection/activesupport/7.0/activesupport-generated.rbs +11950 -0
  5. data/.gem_rbs_collection/activesupport/7.0/activesupport.rbs +583 -0
  6. data/.gem_rbs_collection/activesupport/7.0/manifest.yaml +16 -0
  7. data/.gem_rbs_collection/activesupport/7.0/patch.rbs +55 -0
  8. data/.gem_rbs_collection/ast/2.4/.rbs_meta.yaml +9 -0
  9. data/.gem_rbs_collection/ast/2.4/ast.rbs +73 -0
  10. data/.gem_rbs_collection/concurrent-ruby/1.1/.rbs_meta.yaml +9 -0
  11. data/.gem_rbs_collection/concurrent-ruby/1.1/array.rbs +4 -0
  12. data/.gem_rbs_collection/concurrent-ruby/1.1/executor.rbs +26 -0
  13. data/.gem_rbs_collection/concurrent-ruby/1.1/hash.rbs +4 -0
  14. data/.gem_rbs_collection/concurrent-ruby/1.1/map.rbs +58 -0
  15. data/.gem_rbs_collection/concurrent-ruby/1.1/promises.rbs +249 -0
  16. data/.gem_rbs_collection/concurrent-ruby/1.1/utility/processor_counter.rbs +5 -0
  17. data/.gem_rbs_collection/connection_pool/2.4/.rbs_meta.yaml +9 -0
  18. data/.gem_rbs_collection/connection_pool/2.4/connection_pool.rbs +34 -0
  19. data/.gem_rbs_collection/connection_pool/2.4/manifest.yaml +2 -0
  20. data/.gem_rbs_collection/diff-lcs/1.5/.rbs_meta.yaml +9 -0
  21. data/.gem_rbs_collection/diff-lcs/1.5/diff-lcs.rbs +11 -0
  22. data/.gem_rbs_collection/i18n/1.10/.rbs_meta.yaml +9 -0
  23. data/.gem_rbs_collection/i18n/1.10/backend.rbs +269 -0
  24. data/.gem_rbs_collection/i18n/1.10/i18n.rbs +117 -0
  25. data/.gem_rbs_collection/listen/3.9/.rbs_meta.yaml +9 -0
  26. data/.gem_rbs_collection/listen/3.9/listen.rbs +25 -0
  27. data/.gem_rbs_collection/listen/3.9/listener.rbs +24 -0
  28. data/.gem_rbs_collection/parallel/1.20/.rbs_meta.yaml +9 -0
  29. data/.gem_rbs_collection/parallel/1.20/parallel.rbs +86 -0
  30. data/.gem_rbs_collection/parser/3.2/.rbs_meta.yaml +9 -0
  31. data/.gem_rbs_collection/parser/3.2/manifest.yaml +7 -0
  32. data/.gem_rbs_collection/parser/3.2/parser.rbs +104 -0
  33. data/.gem_rbs_collection/parser/3.2/polyfill.rbs +4 -0
  34. data/.gem_rbs_collection/rainbow/3.0/.rbs_meta.yaml +9 -0
  35. data/.gem_rbs_collection/rainbow/3.0/global.rbs +7 -0
  36. data/.gem_rbs_collection/rainbow/3.0/presenter.rbs +209 -0
  37. data/.gem_rbs_collection/rainbow/3.0/rainbow.rbs +5 -0
  38. data/.gem_rbs_collection/rake/13.0/.rbs_meta.yaml +9 -0
  39. data/.gem_rbs_collection/rake/13.0/manifest.yaml +2 -0
  40. data/.gem_rbs_collection/rake/13.0/rake.rbs +28 -0
  41. data/.gem_rbs_collection/regexp_parser/2.8/.rbs_meta.yaml +9 -0
  42. data/.gem_rbs_collection/regexp_parser/2.8/regexp_parser.rbs +17 -0
  43. data/.gem_rbs_collection/rubocop/1.57/.rbs_meta.yaml +9 -0
  44. data/.gem_rbs_collection/rubocop/1.57/rubocop.rbs +34 -0
  45. data/.gem_rbs_collection/rubocop-ast/1.30/.rbs_meta.yaml +9 -0
  46. data/.gem_rbs_collection/rubocop-ast/1.30/rubocop-ast.rbs +15 -0
  47. data/.gem_rbs_collection/tzinfo/2.0/.rbs_meta.yaml +9 -0
  48. data/.gem_rbs_collection/tzinfo/2.0/manifest.yaml +7 -0
  49. data/.gem_rbs_collection/tzinfo/2.0/tzinfo.rbs +601 -0
  50. data/.rspec +3 -0
  51. data/.rubocop.yml +18 -0
  52. data/CHANGELOG.md +5 -0
  53. data/CODE_OF_CONDUCT.md +132 -0
  54. data/LICENSE.txt +21 -0
  55. data/README.md +39 -0
  56. data/Rakefile +12 -0
  57. data/Steepfile +32 -0
  58. data/lib/rubysky/client.rb +40 -0
  59. data/lib/rubysky/post.rb +15 -0
  60. data/lib/rubysky/raw/client.rb +133 -0
  61. data/lib/rubysky/raw/did_doc.rb +15 -0
  62. data/lib/rubysky/raw/embed.rb +18 -0
  63. data/lib/rubysky/raw/post.rb +29 -0
  64. data/lib/rubysky/raw/session.rb +41 -0
  65. data/lib/rubysky/version.rb +5 -0
  66. data/lib/rubysky.rb +17 -0
  67. data/rbs_collection.lock.yaml +232 -0
  68. data/rbs_collection.yaml +18 -0
  69. data/sig/rubysky.rbs +101 -0
  70. metadata +129 -0
@@ -0,0 +1,232 @@
1
+ ---
2
+ path: ".gem_rbs_collection"
3
+ gems:
4
+ - name: activesupport
5
+ version: '7.0'
6
+ source:
7
+ type: git
8
+ name: ruby/gem_rbs_collection
9
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
10
+ remote: https://github.com/ruby/gem_rbs_collection.git
11
+ repo_dir: gems
12
+ - name: ast
13
+ version: '2.4'
14
+ source:
15
+ type: git
16
+ name: ruby/gem_rbs_collection
17
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
18
+ remote: https://github.com/ruby/gem_rbs_collection.git
19
+ repo_dir: gems
20
+ - name: base64
21
+ version: '0'
22
+ source:
23
+ type: stdlib
24
+ - name: benchmark
25
+ version: '0'
26
+ source:
27
+ type: stdlib
28
+ - name: bigdecimal
29
+ version: '0'
30
+ source:
31
+ type: stdlib
32
+ - name: concurrent-ruby
33
+ version: '1.1'
34
+ source:
35
+ type: git
36
+ name: ruby/gem_rbs_collection
37
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
38
+ remote: https://github.com/ruby/gem_rbs_collection.git
39
+ repo_dir: gems
40
+ - name: connection_pool
41
+ version: '2.4'
42
+ source:
43
+ type: git
44
+ name: ruby/gem_rbs_collection
45
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
46
+ remote: https://github.com/ruby/gem_rbs_collection.git
47
+ repo_dir: gems
48
+ - name: csv
49
+ version: '0'
50
+ source:
51
+ type: stdlib
52
+ - name: date
53
+ version: '0'
54
+ source:
55
+ type: stdlib
56
+ - name: diff-lcs
57
+ version: '1.5'
58
+ source:
59
+ type: git
60
+ name: ruby/gem_rbs_collection
61
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
62
+ remote: https://github.com/ruby/gem_rbs_collection.git
63
+ repo_dir: gems
64
+ - name: erb
65
+ version: '0'
66
+ source:
67
+ type: stdlib
68
+ - name: ffi
69
+ version: 1.17.0
70
+ source:
71
+ type: rubygems
72
+ - name: fileutils
73
+ version: '0'
74
+ source:
75
+ type: stdlib
76
+ - name: forwardable
77
+ version: '0'
78
+ source:
79
+ type: stdlib
80
+ - name: i18n
81
+ version: '1.10'
82
+ source:
83
+ type: git
84
+ name: ruby/gem_rbs_collection
85
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
86
+ remote: https://github.com/ruby/gem_rbs_collection.git
87
+ repo_dir: gems
88
+ - name: json
89
+ version: '0'
90
+ source:
91
+ type: stdlib
92
+ - name: listen
93
+ version: '3.9'
94
+ source:
95
+ type: git
96
+ name: ruby/gem_rbs_collection
97
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
98
+ remote: https://github.com/ruby/gem_rbs_collection.git
99
+ repo_dir: gems
100
+ - name: logger
101
+ version: '0'
102
+ source:
103
+ type: stdlib
104
+ - name: minitest
105
+ version: '0'
106
+ source:
107
+ type: stdlib
108
+ - name: monitor
109
+ version: '0'
110
+ source:
111
+ type: stdlib
112
+ - name: mutex_m
113
+ version: '0'
114
+ source:
115
+ type: stdlib
116
+ - name: openssl
117
+ version: '0'
118
+ source:
119
+ type: stdlib
120
+ - name: optparse
121
+ version: '0'
122
+ source:
123
+ type: stdlib
124
+ - name: parallel
125
+ version: '1.20'
126
+ source:
127
+ type: git
128
+ name: ruby/gem_rbs_collection
129
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
130
+ remote: https://github.com/ruby/gem_rbs_collection.git
131
+ repo_dir: gems
132
+ - name: parser
133
+ version: '3.2'
134
+ source:
135
+ type: git
136
+ name: ruby/gem_rbs_collection
137
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
138
+ remote: https://github.com/ruby/gem_rbs_collection.git
139
+ repo_dir: gems
140
+ - name: pathname
141
+ version: '0'
142
+ source:
143
+ type: stdlib
144
+ - name: rainbow
145
+ version: '3.0'
146
+ source:
147
+ type: git
148
+ name: ruby/gem_rbs_collection
149
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
150
+ remote: https://github.com/ruby/gem_rbs_collection.git
151
+ repo_dir: gems
152
+ - name: rake
153
+ version: '13.0'
154
+ source:
155
+ type: git
156
+ name: ruby/gem_rbs_collection
157
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
158
+ remote: https://github.com/ruby/gem_rbs_collection.git
159
+ repo_dir: gems
160
+ - name: rbs
161
+ version: 3.6.1
162
+ source:
163
+ type: rubygems
164
+ - name: rdoc
165
+ version: '0'
166
+ source:
167
+ type: stdlib
168
+ - name: regexp_parser
169
+ version: '2.8'
170
+ source:
171
+ type: git
172
+ name: ruby/gem_rbs_collection
173
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
174
+ remote: https://github.com/ruby/gem_rbs_collection.git
175
+ repo_dir: gems
176
+ - name: rubocop
177
+ version: '1.57'
178
+ source:
179
+ type: git
180
+ name: ruby/gem_rbs_collection
181
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
182
+ remote: https://github.com/ruby/gem_rbs_collection.git
183
+ repo_dir: gems
184
+ - name: rubocop-ast
185
+ version: '1.30'
186
+ source:
187
+ type: git
188
+ name: ruby/gem_rbs_collection
189
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
190
+ remote: https://github.com/ruby/gem_rbs_collection.git
191
+ repo_dir: gems
192
+ - name: securerandom
193
+ version: '0'
194
+ source:
195
+ type: stdlib
196
+ - name: singleton
197
+ version: '0'
198
+ source:
199
+ type: stdlib
200
+ - name: socket
201
+ version: '0'
202
+ source:
203
+ type: stdlib
204
+ - name: strscan
205
+ version: '0'
206
+ source:
207
+ type: stdlib
208
+ - name: time
209
+ version: '0'
210
+ source:
211
+ type: stdlib
212
+ - name: timeout
213
+ version: '0'
214
+ source:
215
+ type: stdlib
216
+ - name: tsort
217
+ version: '0'
218
+ source:
219
+ type: stdlib
220
+ - name: tzinfo
221
+ version: '2.0'
222
+ source:
223
+ type: git
224
+ name: ruby/gem_rbs_collection
225
+ revision: 0a6ea105a0afc7eaee4494585a7775f47eea6145
226
+ remote: https://github.com/ruby/gem_rbs_collection.git
227
+ repo_dir: gems
228
+ - name: uri
229
+ version: '0'
230
+ source:
231
+ type: stdlib
232
+ gemfile_lock_path: Gemfile.lock
@@ -0,0 +1,18 @@
1
+ # Download sources
2
+ sources:
3
+ - type: git
4
+ name: ruby/gem_rbs_collection
5
+ remote: https://github.com/ruby/gem_rbs_collection.git
6
+ revision: main
7
+ repo_dir: gems
8
+
9
+ # You can specify local directories as sources also.
10
+ # - type: local
11
+ # path: path/to/your/local/repository
12
+
13
+ # A directory to install the downloaded RBSs
14
+ path: .gem_rbs_collection
15
+
16
+ gems:
17
+ - name: jwt
18
+ ignore: true
data/sig/rubysky.rbs ADDED
@@ -0,0 +1,101 @@
1
+ module RubySky
2
+ VERSION: String
3
+
4
+ class Client
5
+ PDSHOST_BSKY_SOCIAL: String
6
+
7
+ def self.from_refresh_jwt: (refresh_jwt: String, ?pds: String) -> Client
8
+ def self.from_app_jwt: (identifier: String, password: String, ?pds: String) -> Client
9
+
10
+ def initialize: (client: Raw::Client) -> void
11
+ def post: (text: String, images: Array[{data: IO, mime_type: String, ?alt: String}]) -> Post
12
+ def refresh_jwt: () -> String
13
+
14
+ attr_reader client: Raw::Client
15
+ end
16
+
17
+ class Post
18
+ def initialize: (raw: Raw::Post, repo: String) -> void
19
+
20
+ def http_uri: () -> String
21
+ end
22
+
23
+ module Raw
24
+ class Client
25
+ module SendRequester
26
+ def send_post: (pds: String, path: String, ?body: String?, ?headers: Hash[String, String | Array[String]], ?auth: String?) -> Net::HTTPResponse
27
+ def ensure_success: (res: Net::HTTPResponse, ?expected_code: String | Regexp, ?called_from: String?) -> void
28
+ end
29
+
30
+ include SendRequester
31
+ extend SendRequester
32
+
33
+ CREATE_SESSION_PATH: String
34
+ GET_SESSION_PATH: String
35
+ REFRESH_SESSION_PATH: String
36
+ CREATE_RECORD_PATH: String
37
+ UPLOAD_BLOB_PATH: String
38
+ POST_COLLECTION: String
39
+
40
+ type embed = Raw::ImageEmbed
41
+
42
+ def self.from_refresh_jwt: (refresh_jwt: String, pds: String) -> Client
43
+ def self.create_session: (pds: String, identifier: String, password: String) -> Client
44
+
45
+ def initialize: (pds: String, session: Raw::Session) -> void
46
+ def post: (text: String, ?embed: embed?, ?created_at: String) -> Raw::Post
47
+ def upload_blob: (file: IO, mime_type: String) -> Hash[String, untyped]
48
+ def upload_image: (file: IO, mime_type: String, ?alt: String) -> untyped
49
+
50
+ def refresh!: (?refresh_jwt: String?, ?pds: String?) -> void
51
+ def refresh_if_needed: () -> void
52
+
53
+ def valid_access_jwt?: () -> bool
54
+
55
+ attr_reader pds: String
56
+ attr_reader session: Raw::Session
57
+ end
58
+
59
+ class DIDDoc
60
+ def initialize: (did: String, did_doc: Hash[String, untyped]) -> void
61
+ def to_json: () -> String
62
+
63
+ attr_reader did: String
64
+ @did_doc: Hash[String, untyped]
65
+ end
66
+
67
+ class ImageEmbed
68
+ type image = {alt: String, image: {ref: { "$link" => String }, mime_type: String, size: Integer }}
69
+ def initialize: (images: Array[image]) -> void
70
+ @images: Array[image]
71
+ end
72
+
73
+ class Session
74
+ type accountStatus = "takendown" | "suspended" | "deactivated"
75
+
76
+ attr_reader refresh_jwt: String
77
+ attr_reader access_jwt: String
78
+ attr_reader did_doc: DIDDoc
79
+ attr_reader handle: String
80
+ attr_reader email: String
81
+ attr_reader email_confirmed: bool
82
+ attr_reader email_auth_factor: bool
83
+ attr_reader active: bool
84
+ attr_reader status: accountStatus
85
+
86
+ def initialize: (refresh_jwt: String, access_jwt: String, did_doc: DIDDoc, handle: String, email: String,
87
+ email_confirmed: bool, email_auth_factor: bool, active: bool, status: accountStatus) -> void
88
+
89
+ def self.from_hash: (Hash[String, untyped]) -> Session
90
+ def update_by_hash: (Hash[String, untyped]) -> void
91
+ end
92
+
93
+ class Post
94
+ def initialize: (uri: String, cid: String, commit: { cid: String, rev: String }, validation_status: String) -> void
95
+ def self.from_hash: (Hash[String, untyped]) -> Post
96
+ end
97
+ end
98
+
99
+ class Error < StandardError
100
+ end
101
+ end
metadata ADDED
@@ -0,0 +1,129 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubysky
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Kugayama Nana
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jwt
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.9'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.9'
27
+ description: BlueSky API Client
28
+ email:
29
+ - nna@nna774.net
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".gem_rbs_collection/activesupport/7.0/.rbs_meta.yaml"
35
+ - ".gem_rbs_collection/activesupport/7.0/activesupport-7.0.rbs"
36
+ - ".gem_rbs_collection/activesupport/7.0/activesupport-generated.rbs"
37
+ - ".gem_rbs_collection/activesupport/7.0/activesupport.rbs"
38
+ - ".gem_rbs_collection/activesupport/7.0/manifest.yaml"
39
+ - ".gem_rbs_collection/activesupport/7.0/patch.rbs"
40
+ - ".gem_rbs_collection/ast/2.4/.rbs_meta.yaml"
41
+ - ".gem_rbs_collection/ast/2.4/ast.rbs"
42
+ - ".gem_rbs_collection/concurrent-ruby/1.1/.rbs_meta.yaml"
43
+ - ".gem_rbs_collection/concurrent-ruby/1.1/array.rbs"
44
+ - ".gem_rbs_collection/concurrent-ruby/1.1/executor.rbs"
45
+ - ".gem_rbs_collection/concurrent-ruby/1.1/hash.rbs"
46
+ - ".gem_rbs_collection/concurrent-ruby/1.1/map.rbs"
47
+ - ".gem_rbs_collection/concurrent-ruby/1.1/promises.rbs"
48
+ - ".gem_rbs_collection/concurrent-ruby/1.1/utility/processor_counter.rbs"
49
+ - ".gem_rbs_collection/connection_pool/2.4/.rbs_meta.yaml"
50
+ - ".gem_rbs_collection/connection_pool/2.4/connection_pool.rbs"
51
+ - ".gem_rbs_collection/connection_pool/2.4/manifest.yaml"
52
+ - ".gem_rbs_collection/diff-lcs/1.5/.rbs_meta.yaml"
53
+ - ".gem_rbs_collection/diff-lcs/1.5/diff-lcs.rbs"
54
+ - ".gem_rbs_collection/i18n/1.10/.rbs_meta.yaml"
55
+ - ".gem_rbs_collection/i18n/1.10/backend.rbs"
56
+ - ".gem_rbs_collection/i18n/1.10/i18n.rbs"
57
+ - ".gem_rbs_collection/listen/3.9/.rbs_meta.yaml"
58
+ - ".gem_rbs_collection/listen/3.9/listen.rbs"
59
+ - ".gem_rbs_collection/listen/3.9/listener.rbs"
60
+ - ".gem_rbs_collection/parallel/1.20/.rbs_meta.yaml"
61
+ - ".gem_rbs_collection/parallel/1.20/parallel.rbs"
62
+ - ".gem_rbs_collection/parser/3.2/.rbs_meta.yaml"
63
+ - ".gem_rbs_collection/parser/3.2/manifest.yaml"
64
+ - ".gem_rbs_collection/parser/3.2/parser.rbs"
65
+ - ".gem_rbs_collection/parser/3.2/polyfill.rbs"
66
+ - ".gem_rbs_collection/rainbow/3.0/.rbs_meta.yaml"
67
+ - ".gem_rbs_collection/rainbow/3.0/global.rbs"
68
+ - ".gem_rbs_collection/rainbow/3.0/presenter.rbs"
69
+ - ".gem_rbs_collection/rainbow/3.0/rainbow.rbs"
70
+ - ".gem_rbs_collection/rake/13.0/.rbs_meta.yaml"
71
+ - ".gem_rbs_collection/rake/13.0/manifest.yaml"
72
+ - ".gem_rbs_collection/rake/13.0/rake.rbs"
73
+ - ".gem_rbs_collection/regexp_parser/2.8/.rbs_meta.yaml"
74
+ - ".gem_rbs_collection/regexp_parser/2.8/regexp_parser.rbs"
75
+ - ".gem_rbs_collection/rubocop-ast/1.30/.rbs_meta.yaml"
76
+ - ".gem_rbs_collection/rubocop-ast/1.30/rubocop-ast.rbs"
77
+ - ".gem_rbs_collection/rubocop/1.57/.rbs_meta.yaml"
78
+ - ".gem_rbs_collection/rubocop/1.57/rubocop.rbs"
79
+ - ".gem_rbs_collection/tzinfo/2.0/.rbs_meta.yaml"
80
+ - ".gem_rbs_collection/tzinfo/2.0/manifest.yaml"
81
+ - ".gem_rbs_collection/tzinfo/2.0/tzinfo.rbs"
82
+ - ".rspec"
83
+ - ".rubocop.yml"
84
+ - CHANGELOG.md
85
+ - CODE_OF_CONDUCT.md
86
+ - LICENSE.txt
87
+ - README.md
88
+ - Rakefile
89
+ - Steepfile
90
+ - lib/rubysky.rb
91
+ - lib/rubysky/client.rb
92
+ - lib/rubysky/post.rb
93
+ - lib/rubysky/raw/client.rb
94
+ - lib/rubysky/raw/did_doc.rb
95
+ - lib/rubysky/raw/embed.rb
96
+ - lib/rubysky/raw/post.rb
97
+ - lib/rubysky/raw/session.rb
98
+ - lib/rubysky/version.rb
99
+ - rbs_collection.lock.yaml
100
+ - rbs_collection.yaml
101
+ - sig/rubysky.rbs
102
+ homepage: https://github.com/nota/rubysky
103
+ licenses:
104
+ - MIT
105
+ metadata:
106
+ homepage_uri: https://github.com/nota/rubysky
107
+ source_code_uri: https://github.com/nota/rubysky
108
+ changelog_uri: https://github.com/nota/simple_tweet/blob/main/CHANGELOG.md
109
+ rubygems_mfa_required: 'true'
110
+ post_install_message:
111
+ rdoc_options: []
112
+ require_paths:
113
+ - lib
114
+ required_ruby_version: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: 3.1.0
119
+ required_rubygems_version: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: '0'
124
+ requirements: []
125
+ rubygems_version: 3.5.22
126
+ signing_key:
127
+ specification_version: 4
128
+ summary: BlueSky API Client
129
+ test_files: []