open_router 0.2.1 → 0.2.2

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: 617d2bf77818298ec2a2b1f3c56ffd8ae344a969b2e3875c65017cbe9462d084
4
- data.tar.gz: 0a1f88cc14ed99e96f1a54629ddbfb0139626235824c15edb6aa693df149a39c
3
+ metadata.gz: 1ff9756e6285ab09ccaf109eabe0a36747e488450de363ce8ce460b94eb397bc
4
+ data.tar.gz: 3dcb3957fbbe02cc15d0c0806bcbd248b1b3e64e75f48e60789393285f70ed33
5
5
  SHA512:
6
- metadata.gz: '0787bb54df0cf1f38eba5263a58c7840a48d0aa5f4ddb1bef4eb47f95b2b4568ee934b4ab1d666d927a09e94f06a68ad5ade55f54ae6fed0d9af4ef78ec7f0e1'
7
- data.tar.gz: bd2bf9db26382fea15ab814336e937fb73f1c7fa117d404311c82489a8248254af7ea7a593e74c57ceee43b4a573cf48650887facdf19758e4558c5df94f3a53
6
+ metadata.gz: 644c0c1fd8ec173af8df82df65496483fa01560a38a8bf1aa23f6473b981333b216bad020f86f14a43f09450803af144891ee696af078ca4a274eaaae6d729ba
7
+ data.tar.gz: 52b2870105b521eae5bd34302d8c95232d018a407021d8dcff47eac0806fd81b6c4beea6191f3cc57e674af06de61cf9cb1f3d98934d4a86cfea31f09bb872f5
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.2.2
data/Gemfile CHANGED
@@ -11,3 +11,9 @@ gem "pry", ">= 0.14"
11
11
  gem "rake", "~> 13.0"
12
12
  gem "rspec", "~> 3.0"
13
13
  gem "rubocop", "~> 1.21"
14
+
15
+ group :development do
16
+ gem "solargraph-rails", "~> 0.2.0.pre"
17
+ gem "sorbet"
18
+ gem "tapioca", require: false
19
+ end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- open_router (0.2.1)
4
+ open_router (0.2.2)
5
5
  activesupport (>= 6.0)
6
6
  dotenv (>= 2)
7
7
  faraday (>= 1)
@@ -21,7 +21,9 @@ GEM
21
21
  mutex_m
22
22
  tzinfo (~> 2.0)
23
23
  ast (2.4.2)
24
+ backport (1.2.0)
24
25
  base64 (0.2.0)
26
+ benchmark (0.3.0)
25
27
  bigdecimal (3.1.7)
26
28
  coderay (1.1.3)
27
29
  concurrent-ruby (1.2.3)
@@ -29,6 +31,8 @@ GEM
29
31
  diff-lcs (1.5.0)
30
32
  dotenv (3.1.0)
31
33
  drb (2.2.1)
34
+ e2mmap (0.1.0)
35
+ erubi (1.12.0)
32
36
  faraday (2.7.10)
33
37
  faraday-net_http (>= 2.0, < 3.1)
34
38
  ruby2_keywords (>= 0.0.4)
@@ -37,23 +41,40 @@ GEM
37
41
  faraday-net_http (3.0.2)
38
42
  i18n (1.14.4)
39
43
  concurrent-ruby (~> 1.0)
44
+ jaro_winkler (1.5.6)
40
45
  json (2.6.3)
46
+ kramdown (2.4.0)
47
+ rexml
48
+ kramdown-parser-gfm (1.1.0)
49
+ kramdown (~> 2.0)
41
50
  language_server-protocol (3.17.0.3)
42
51
  method_source (1.0.0)
43
52
  minitest (5.22.3)
44
53
  multipart-post (2.3.0)
45
54
  mutex_m (0.2.0)
55
+ netrc (0.11.0)
56
+ nokogiri (1.16.4-arm64-darwin)
57
+ racc (~> 1.4)
58
+ nokogiri (1.16.4-x86_64-linux)
59
+ racc (~> 1.4)
46
60
  parallel (1.23.0)
47
61
  parser (3.2.2.3)
48
62
  ast (~> 2.4.1)
49
63
  racc
64
+ prism (0.24.0)
50
65
  pry (0.14.2)
51
66
  coderay (~> 1.1)
52
67
  method_source (~> 1.0)
53
68
  racc (1.7.1)
54
69
  rainbow (3.1.1)
55
70
  rake (13.0.6)
71
+ rbi (0.1.10)
72
+ prism (>= 0.18.0, < 0.25)
73
+ sorbet-runtime (>= 0.5.9204)
74
+ rbs (2.8.4)
56
75
  regexp_parser (2.8.1)
