gemstash 2.3.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee387f961929db690c98fc386db4790b340525eed0fc2980045ae7cd10f14914
4
- data.tar.gz: e078fa40c9feed18e13f734186c4ca8c3b9acf1af3a5c3302ff83e4d2fc9a91e
3
+ metadata.gz: ded88593201a40af1fbfea58bd268afd477322c88be7c1d3b07b624613f63579
4
+ data.tar.gz: d3fc2c9c32f23fffc0cee2164605bc971a6026c739e06f0b702be56bbeb9a086
5
5
  SHA512:
6
- metadata.gz: 86d24732e38c099ab656ddead6a78b68916e019a9ebaf9b491e3d73fded2e8ae72a6f50a28b51a4f0bf64e41993ba5373e42761a648e14d6d42af6f263a3f8aa
7
- data.tar.gz: 2fe72a7b46d0d7bd37265738798e5eb4d2cb6358aa92a292be7c8561db10216b3b13e55bb7bca6e49b379f4fd5efff39e71b107e7a0d29197291f82d3e84998b
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
@@ -88,6 +88,10 @@ module Gemstash
88
88
 
89
89
  def sync=(_value); end
90
90
 
91
+ def sync
92
+ false
93
+ end
94
+
91
95
  def write(message)
92
96
  Gemstash::Logging.logger.add(@level, message)
93
97
  end
@@ -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 Together (https://rubytogether.org/), a
42
- grassroots initiative committed to supporting the critical Ruby
43
- infrastructure you rely on.
44
- Contribute today as an individual (https://rubytogether.org/developers)
45
- or even better, as a company (https://rubytogether.org/companies), and
46
- ensure that Bundler, RubyGems, Gemstash, and other shared tooling is
47
- around for years to come.
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
@@ -20,13 +20,12 @@
20
20
  Are you only using gems from https://rubygems.org, and don't bundle the
21
21
  same gems frequently? Well, maybe you don't need Gemstash... yet.
22
22
 
23
- Gemstash is maintained by Ruby Together (https://rubytogether.org/), a
24
- grassroots initiative committed to supporting the critical Ruby infra-
25
- structure you rely on. Contribute today as an individual
26
- (https://rubytogether.org/developers) or even better, as a company
27
- (https://rubytogether.org/companies), and ensure that Bundler,
28
- RubyGems, Gemstash, and other shared tooling is around for years to
29
- 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.
30
29
 
31
30
  1mQuickstart Guide0m
32
31
  1mSetup0m
@@ -2,5 +2,5 @@
2
2
 
3
3
  # :nodoc:
4
4
  module Gemstash
5
- VERSION = "2.3.0"
5
+ VERSION = "2.3.1"
6
6
  end
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.3.0
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-08-30 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -54,16 +54,22 @@ dependencies:
54
54
  name: faraday
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - "~>"
57
+ - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: '1.0'
59
+ version: '1'
60
+ - - "<"
61
+ - !ruby/object:Gem::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: '1.0'
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
@@ -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.4.14
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