gemstash 2.2.1 → 2.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +35 -0
- data/lib/gemstash/man/gemstash-authorize.1 +1 -1
- data/lib/gemstash/man/gemstash-configuration.5 +1 -1
- data/lib/gemstash/man/gemstash-customize.7 +1 -1
- data/lib/gemstash/man/gemstash-debugging.7 +1 -1
- data/lib/gemstash/man/gemstash-deploy.7 +1 -1
- data/lib/gemstash/man/gemstash-mirror.7 +1 -1
- data/lib/gemstash/man/gemstash-multiple-sources.7 +1 -1
- data/lib/gemstash/man/gemstash-private-gems.7 +1 -1
- data/lib/gemstash/man/gemstash-readme.7 +1 -1
- data/lib/gemstash/man/gemstash-setup.1 +1 -1
- data/lib/gemstash/man/gemstash-start.1 +1 -1
- data/lib/gemstash/man/gemstash-status.1 +1 -1
- data/lib/gemstash/man/gemstash-stop.1 +1 -1
- data/lib/gemstash/man/gemstash-version.1 +1 -1
- data/lib/gemstash/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 883f183c2cf5a6ca30759bfab7d7c7365690582c638245fe2f41a7c0b9983664
|
|
4
|
+
data.tar.gz: a569afac24f8d256b663e01094ca66b5c60692e0496234ddbf4b61c15feac901
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d51cbb59194b727c963e67fbdadbe013cea2e5edea651c10d0564eb21ee231023d0ca0c3c45f74b0550eee0474a7218b83fd72d51da425557ee375f062fe03d
|
|
7
|
+
data.tar.gz: d2dfaa9aed272d9685a96d17429b3e68ba1ac6328f4fc6175ebaff490176dfcecb44658cec69105e9ba8dc41ab5b30fd152035f874bd57d83b60195fc65922ba
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## 2.2.2 (2023-03-03)
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- Allow newer versions of the `activesupport` dependency ([#332](https://github.com/rubygems/gemstash/pull/332), [@kyrofa][])
|
|
6
|
+
|
|
7
|
+
## 2.2.1 (2023-02-09)
|
|
8
|
+
|
|
9
|
+
### Bugfixes
|
|
10
|
+
|
|
11
|
+
- Add permitted classes to a `YAML.load` in cache ([#329](https://github.com/rubygems/gemstash/pull/329), [@SocalNick][])
|
|
12
|
+
|
|
13
|
+
## 2.2.0 (2023-01-27)
|
|
14
|
+
|
|
15
|
+
### Bugfixes
|
|
16
|
+
|
|
17
|
+
- Respect auth set in upstream host uri ([#317](https://github.com/rubygems/gemstash/pull/317), [@jebentier][])
|
|
18
|
+
- Change the response code for "/versions" from 403 to 404 ([#326](https://github.com/rubygems/gemstash/pull/326), [@hendric-dev][])
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- Support Ruby 3 ([#312](https://github.com/rubygems/gemstash/pull/312), [@tonytonyjan][])
|
|
23
|
+
- Drop support for EOL Ruby versions 2.4, 2.5, 2.6 ([#328](https://github.com/rubygems/gemstash/pull/328), [@indirect][])
|
|
24
|
+
- Update `dalli` dependency ([#324](https://github.com/rubygems/gemstash/pull/324), [@indirect][])
|
|
25
|
+
|
|
26
|
+
Also thanks to: [@indirect][] and [@hsbt][] who fixed CI issues and lint warnings.
|
|
27
|
+
|
|
1
28
|
## 2.1.0 (2020-02-26)
|
|
2
29
|
|
|
3
30
|
### Bugfixes
|
|
@@ -235,3 +262,11 @@
|
|
|
235
262
|
- Various fixes 2 ([#47](https://github.com/bundler/gemstash/pull/47), [@smellsblue](https://github.com/smellsblue))
|
|
236
263
|
- Various fixes 3 ([#49](https://github.com/bundler/gemstash/pull/49), [@smellsblue](https://github.com/smellsblue))
|
|
237
264
|
- Add Gemtash logo ([#50](https://github.com/bundler/gemstash/pull/50), [@jonathanrieta](https://github.com/jonathanrieta))
|
|
265
|
+
|
|
266
|
+
[@SocalNick]: https://github.com/SocalNick
|
|
267
|
+
[@hendric-dev]: https://github.com/hendric-dev
|
|
268
|
+
[@hsbt]: https://github.com/hsbt
|
|
269
|
+
[@indirect]: https://github.com/indirect
|
|
270
|
+
[@jebentier]: https://github.com/jebentier
|
|
271
|
+
[@kyrofa]: https://github.com/kyrofa
|
|
272
|
+
[@tonytonyjan]: https://github.com/tonytonyjan
|
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.2.
|
|
4
|
+
version: 2.2.2
|
|
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-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '4.2'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '8'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '4.2'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '8'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: dalli
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -301,7 +301,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
301
301
|
- !ruby/object:Gem::Version
|
|
302
302
|
version: '0'
|
|
303
303
|
requirements: []
|
|
304
|
-
rubygems_version: 3.
|
|
304
|
+
rubygems_version: 3.2.7
|
|
305
305
|
signing_key:
|
|
306
306
|
specification_version: 4
|
|
307
307
|
summary: A place to stash gems you'll need
|