gemstash 2.2.2 → 2.3.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/lib/gemstash/gem_source/upstream_source.rb +15 -0
- data/lib/gemstash/logging.rb +13 -2
- data/lib/gemstash/man/gemstash-authorize.1 +1 -1
- data/lib/gemstash/man/gemstash-authorize.1.txt +11 -15
- data/lib/gemstash/man/gemstash-configuration.5 +1 -1
- data/lib/gemstash/man/gemstash-configuration.5.txt +15 -19
- data/lib/gemstash/man/gemstash-customize.7 +1 -1
- data/lib/gemstash/man/gemstash-customize.7.txt +26 -30
- data/lib/gemstash/man/gemstash-debugging.7 +1 -1
- data/lib/gemstash/man/gemstash-debugging.7.txt +5 -9
- data/lib/gemstash/man/gemstash-deploy.7 +1 -1
- data/lib/gemstash/man/gemstash-deploy.7.txt +2 -6
- data/lib/gemstash/man/gemstash-mirror.7 +1 -1
- data/lib/gemstash/man/gemstash-mirror.7.txt +3 -7
- data/lib/gemstash/man/gemstash-multiple-sources.7 +1 -1
- data/lib/gemstash/man/gemstash-multiple-sources.7.txt +8 -12
- data/lib/gemstash/man/gemstash-private-gems.7 +1 -1
- data/lib/gemstash/man/gemstash-private-gems.7.txt +18 -22
- data/lib/gemstash/man/gemstash-readme.7 +8 -8
- data/lib/gemstash/man/gemstash-readme.7.txt +15 -20
- data/lib/gemstash/man/gemstash-setup.1 +1 -1
- data/lib/gemstash/man/gemstash-setup.1.txt +2 -6
- data/lib/gemstash/man/gemstash-start.1 +1 -1
- data/lib/gemstash/man/gemstash-start.1.txt +2 -6
- data/lib/gemstash/man/gemstash-status.1 +1 -1
- data/lib/gemstash/man/gemstash-status.1.txt +2 -6
- data/lib/gemstash/man/gemstash-stop.1 +1 -1
- data/lib/gemstash/man/gemstash-stop.1.txt +2 -6
- data/lib/gemstash/man/gemstash-version.1 +1 -1
- data/lib/gemstash/man/gemstash-version.1.txt +2 -6
- data/lib/gemstash/version.rb +1 -1
- metadata +21 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ded88593201a40af1fbfea58bd268afd477322c88be7c1d3b07b624613f63579
|
|
4
|
+
data.tar.gz: d3fc2c9c32f23fffc0cee2164605bc971a6026c739e06f0b702be56bbeb9a086
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccb0df14c3787883c4dccbf4fa16a2e9e0f50237e26ebd3404fcab98d3137495ca04464d940b86cd8867b3941944c3632c2e3c4022fd3f3785a3f52a27dfa4a6
|
|
7
|
+
data.tar.gz: 27e2631f644d5461169886700a724d3746be0f598ab7c44bb60fd56869bf395bd17bbaad147d02261568fd4b9e87a34c549059a83d39ad08dc84ed1c740b9bf2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 2.3.1 (2023-09-05)
|
|
2
|
+
|
|
3
|
+
https://github.com/rubygems/gemstash/compare/v2.3.0...v2.3.1
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- Reinstate Ruby Central in README. ([#353](https://github.com/rubygems/gemstash/pull/353), [@olleolleolle][])
|
|
8
|
+
- Implement Puma 5-required logger method `#sync` ([#355](https://github.com/rubygems/gemstash/pull/355), [@ball-hayden][])
|
|
9
|
+
|
|
10
|
+
## 2.3.0 (2023-08-30)
|
|
11
|
+
|
|
12
|
+
https://github.com/rubygems/gemstash/compare/v2.2.2...v2.3.0
|
|
13
|
+
|
|
14
|
+
### Changes
|
|
15
|
+
|
|
16
|
+
- Support Puma 6. ([#335](https://github.com/rubygems/gemstash/pull/335), [@MSP-Greg][])
|
|
17
|
+
- Make UpstreamSource intermediate specs from upstream. ([#337](https://github.com/rubygems/gemstash/pull/337), [@tedgarb][])
|
|
18
|
+
- Mention RubyCentral. ([#338](https://github.com/rubygems/gemstash/pull/338), [@adarsh][])
|
|
19
|
+
- Configure Dependabot. ([#341](https://github.com/rubygems/gemstash/pull/341), [@olleolleolle][])
|
|
20
|
+
|
|
1
21
|
## 2.2.2 (2023-03-03)
|
|
2
22
|
|
|
3
23
|
### Changes
|
|
@@ -270,3 +290,8 @@ Also thanks to: [@indirect][] and [@hsbt][] who fixed CI issues and lint warning
|
|
|
270
290
|
[@jebentier]: https://github.com/jebentier
|
|
271
291
|
[@kyrofa]: https://github.com/kyrofa
|
|
272
292
|
[@tonytonyjan]: https://github.com/tonytonyjan
|
|
293
|
+
[@MSP-Greg]: https://github.com/MSP-Greg
|
|
294
|
+
[@tedgarb]: https://github.com/tedgarb
|
|
295
|
+
[@adarsh]: https://github.com/adarsh
|
|
296
|
+
[@olleolleolle]: https://github.com/olleolleolle
|
|
297
|
+
[@ball-hayden]: https://github.com/ball-hayden
|
|
@@ -128,6 +128,21 @@ module Gemstash
|
|
|
128
128
|
serve_cached(id, :gem)
|
|
129
129
|
end
|
|
130
130
|
|
|
131
|
+
def serve_latest_specs
|
|
132
|
+
http_client = http_client_for(upstream)
|
|
133
|
+
http_client.get("latest_specs.4.8.gz")
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
def serve_prerelease_specs
|
|
137
|
+
http_client = http_client_for(upstream)
|
|
138
|
+
http_client.get("prerelease_specs.4.8.gz")
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
def serve_specs
|
|
142
|
+
http_client = http_client_for(upstream)
|
|
143
|
+
http_client.get("specs.4.8.gz")
|
|
144
|
+
end
|
|
145
|
+
|
|
131
146
|
private
|
|
132
147
|
|
|
133
148
|
def serve_cached(id, resource_type)
|
data/lib/gemstash/logging.rb
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
require "logger"
|
|
4
|
-
|
|
4
|
+
|
|
5
|
+
begin
|
|
6
|
+
require "puma/log_writer" # Puma 6
|
|
7
|
+
rescue LoadError
|
|
8
|
+
require "puma/events"
|
|
9
|
+
end
|
|
5
10
|
|
|
6
11
|
module Gemstash
|
|
7
12
|
# :nodoc:
|
|
@@ -62,7 +67,9 @@ module Gemstash
|
|
|
62
67
|
# Logger that looks like a stream, for Puma and Rack to log to.
|
|
63
68
|
class StreamLogger
|
|
64
69
|
def self.puma_events
|
|
65
|
-
Puma
|
|
70
|
+
# Puma 6 removed logging from Events and placed it in LogWriter
|
|
71
|
+
klass = Puma.const_defined?(:LogWriter) ? Puma::LogWriter : Puma::Events
|
|
72
|
+
klass.new(for_stdout, for_stderr)
|
|
66
73
|
end
|
|
67
74
|
|
|
68
75
|
def self.for_stdout
|
|
@@ -81,6 +88,10 @@ module Gemstash
|
|
|
81
88
|
|
|
82
89
|
def sync=(_value); end
|
|
83
90
|
|
|
91
|
+
def sync
|
|
92
|
+
false
|
|
93
|
+
end
|
|
94
|
+
|
|
84
95
|
def write(message)
|
|
85
96
|
Gemstash::Logging.logger.add(@level, message)
|
|
86
97
|
end
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-authorize24m(1) 4mgemstash-authorize24m(1)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -27,22 +25,20 @@ gemstash-authorize(1) gemstash-authorize(1)
|
|
|
27
25
|
gemstash authorize --remove --key <secure-key>
|
|
28
26
|
|
|
29
27
|
1mOptions0m
|
|
30
|
-
o 1m--config-file
|
|
31
|
-
using
|
|
32
|
-
1mstash/config.yml.erb22m,
|
|
28
|
+
o 1m--config-file FILE22m: Specify the config file to use. If you aren't
|
|
29
|
+
using the default config file at 1m~/.gemstash/config.yml 22mor 1m~/.gem-0m
|
|
30
|
+
1mstash/config.yml.erb22m, then you must specify the config file via this
|
|
33
31
|
option.
|
|
34
32
|
|
|
35
|
-
o 1m--key
|
|
36
|
-
actual
|
|
37
|
-
1m--remove
|
|
38
|
-
ing
|
|
39
|
-
fied
|
|
33
|
+
o 1m--key SECURE_KEY22m: Specify the API key to affect. This should be the
|
|
34
|
+
actual key value, not a name. This option is required when using
|
|
35
|
+
1m--remove 22mbut is optional otherwise. If adding an authorization, us-
|
|
36
|
+
ing this will either create or update the permissions for the speci-
|
|
37
|
+
fied API key. If missing, a new API key will always be generated.
|
|
40
38
|
Note that a key can only have a maximum length of 255 chars.
|
|
41
39
|
|
|
42
|
-
o 1m--remove22m:
|
|
40
|
+
o 1m--remove22m: Remove an authorization rather than add or update one.
|
|
43
41
|
When removing, permission values are not allowed. The 1m--key <secure-0m
|
|
44
42
|
1mkey> 22moption is required.
|
|
45
43
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
October 9, 2015 gemstash-authorize(1)
|
|
44
|
+
October 9, 2015 4mgemstash-authorize24m(1)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-configuration24m(5) 4mgemstash-configuration24m(5)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -33,7 +31,7 @@ gemstash-configuration(5) gemstash-configuration(5)
|
|
|
33
31
|
files, and the database (when using SQLite). If the default is being
|
|
34
32
|
used, the directory will be created if it does not exist. Any other
|
|
35
33
|
directory needs to be created ahead of time and be writable to the Gem-
|
|
36
|
-
stash
|
|
34
|
+
stash server process. Specifying the 1m:base_path 22mvia 1mgemstash setup0m
|
|
37
35
|
will create the directory for you.
|
|
38
36
|
|
|
39
37
|
1mDefault value0m
|
|
@@ -45,9 +43,9 @@ gemstash-configuration(5) gemstash-configuration(5)
|
|
|
45
43
|
1mCache Type0m
|
|
46
44
|
1m:cache_type0m
|
|
47
45
|
|
|
48
|
-
Specifies
|
|
49
|
-
dencies).
|
|
50
|
-
point
|
|
46
|
+
Specifies how to cache values other than gem files (such as gem depen-
|
|
47
|
+
dencies). 1mmemory 22mwill use an in memory cache while 1mmemcached 22mwill
|
|
48
|
+
point to 1 or more Memcached servers. Use the 1m:memcached_servers 22mcon-
|
|
51
49
|
figuration key for specifying where the Memcached server(s) are.
|
|
52
50
|
|
|
53
51
|
1mDefault value0m
|
|
@@ -59,7 +57,7 @@ gemstash-configuration(5) gemstash-configuration(5)
|
|
|
59
57
|
1mMemcached Servers0m
|
|
60
58
|
1m:memcached_servers0m
|
|
61
59
|
|
|
62
|
-
Specifies
|
|
60
|
+
Specifies the Memcached servers to connect to when using 1mmemcached 22mfor
|
|
63
61
|
the 1m:cache_type22m. Only used when 1mmemcached 22mis used for 1m:cache_type22m.
|
|
64
62
|
|
|
65
63
|
1mDefault value0m
|
|
@@ -71,9 +69,9 @@ gemstash-configuration(5) gemstash-configuration(5)
|
|
|
71
69
|
1mDB Adapter0m
|
|
72
70
|
1m:db_adapter0m
|
|
73
71
|
|
|
74
|
-
Specifies
|
|
75
|
-
database
|
|
76
|
-
by
|
|
72
|
+
Specifies what database adapter to use. When 1msqlite3 22mis used, the
|
|
73
|
+
database will be located at 1mgemstash.db 22mwithin the directory specified
|
|
74
|
+
by 1m:base_path22m. The database will automatically be created when using
|
|
77
75
|
1msqlite322m. When 1mpostgres22m, 1mmysql22m, or 1mmysql2 22mis used, the database to con-
|
|
78
76
|
nect to must be specified in the 1m:db_url 22mconfiguration key. The data-
|
|
79
77
|
base must already be created when using anything other than 1msqlite322m.
|
|
@@ -117,9 +115,9 @@ gemstash-configuration(5) gemstash-configuration(5)
|
|
|
117
115
|
1mRubygems URL0m
|
|
118
116
|
1m:rubygems_url0m
|
|
119
117
|
|
|
120
|
-
Specifies
|
|
121
|
-
without
|
|
122
|
-
fetch
|
|
118
|
+
Specifies the default gem source URL. When any API endpoint is called
|
|
119
|
+
without a 1m/private 22mor 1m/upstream/<url> 22mprefix, this URL will be used to
|
|
120
|
+
fetch the result. This value can be safely changed even if there are
|
|
123
121
|
already gems stashed for the previous value.
|
|
124
122
|
|
|
125
123
|
1mDefault value0m
|
|
@@ -131,7 +129,7 @@ gemstash-configuration(5) gemstash-configuration(5)
|
|
|
131
129
|
1mIgnore Gemfile source0m
|
|
132
130
|
1m:ignore_gemfile_source0m
|
|
133
131
|
|
|
134
|
-
Ignore
|
|
132
|
+
Ignore the source specified in Gemfile and always use 1m:rubygems_url 22mas
|
|
135
133
|
gems upstream.
|
|
136
134
|
|
|
137
135
|
1mDefault value0m
|
|
@@ -154,7 +152,7 @@ gemstash-configuration(5) gemstash-configuration(5)
|
|
|
154
152
|
1mBind Address0m
|
|
155
153
|
1m:bind0m
|
|
156
154
|
|
|
157
|
-
Specifies
|
|
155
|
+
Specifies the binding used to start the Gemstash server. Keep in mind
|
|
158
156
|
the user starting Gemstash needs to have access to bind in this manner.
|
|
159
157
|
For example, if you use a port below 1024, you will need to run Gem-
|
|
160
158
|
stash as the root user.
|
|
@@ -207,6 +205,4 @@ gemstash-configuration(5) gemstash-configuration(5)
|
|
|
207
205
|
4mNote:24m 4mUsing24m 4m1m:stdout24m 4m22mfor24m 4mthe24m 4m1m:log_file24m 4m22mrequires24m 4mrunning24m 4mwith24m 4m1m--no-daemo-0m
|
|
208
206
|
4m1mnize22m.0m
|
|
209
207
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
October 13, 2015 gemstash-configuration(5)
|
|
208
|
+
October 13, 2015 4mgemstash-configuration24m(5)
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-customize24m(7) 4mgemstash-customize24m(7)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
7
5
|
1mCustomizing the Server0m
|
|
8
6
|
Although Gemstash is designed for as minimal setup as possible, there
|
|
9
7
|
may be times you will want to change some of the default configuration.
|
|
10
|
-
By
|
|
8
|
+
By the end of this guide, you will be able to customize some of the
|
|
11
9
|
Gemstash behavior, including where files are stored, what database Gem-
|
|
12
10
|
stash uses, and how Gemstash caches certain requests.
|
|
13
11
|
|
|
@@ -27,7 +25,7 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
27
25
|
Checking that the cache is available
|
|
28
26
|
Checking that the database is available
|
|
29
27
|
The database is not available
|
|
30
|
-
Once
|
|
28
|
+
Once you've answered the questions, some checks will be made to ensure
|
|
31
29
|
the configuration will work. For example, the database didn't exist in
|
|
32
30
|
the previous example, so the command failed and the configuration
|
|
33
31
|
wasn't saved. If the command passes, you may provide the 1m--redo 22moption
|
|
@@ -36,13 +34,13 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
36
34
|
1m$ gemstash setup --redo0m
|
|
37
35
|
Where should files go? [~/.gemstash]
|
|
38
36
|
Cache with what? [MEMORY, memcached] 1mmemcached0m
|
|
39
|
-
What
|
|
37
|
+
What is the comma separated Memcached servers? [local-
|
|
40
38
|
host:11211]
|
|
41
39
|
What database adapter? [SQLITE3, postgres, mysql, mysql2]
|
|
42
40
|
Checking that the cache is available
|
|
43
41
|
Checking that the database is available
|
|
44
42
|
You are all setup!
|
|
45
|
-
Once
|
|
43
|
+
Once all checks have passed, Gemstash will store your answers in the
|
|
46
44
|
configuration file located at 1m~/.gemstash/config.yml22m.
|
|
47
45
|
|
|
48
46
|
1mFiles0m
|
|
@@ -68,7 +66,7 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
68
66
|
(http://www.mysql.com/), or 1mmysql2 22m(http://sequel.jeremye-
|
|
69
67
|
vans.net/rdoc/files/doc/opening_databases_rdoc.html#label-mysql2) for
|
|
70
68
|
your 1m:db_adapter22m. When using any of these options, you need to specify
|
|
71
|
-
the
|
|
69
|
+
the 1m:db_url 22mto point to an existing database. Here is an example con-
|
|
72
70
|
figuration to use the 1mpostgres 22madapter:
|
|
73
71
|
|
|
74
72
|
# ~/.gemstash/config.yml
|
|
@@ -80,9 +78,9 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
80
78
|
:read_timeout: 5
|
|
81
79
|
:timeout: 30
|
|
82
80
|
|
|
83
|
-
Regardless
|
|
84
|
-
migrate
|
|
85
|
-
You
|
|
81
|
+
Regardless of the adapter you choose, the database will automatically
|
|
82
|
+
migrate to your version of Gemstash whenever the database is needed.
|
|
83
|
+
You only need to ensure the database exists and Gemstash will do the
|
|
86
84
|
rest, except for 1msqlite3 22m(for which Gemstash will also create the data-
|
|
87
85
|
base for you).
|
|
88
86
|
|
|
@@ -98,7 +96,7 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
98
96
|
This configuration uses the default 1mmemory 22mcache, and has increased the
|
|
99
97
|
1mcache_max_size 22msetting from its default of 500 items.
|
|
100
98
|
|
|
101
|
-
The
|
|
99
|
+
The memory cache can optionally be swapped out with a Memcached
|
|
102
100
|
(http://memcached.org/) server (or cluster of servers).
|
|
103
101
|
|
|
104
102
|
To use Memcached, use the 1mmemcached :cache_type 22mconfiguration.
|
|
@@ -123,24 +121,24 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
123
121
|
and the rackup file (https://github.com/rubygems/gemstash/blob/mas-
|
|
124
122
|
ter/lib/gemstash/config.ru) for inspiration.
|
|
125
123
|
|
|
126
|
-
While
|
|
127
|
-
can
|
|
124
|
+
While the server is not customizable, the way Gemstash binds the port
|
|
125
|
+
can be changed. To change the binding, update the 1m:bind 22mconfiguration
|
|
128
126
|
key:
|
|
129
127
|
|
|
130
128
|
# ~/.gemstash/config.yml
|
|
131
129
|
---
|
|
132
130
|
:bind: tcp://0.0.0.0:4242
|
|
133
131
|
|
|
134
|
-
This
|
|
135
|
-
(https://github.com/puma/puma#binding-tcp--sockets),
|
|
132
|
+
This maps directly to the Puma bind flag
|
|
133
|
+
(https://github.com/puma/puma#binding-tcp--sockets), and will support
|
|
136
134
|
anything valid for that flag.
|
|
137
135
|
|
|
138
|
-
The
|
|
136
|
+
The number of threads Puma uses is also customizable via the
|
|
139
137
|
1m:puma_threads 22mconfiguration key. The default is 1m1622m.
|
|
140
138
|
|
|
141
139
|
1mProtected Fetch0m
|
|
142
|
-
Gemstash
|
|
143
|
-
Authenticated
|
|
140
|
+
Gemstash by default allows unauthenticated access for private gems.
|
|
141
|
+
Authenticated access is available via the 1m:protected_fetch 22mconfigura-
|
|
144
142
|
tion key.
|
|
145
143
|
|
|
146
144
|
# ~/.gemstash/config.yml
|
|
@@ -150,15 +148,15 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
150
148
|
More details on protected_fetch are here.
|
|
151
149
|
|
|
152
150
|
1mFetch Timeout0m
|
|
153
|
-
The
|
|
151
|
+
The default fetch timeout is 20 seconds. Use the 1m:fetch_timeout 22mcon-
|
|
154
152
|
figuration key to change it.
|
|
155
153
|
|
|
156
154
|
---
|
|
157
155
|
:fetch_timeout: 20
|
|
158
156
|
|
|
159
157
|
1mConfig File Location0m
|
|
160
|
-
By
|
|
161
|
-
1mfig.yml22m.
|
|
158
|
+
By default, configuration for Gemstash will be at 1m~/.gemstash/con-0m
|
|
159
|
+
1mfig.yml22m. This can be changed by providing the 1m--config-file 22moption to
|
|
162
160
|
the various Gemstash commands:
|
|
163
161
|
|
|
164
162
|
$ gemstash setup --config-file ./gemstash-config.yml
|
|
@@ -167,14 +165,14 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
167
165
|
$ gemstash stop --config-file ./gemstash-config.yml
|
|
168
166
|
$ gemstash status --config-file ./gemstash-config.yml
|
|
169
167
|
|
|
170
|
-
When
|
|
171
|
-
be
|
|
172
|
-
existing
|
|
173
|
-
1m--config-file
|
|
168
|
+
When providing 1m--config-file 22mto 1mgemstash setup22m, the provided file will
|
|
169
|
+
be output to with the provided configuration. 1mThis will overwrite 22many
|
|
170
|
+
existing configuration. If the file doesn't exist when providing
|
|
171
|
+
1m--config-file 22mto 1mgemstash start22m, 1mgemstash stop22m, 1mgemstash status22m, and
|
|
174
172
|
1mgemstash authorize22m, the default configuration will be used.
|
|
175
173
|
|
|
176
174
|
1mERB parsed config0m
|
|
177
|
-
You
|
|
175
|
+
You may also create a 1m~/.gemstash/config.yml.erb 22mfile. If present,
|
|
178
176
|
this will be used instead of 1m~/.gemstash/config.yml22m. For example, with
|
|
179
177
|
this you can use environment variables in the config:
|
|
180
178
|
|
|
@@ -183,6 +181,4 @@ gemstash-customize(7) gemstash-customize(7)
|
|
|
183
181
|
:db_adapter: postgres
|
|
184
182
|
:db_url: <%= ENV["DATABASE_URL"] %>
|
|
185
183
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
October 28, 2015 gemstash-customize(7)
|
|
184
|
+
October 28, 2015 4mgemstash-customize24m(7)
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-debugging24m(7) 4mgemstash-debugging24m(7)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
7
5
|
1mDebugging Gemstash0m
|
|
8
6
|
If you are finding Gemstash isn't behaving as you would expect, you
|
|
9
7
|
might want to start by looking at the server log. You can find the log
|
|
10
|
-
at
|
|
8
|
+
at 1mserver.log 22mwithin your base directory. By default, this will be at
|
|
11
9
|
1m~/.gemstash/server.log22m.
|
|
12
10
|
|
|
13
11
|
You might find it easier to view the log directly in your terminal. If
|
|
@@ -20,12 +18,10 @@ gemstash-debugging(7) gemstash-debugging(7)
|
|
|
20
18
|
|
|
21
19
|
$ gemstash status
|
|
22
20
|
|
|
23
|
-
The
|
|
21
|
+
The server status is checked by passing through to pumactl
|
|
24
22
|
(https://github.com/puma/puma#pumactl).
|
|
25
23
|
|
|
26
|
-
If
|
|
24
|
+
If you find a bug, please don't hesitate to open a bug report
|
|
27
25
|
(https://github.com/rubygems/gemstash#contributing)!
|
|
28
26
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
October 28, 2015 gemstash-debugging(7)
|
|
27
|
+
October 28, 2015 4mgemstash-debugging24m(7)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-deploy24m(7) 4mgemstash-deploy24m(7)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -56,6 +54,4 @@ gemstash-deploy(7) gemstash-deploy(7)
|
|
|
56
54
|
It is not recommended to go backwards in Gemstash versions. Migrations
|
|
57
55
|
may have run that could leave the database in a bad state.
|
|
58
56
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
October 25, 2015 gemstash-deploy(7)
|
|
57
|
+
October 25, 2015 4mgemstash-deploy24m(7)
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-mirror24m(7) 4mgemstash-mirror24m(7)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
7
5
|
1mUsing Gemstash as a Mirror0m
|
|
8
6
|
If you don't have control over your 1mGemfile22m, or you don't want to force
|
|
9
|
-
everyone
|
|
7
|
+
everyone on your team to go through the Gemstash server, you can use
|
|
10
8
|
Bundler mirroring to bundle against your Gemstash server.
|
|
11
9
|
|
|
12
10
|
For each source in your 1mGemfile22m, add a mirror pointing to your Gemstash
|
|
@@ -30,6 +28,4 @@ gemstash-mirror(7) gemstash-mirror(7)
|
|
|
30
28
|
Bundler will then send headers to Gemstash to indicate the correct up-
|
|
31
29
|
stream.
|
|
32
30
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
October 25, 2015 gemstash-mirror(7)
|
|
31
|
+
October 25, 2015 4mgemstash-mirror24m(7)
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-multiple-sources24m(7) 4mgemstash-multiple-sources24m(7)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
7
5
|
1mMultiple Gem Sources0m
|
|
8
6
|
Gemstash will stash from any amount of gem sources. By the end of this
|
|
9
|
-
guide,
|
|
7
|
+
guide, you will be able to bundle using multiple gem sources, all
|
|
10
8
|
stashed within your Gemstash server.
|
|
11
9
|
|
|
12
10
|
1mDefault Source0m
|
|
13
|
-
When
|
|
14
|
-
Guide),
|
|
11
|
+
When you don't provide an explicit source (as with the Quickstart
|
|
12
|
+
Guide), your gems will be fetched from https://rubygems.org. This de-
|
|
15
13
|
fault source is not set in stone. To change it, you need only edit the
|
|
16
14
|
Gemstash configuration found at 1m~/.gemstash/config.yml22m:
|
|
17
15
|
|
|
@@ -47,9 +45,9 @@ gemstash-multiple-sources(7) gemstash-multiple-sources(7)
|
|
|
47
45
|
end
|
|
48
46
|
|
|
49
47
|
Notice the 1mCGI.escape 22mcall in the second source. This is important, as
|
|
50
|
-
it
|
|
51
|
-
source
|
|
52
|
-
source
|
|
48
|
+
it properly URL escapes the source URL so Gemstash knows what gem
|
|
49
|
+
source you want. The 1m/upstream 22mprefix tells Gemstash to use a gem
|
|
50
|
+
source other than the default source. You can now bundle with the ad-
|
|
53
51
|
ditional source.
|
|
54
52
|
|
|
55
53
|
1mRedirecting0m
|
|
@@ -67,6 +65,4 @@ gemstash-multiple-sources(7) gemstash-multiple-sources(7)
|
|
|
67
65
|
cached by Gemstash, and gem files will not be stashed, even if they
|
|
68
66
|
were previously cached or stashed from the same gem source.
|
|
69
67
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
October 8, 2015 gemstash-multiple-sources(7)
|
|
68
|
+
October 8, 2015 4mgemstash-multiple-sources24m(7)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-private-gems24m(7) 4mgemstash-private-gems24m(7)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -17,14 +15,14 @@ gemstash-private-gems(7) gemstash-private-gems(7)
|
|
|
17
15
|
try to use the key against your server. Instead of the key value here,
|
|
18
16
|
use whatever key is generated from running the commands.
|
|
19
17
|
|
|
20
|
-
In
|
|
21
|
-
ate
|
|
18
|
+
In order to push a gem to your Gemstash server, you need to first cre-
|
|
19
|
+
ate an API key. Utilize the 1mgemstash authorize 22mcommand to create the
|
|
22
20
|
API key:
|
|
23
21
|
|
|
24
22
|
$ gemstash authorize
|
|
25
23
|
Your new key is: e374e237fdf5fa5718d2a21bd63dc911
|
|
26
24
|
|
|
27
|
-
This
|
|
25
|
+
This new key can 1mpush22m, 1myank22m, and 1mfetch 22mgems from your Gemstash server.
|
|
28
26
|
Run 1mgemstash authorize 22mwith just the permissions you want to limit what
|
|
29
27
|
the key will be allowed to do. You can similarly update a specific key
|
|
30
28
|
by providing it via the 1m--key 22moption:
|
|
@@ -32,21 +30,21 @@ gemstash-private-gems(7) gemstash-private-gems(7)
|
|
|
32
30
|
$ gemstash authorize push yank --key e374e237fdf5fa5718d2a21bd63dc911
|
|
33
31
|
|
|
34
32
|
When no permissions are provided (like the first example), the key will
|
|
35
|
-
be authorized for all
|
|
36
|
-
|
|
33
|
+
be authorized for all permissions. Leave the key authorized with
|
|
34
|
+
everything if you want to use it to try all private gem interactions:
|
|
37
35
|
|
|
38
36
|
$ gemstash authorize --key e374e237fdf5fa5718d2a21bd63dc911
|
|
39
37
|
|
|
40
38
|
With the key generated, you'll need to tell Rubygems about your new
|
|
41
39
|
key. If you've pushed a gem to https://rubygems.org, then you will al-
|
|
42
|
-
ready
|
|
40
|
+
ready have a credentials file to add the key to. If not, run the fol-
|
|
43
41
|
lowing commands before modifying the credentials file:
|
|
44
42
|
|
|
45
43
|
$ mkdir -p ~/.gem
|
|
46
44
|
$ touch ~/.gem/credentials
|
|
47
45
|
$ chmod 0600 ~/.gem/credentials
|
|
48
46
|
|
|
49
|
-
Add
|
|
47
|
+
Add your new key to credentials such that it looks something like this
|
|
50
48
|
(but make sure not to remove any existing keys):
|
|
51
49
|
|
|
52
50
|
# ~/.gem/credentials
|
|
@@ -63,7 +61,7 @@ gemstash-private-gems(7) gemstash-private-gems(7)
|
|
|
63
61
|
|
|
64
62
|
$ bundle gem private-example
|
|
65
63
|
|
|
66
|
-
You'll
|
|
64
|
+
You'll need to add a summary and description to the new gem's gemspec
|
|
67
65
|
file in order to successfully build it. Once you've built the gem, you
|
|
68
66
|
will be ready to push the new gem.
|
|
69
67
|
|
|
@@ -83,12 +81,12 @@ gemstash-private-gems(7) gemstash-private-gems(7)
|
|
|
83
81
|
$ gem push --key test_key --host http://localhost:9292/private pkg/private-example-0.1.0.gem
|
|
84
82
|
|
|
85
83
|
The 1m/private 22mportion of the 1m--host 22moption tells Gemstash you are inter-
|
|
86
|
-
acting
|
|
84
|
+
acting with the private gems. Gemstash will not let you push, or yank
|
|
87
85
|
from anything except 1m/private22m.
|
|
88
86
|
|
|
89
87
|
1mBundling0m
|
|
90
|
-
Once
|
|
91
|
-
dle
|
|
88
|
+
Once your gem is pushed to your Gemstash server, you are ready to bun-
|
|
89
|
+
dle it. Create a 1mGemfile 22mand specify the gem. You will probably want
|
|
92
90
|
to wrap the private gem in a source block, and let the rest of Gemstash
|
|
93
91
|
handle all other gems:
|
|
94
92
|
|
|
@@ -129,7 +127,7 @@ gemstash-private-gems(7) gemstash-private-gems(7)
|
|
|
129
127
|
When protected fetching is enabled API keys with the permissions 1mall 22mor
|
|
130
128
|
1mfetch 22mcan be used to download gems and specs.
|
|
131
129
|
|
|
132
|
-
On
|
|
130
|
+
On the Bundler side, there are a few ways to configure credentials for
|
|
133
131
|
a given gem source:
|
|
134
132
|
|
|
135
133
|
Add credentials globally:
|
|
@@ -140,19 +138,17 @@ gemstash-private-gems(7) gemstash-private-gems(7)
|
|
|
140
138
|
|
|
141
139
|
source "https://api_key@my-gemstash.dev"
|
|
142
140
|
|
|
143
|
-
However,
|
|
144
|
-
trol.
|
|
141
|
+
However, it's not a good practice to commit credentials to source con-
|
|
142
|
+
trol. A recommended solution is to use Bundler's configuration keys
|
|
145
143
|
(http://bundler.io/man/bundle-config.1.html#CONFIGURATION-KEYS), e.g.:
|
|
146
144
|
|
|
147
145
|
$ export BUNDLE_MYGEMSTASH__DEV=api_key
|
|
148
146
|
|
|
149
|
-
Behind
|
|
150
|
-
host
|
|
147
|
+
Behind the scene, Bundler will pick up the ENV var according to the
|
|
148
|
+
host name (e.g. mygemstash.dev) and add to 1mURI.userinfo 22mfor making re-
|
|
151
149
|
quests.
|
|
152
150
|
|
|
153
151
|
The API key is treated as a HTTP Basic Auth username and any HTTP Basic
|
|
154
152
|
password supplied will be ignored.
|
|
155
153
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
October 8, 2015 gemstash-private-gems(7)
|
|
154
|
+
October 8, 2015 4mgemstash-private-gems24m(7)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- Automatically generated by Pandoc -->
|
|
2
|
-
.\" Automatically generated by Pandoc 3.1
|
|
2
|
+
.\" Automatically generated by Pandoc 3.1.6.2
|
|
3
3
|
.\"
|
|
4
4
|
.\" Define V font for inline verbatim, using C font in formats
|
|
5
5
|
.\" that render this, and otherwise B font.
|
|
@@ -38,13 +38,13 @@ the same gems frequently?
|
|
|
38
38
|
Well, maybe you don\[cq]t need Gemstash\&...
|
|
39
39
|
yet.
|
|
40
40
|
.PP
|
|
41
|
-
Gemstash is maintained by Ruby
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
Contribute today as an individual
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
41
|
+
Gemstash is maintained by Ruby Central (https://rubycentral.org/), a
|
|
42
|
+
non-profit committed to supporting the critical Ruby infrastructure you
|
|
43
|
+
rely on.
|
|
44
|
+
Contribute today as an individual, or even better, as a
|
|
45
|
+
company (https://rubycentral.org/#/portal/signup), and ensure that
|
|
46
|
+
Bundler, RubyGems, Gemstash, and other shared tooling is around for
|
|
47
|
+
years to come.
|
|
48
48
|
.SS Quickstart Guide
|
|
49
49
|
.SS Setup
|
|
50
50
|
.PP
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-readme24m(7) 4mgemstash-readme24m(7)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -22,13 +20,12 @@ gemstash-readme(7) gemstash-readme(7)
|
|
|
22
20
|
Are you only using gems from https://rubygems.org, and don't bundle the
|
|
23
21
|
same gems frequently? Well, maybe you don't need Gemstash... yet.
|
|
24
22
|
|
|
25
|
-
Gemstash is
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
(https://
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
come.
|
|
23
|
+
Gemstash is maintained by Ruby Central (https://rubycentral.org/), a
|
|
24
|
+
non-profit committed to supporting the critical Ruby infrastructure you
|
|
25
|
+
rely on. Contribute today as an individual, or even better, as a com-
|
|
26
|
+
pany (https://rubycentral.org/#/portal/signup), and ensure that
|
|
27
|
+
Bundler, RubyGems, Gemstash, and other shared tooling is around for
|
|
28
|
+
years to come.
|
|
32
29
|
|
|
33
30
|
1mQuickstart Guide0m
|
|
34
31
|
1mSetup0m
|
|
@@ -85,18 +82,18 @@ gemstash-readme(7) gemstash-readme(7)
|
|
|
85
82
|
$ bundle config mirror.https://rubygems.org.fallback_timeout true
|
|
86
83
|
|
|
87
84
|
You can also configure this fallback as a number of seconds in case the
|
|
88
|
-
Gemstash
|
|
85
|
+
Gemstash server is simply unresponsive. This example uses a 3 second
|
|
89
86
|
timeout:
|
|
90
87
|
|
|
91
88
|
$ bundle config mirror.https://rubygems.org.fallback_timeout 3
|
|
92
89
|
|
|
93
90
|
1mStopping the Server0m
|
|
94
|
-
Once
|
|
91
|
+
Once you've finish using your Gemstash server, you can stop it just as
|
|
95
92
|
easily as you started it:
|
|
96
93
|
|
|
97
94
|
$ gemstash stop
|
|
98
95
|
|
|
99
|
-
You'll
|
|
96
|
+
You'll also want to tell Bundler that it can go back to getting gems
|
|
100
97
|
from RubyGems.org directly, instead of going through Gemstash:
|
|
101
98
|
|
|
102
99
|
$ bundle config --delete mirror.https://rubygems.org
|
|
@@ -108,7 +105,7 @@ gemstash-readme(7) gemstash-readme(7)
|
|
|
108
105
|
database, and configuration for Gemstash. If you prefer, you can point
|
|
109
106
|
to a different directory.
|
|
110
107
|
|
|
111
|
-
Gemstash
|
|
108
|
+
Gemstash uses SQLite (https://www.sqlite.org/) to store details about
|
|
112
109
|
private gems. The database will be located in 1m~/.gemstash22m, however you
|
|
113
110
|
won't see the database appear until you start using private gems. If
|
|
114
111
|
you prefer, you can use a different database.
|
|
@@ -163,20 +160,18 @@ gemstash-readme(7) gemstash-readme(7)
|
|
|
163
160
|
1mDevelopment0m
|
|
164
161
|
After checking out the repo, run 1mbin/setup 22mto install dependencies.
|
|
165
162
|
Then, run 1mrake 22mto run RuboCop and the tests. While developing, you can
|
|
166
|
-
run
|
|
163
|
+
run 1mbin/gemstash 22mto run Gemstash. You can also run 1mbin/console 22mfor an
|
|
167
164
|
interactive prompt that will allow you to experiment.
|
|
168
165
|
|
|
169
166
|
1mContributing0m
|
|
170
|
-
Bug
|
|
167
|
+
Bug reports and pull requests are welcome on GitHub at
|
|
171
168
|
https://github.com/rubygems/gemstash. This project is intended to be a
|
|
172
169
|
safe, welcoming space for collaboration, and contributors are expected
|
|
173
170
|
to adhere to the Contributor Covenant (https://github.com/rubygems/gem-
|
|
174
171
|
stash/blob/master/CODE_OF_CONDUCT.md) code of conduct.
|
|
175
172
|
|
|
176
173
|
1mLicense0m
|
|
177
|
-
The
|
|
174
|
+
The gem is available as open source under the terms of the MIT License
|
|
178
175
|
(http://opensource.org/licenses/MIT).
|
|
179
176
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
November 30, 2015 gemstash-readme(7)
|
|
177
|
+
November 30, 2015 4mgemstash-readme24m(7)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-setup24m(1) 4mgemstash-setup24m(1)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -37,6 +35,4 @@ gemstash-setup(1) gemstash-setup(1)
|
|
|
37
35
|
use ERB in your config file, you might want to use 1m~/.gemstash/con-0m
|
|
38
36
|
1mfig.yml.erb22m.
|
|
39
37
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
October 9, 2015 gemstash-setup(1)
|
|
38
|
+
October 9, 2015 4mgemstash-setup24m(1)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-start24m(1) 4mgemstash-start24m(1)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -23,6 +21,4 @@ gemstash-start(1) gemstash-start(1)
|
|
|
23
21
|
Provide this option to instead run the server until 1mCtrl-C 22mis typed.
|
|
24
22
|
When not daemonized, the log will be output to standard out.
|
|
25
23
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
October 9, 2015 gemstash-start(1)
|
|
24
|
+
October 9, 2015 4mgemstash-start24m(1)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-status24m(1) 4mgemstash-status24m(1)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -19,6 +17,4 @@ gemstash-status(1) gemstash-status(1)
|
|
|
19
17
|
1mstash/config.yml.erb22m, then you must specify the config file via this
|
|
20
18
|
option.
|
|
21
19
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
October 28, 2015 gemstash-status(1)
|
|
20
|
+
October 28, 2015 4mgemstash-status24m(1)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-stop24m(1) 4mgemstash-stop24m(1)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -19,6 +17,4 @@ gemstash-stop(1) gemstash-stop(1)
|
|
|
19
17
|
1mstash/config.yml.erb22m, then you must specify the config file via this
|
|
20
18
|
option.
|
|
21
19
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
October 9, 2015 gemstash-stop(1)
|
|
20
|
+
October 9, 2015 4mgemstash-stop24m(1)
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
4mgemstash-version24m(1) 4mgemstash-version24m(1)
|
|
4
2
|
|
|
5
3
|
<!-- Automatically generated by Pandoc -->
|
|
6
4
|
|
|
@@ -18,6 +16,4 @@ gemstash-version(1) gemstash-version(1)
|
|
|
18
16
|
gemstash --version
|
|
19
17
|
gemstash -v
|
|
20
18
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
December 14, 2015 gemstash-version(1)
|
|
19
|
+
December 14, 2015 4mgemstash-version24m(1)
|
data/lib/gemstash/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemstash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andre Arko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -54,30 +54,36 @@ dependencies:
|
|
|
54
54
|
name: faraday
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- - "
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '1'
|
|
60
|
+
- - "<"
|
|
58
61
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '
|
|
62
|
+
version: '3'
|
|
60
63
|
type: :runtime
|
|
61
64
|
prerelease: false
|
|
62
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
63
66
|
requirements:
|
|
64
|
-
- - "
|
|
67
|
+
- - ">="
|
|
65
68
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '
|
|
69
|
+
version: '1'
|
|
70
|
+
- - "<"
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
version: '3'
|
|
67
73
|
- !ruby/object:Gem::Dependency
|
|
68
74
|
name: faraday_middleware
|
|
69
75
|
requirement: !ruby/object:Gem::Requirement
|
|
70
76
|
requirements:
|
|
71
77
|
- - "~>"
|
|
72
78
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '0
|
|
79
|
+
version: '1.0'
|
|
74
80
|
type: :runtime
|
|
75
81
|
prerelease: false
|
|
76
82
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
83
|
requirements:
|
|
78
84
|
- - "~>"
|
|
79
85
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '0
|
|
86
|
+
version: '1.0'
|
|
81
87
|
- !ruby/object:Gem::Dependency
|
|
82
88
|
name: lru_redux
|
|
83
89
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -112,14 +118,14 @@ dependencies:
|
|
|
112
118
|
requirements:
|
|
113
119
|
- - "~>"
|
|
114
120
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: '
|
|
121
|
+
version: '6.1'
|
|
116
122
|
type: :runtime
|
|
117
123
|
prerelease: false
|
|
118
124
|
version_requirements: !ruby/object:Gem::Requirement
|
|
119
125
|
requirements:
|
|
120
126
|
- - "~>"
|
|
121
127
|
- !ruby/object:Gem::Version
|
|
122
|
-
version: '
|
|
128
|
+
version: '6.1'
|
|
123
129
|
- !ruby/object:Gem::Dependency
|
|
124
130
|
name: sequel
|
|
125
131
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -157,7 +163,7 @@ dependencies:
|
|
|
157
163
|
version: '1.4'
|
|
158
164
|
- - "<"
|
|
159
165
|
- !ruby/object:Gem::Version
|
|
160
|
-
version: '
|
|
166
|
+
version: '4.0'
|
|
161
167
|
type: :runtime
|
|
162
168
|
prerelease: false
|
|
163
169
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -167,21 +173,21 @@ dependencies:
|
|
|
167
173
|
version: '1.4'
|
|
168
174
|
- - "<"
|
|
169
175
|
- !ruby/object:Gem::Version
|
|
170
|
-
version: '
|
|
176
|
+
version: '4.0'
|
|
171
177
|
- !ruby/object:Gem::Dependency
|
|
172
178
|
name: thor
|
|
173
179
|
requirement: !ruby/object:Gem::Requirement
|
|
174
180
|
requirements:
|
|
175
181
|
- - "~>"
|
|
176
182
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: '0
|
|
183
|
+
version: '1.0'
|
|
178
184
|
type: :runtime
|
|
179
185
|
prerelease: false
|
|
180
186
|
version_requirements: !ruby/object:Gem::Requirement
|
|
181
187
|
requirements:
|
|
182
188
|
- - "~>"
|
|
183
189
|
- !ruby/object:Gem::Version
|
|
184
|
-
version: '0
|
|
190
|
+
version: '1.0'
|
|
185
191
|
- !ruby/object:Gem::Dependency
|
|
186
192
|
name: sqlite3
|
|
187
193
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -301,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
301
307
|
- !ruby/object:Gem::Version
|
|
302
308
|
version: '0'
|
|
303
309
|
requirements: []
|
|
304
|
-
rubygems_version: 3.
|
|
310
|
+
rubygems_version: 3.3.7
|
|
305
311
|
signing_key:
|
|
306
312
|
specification_version: 4
|
|
307
313
|
summary: A place to stash gems you'll need
|