rspec-support 3.13.3 → 3.13.4
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
- checksums.yaml.gz.sig +2 -3
- data/Changelog.md +7 -0
- data/lib/rspec/support/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +7 -7
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3dda956ef658b6fbdb2fc49fb6d6102cf3bc4325a95d52a40bb5bf470097dd26
|
4
|
+
data.tar.gz: de254d0c76e3cf0994f4a0287dfc833d69de45201edb95d4907376589e22d916
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48b8dfb6ee3ca756e5bb3cfd39839cd5bfcefa6a9394eeb64b6aa7258cfe97556f74bdf98c141e023b3c17926ab4a7db85daca8db07ad68541d974654264ec34
|
7
|
+
data.tar.gz: e5ff093696533a98b04225f31e4eb3cc03cdd3d74d63110e531e5bda48d1f8a42ede69c8352f040f1ccf3e27ea077c497b9544610c5e0db7bae90fffdd2bbc22
|
checksums.yaml.gz.sig
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
��7�m���_�����WV�̽��X+i<�#� <Z�G��)�f�/���?�"��z)�0�v��A(G�mzCRz
|
1
|
+
{Z�`��c�baҗ�6g�.���
|
2
|
+
�g:*v�q�i��&Gg��&Il��S
|
data/Changelog.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
### Development
|
2
2
|
[Full Changelog](https://github.com/rspec/rspec/compare/rspec-support-v3.13.2...3-13-maintenance)
|
3
3
|
|
4
|
+
### 3.13.4
|
5
|
+
[Full Changelog](http://github.com/rspec/rspec/compare/rspec-support-v3.13.3...rspec-support-v3.13.4)
|
6
|
+
|
7
|
+
Bug Fixes:
|
8
|
+
|
9
|
+
* Fix homepage link in gemspec. (Jon Rowe)
|
10
|
+
|
4
11
|
### 3.13.3 / 2025-04-30
|
5
12
|
[Full Changelog](http://github.com/rspec/rspec/compare/rspec-support-v3.13.2...rspec-support-v3.13.3)
|
6
13
|
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.13.
|
4
|
+
version: 3.13.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Chelimsky
|
@@ -46,7 +46,7 @@ cert_chain:
|
|
46
46
|
AwP+qZPPf97FXXZGEGIYhhHpnj+Ltx9nCetRPiZ4rvYBcXgCWVQSg6eiEofrMwn/
|
47
47
|
AKMCABhZ1Y2eATsfMgdkmIZk7JIPZiSi6eUxPiCMP9M/pw==
|
48
48
|
-----END CERTIFICATE-----
|
49
|
-
date:
|
49
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
50
50
|
dependencies:
|
51
51
|
- !ruby/object:Gem::Dependency
|
52
52
|
name: rake
|
@@ -118,16 +118,16 @@ files:
|
|
118
118
|
- lib/rspec/support/version.rb
|
119
119
|
- lib/rspec/support/warnings.rb
|
120
120
|
- lib/rspec/support/with_keywords_when_needed.rb
|
121
|
-
homepage: https://
|
121
|
+
homepage: https://rspec.info
|
122
122
|
licenses:
|
123
123
|
- MIT
|
124
124
|
metadata:
|
125
125
|
bug_tracker_uri: https://github.com/rspec/rspec/issues
|
126
|
-
changelog_uri: https://github.com/rspec/rspec/blob/rspec-support-v3.13.
|
126
|
+
changelog_uri: https://github.com/rspec/rspec/blob/rspec-support-v3.13.4/rspec-support/Changelog.md
|
127
127
|
documentation_uri: https://rspec.info/documentation/
|
128
128
|
mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
|
129
129
|
rubygems_mfa_required: 'true'
|
130
|
-
source_code_uri: https://github.com/rspec/rspec/blob/rspec-support-v3.13.
|
130
|
+
source_code_uri: https://github.com/rspec/rspec/blob/rspec-support-v3.13.4/rspec-support
|
131
131
|
rdoc_options:
|
132
132
|
- "--charset=UTF-8"
|
133
133
|
require_paths:
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
- !ruby/object:Gem::Version
|
144
144
|
version: '0'
|
145
145
|
requirements: []
|
146
|
-
rubygems_version: 3.6.
|
146
|
+
rubygems_version: 3.6.7
|
147
147
|
specification_version: 4
|
148
|
-
summary: rspec-support-3.13.
|
148
|
+
summary: rspec-support-3.13.4
|
149
149
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|