76
+ reverse_markdown (2.1.1)
77
+ nokogiri
57
78
  rexml (3.2.6)
58
79
  rspec (3.12.0)
59
80
  rspec-core (~> 3.12.0)
@@ -83,9 +104,56 @@ GEM
83
104
  parser (>= 3.2.1.0)
84
105
  ruby-progressbar (1.13.0)
85
106
  ruby2_keywords (0.0.5)
107
+ solargraph (0.50.0)
108
+ backport (~> 1.2)
109
+ benchmark
110
+ bundler (~> 2.0)
111
+ diff-lcs (~> 1.4)
112
+ e2mmap
113
+ jaro_winkler (~> 1.5)
114
+ kramdown (~> 2.3)
115
+ kramdown-parser-gfm (~> 1.1)
116
+ parser (~> 3.0)
117
+ rbs (~> 2.0)
118
+ reverse_markdown (~> 2.0)
119
+ rubocop (~> 1.38)
120
+ thor (~> 1.0)
121
+ tilt (~> 2.0)
122
+ yard (~> 0.9, >= 0.9.24)
123
+ solargraph-rails (0.2.2.pre.4)
124
+ activesupport
125
+ solargraph (>= 0.41.1)
126
+ sorbet (0.5.11342)
127
+ sorbet-static (= 0.5.11342)
128
+ sorbet-runtime (0.5.11342)
129
+ sorbet-static (0.5.11342-universal-darwin)
130
+ sorbet-static (0.5.11342-x86_64-linux)
131
+ sorbet-static-and-runtime (0.5.11342)
132
+ sorbet (= 0.5.11342)
133
+ sorbet-runtime (= 0.5.11342)
134
+ spoom (1.3.0)
135
+ erubi (>= 1.10.0)
136
+ prism (>= 0.19.0)
137
+ sorbet-static-and-runtime (>= 0.5.10187)
138
+ thor (>= 0.19.2)
139
+ tapioca (0.13.1)
140
+ bundler (>= 2.2.25)
141
+ netrc (>= 0.11.0)
142
+ parallel (>= 1.21.0)
143
+ rbi (>= 0.1.4, < 0.2)
144
+ sorbet-static-and-runtime (>= 0.5.11087)
145
+ spoom (>= 1.2.0)
146
+ thor (>= 1.2.0)
147
+ yard-sorbet
148
+ thor (1.3.1)
149
+ tilt (2.3.0)
86
150
  tzinfo (2.0.6)
87
151
  concurrent-ruby (~> 1.0)
88
152
  unicode-display_width (2.4.2)
153
+ yard (0.9.36)
154
+ yard-sorbet (0.8.1)
155
+ sorbet-runtime (>= 0.5)
156
+ yard (>= 0.9)
89
157
 
90
158
  PLATFORMS
91
159
  arm64-darwin-21
@@ -99,6 +167,9 @@ DEPENDENCIES
99
167
  rake (~> 13.0)
100
168
  rspec (~> 3.0)
101
169
  rubocop (~> 1.21)
170
+ solargraph-rails (~> 0.2.0.pre)
171
+ sorbet
172
+ tapioca
102
173
 
103
174
  BUNDLED WITH
104
175
  2.4.12
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenRouter
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
data/open_router.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = "Ruby library for OpenRouter API."
12
12
  spec.homepage = "https://github.com/OlympiaAI/open_router"
13
13
  spec.license = "MIT"
14
- spec.required_ruby_version = ">= 3.2.1"
14
+ spec.required_ruby_version = ">= 3.2.2"
15
15
 
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
17
  spec.metadata["source_code_uri"] = "https://github.com/OlympiaAI/open_router"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open_router
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Obie Fernandez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-28 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - ".rspec"
77
77
  - ".rubocop.yml"
78
+ - ".ruby-version"
78
79
  - CHANGELOG.md
79
80
  - CODE_OF_CONDUCT.md
80
81
  - Gemfile
@@ -103,14 +104,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
104
  requirements:
104
105
  - - ">="
105
106
  - !ruby/object:Gem::Version
106
- version: 3.2.1
107
+ version: 3.2.2
107
108
  required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  requirements:
109
110
  - - ">="
110
111
  - !ruby/object:Gem::Version
111
112
  version: '0'
112
113
  requirements: []
113
- rubygems_version: 3.4.12
114
+ rubygems_version: 3.4.10
114
115
  signing_key:
115
116
  specification_version: 4
116
117
  summary: Ruby library for OpenRouter API.