Skip to content

Commit 863da01

Browse files
authored
Merge pull request #118 from cashapp/entin/v0.6
Bump version to 0.6 and update Bundler dependencies
2 parents 6c3ad89 + 720df89 commit 863da01

File tree

3 files changed

+33
-34
lines changed

3 files changed

+33
-34
lines changed

AccessibilitySnapshot.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AccessibilitySnapshot'
3-
s.version = '0.5.1'
3+
s.version = '0.6.0'
44
s.summary = 'Easy regression testing for iOS accessibility'
55

66
s.homepage = 'https://github.com/CashApp/AccessibilitySnapshot'

Example/Gemfile.lock

+28-29
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
GIT
22
remote: https://github.com/CocoaPods/CocoaPods
3-
revision: 6eef4a575324ab1447a5de5c768ca6096478f24a
3+
revision: ecb9a4d0bececbd76db72e4ca95c265bfbbc0bf4
44
branch: master
55
specs:
6-
cocoapods (1.11.0.rc.1)
6+
cocoapods (1.11.3)
77
addressable (~> 2.8)
88
claide (>= 1.0.2, < 2.0)
9-
cocoapods-core (= 1.11.0.rc.1)
9+
cocoapods-core (= 1.11.3)
1010
cocoapods-deintegrate (>= 1.0.3, < 2.0)
11-
cocoapods-downloader (>= 1.4.0, < 2.0)
11+
cocoapods-downloader (>= 1.6.0, < 2.0)
1212
cocoapods-plugins (>= 1.0.0, < 2.0)
1313
cocoapods-search (>= 1.0.0, < 2.0)
14-
cocoapods-trunk (>= 1.4.0, < 2.0)
14+
cocoapods-trunk (>= 1.6.0, < 2.0)
1515
cocoapods-try (>= 1.1.0, < 2.0)
1616
colored2 (~> 3.1)
1717
escape (~> 0.0.4)
1818
fourflusher (>= 2.3.0, < 3.0)
1919
gh_inspector (~> 1.0)
2020
molinillo (~> 0.8.0)
2121
nap (~> 1.0)
22-
ruby-macho (>= 1.0, < 3.0)
22+
ruby-macho (>= 2.3.0, < 3.0)
2323
xcodeproj (>= 1.21.0, < 2.0)
2424

2525
GIT
2626
remote: https://github.com/CocoaPods/Core
27-
revision: 97f80f322e0e62b88d14ac35d7c66c6308fa61c5
27+
revision: 20f35444383f44189411bd673d937cfc0698f3a5
2828
specs:
29-
cocoapods-core (1.11.0.rc.1)
30-
activesupport (>= 5.0, < 7)
29+
cocoapods-core (1.11.3)
30+
activesupport (>= 5.0, < 8)
3131
addressable (~> 2.8)
3232
algoliasearch (~> 1.0)
3333
concurrent-ruby (~> 1.1)
@@ -39,21 +39,21 @@ GIT
3939

4040
GIT
4141
remote: https://github.com/CocoaPods/Molinillo
42-
revision: 37613399f7be0c0a6f51d1bcb9702e4e2a8dff10
42+
revision: 6bc3d6045edadf800ba1b634fef15d3574369e60
4343
specs:
4444
molinillo (0.8.0)
4545

4646
GIT
4747
remote: https://github.com/CocoaPods/Nanaimo
48-
revision: 1bf2e6e8781045fed99ca7020d5007234e715dc8
48+
revision: f04a2e3db256497faf71a9ed4e1baa3ea810d7ac
4949
specs:
5050
nanaimo (0.3.0)
5151

5252
GIT
5353
remote: https://github.com/CocoaPods/Xcodeproj
54-
revision: 6b9db609dbda4bdac339c33ca23efa9c30a88e0e
54+
revision: 29cd0821d47f864abbd1ca80f23ff2aded0adfed
5555
specs:
56-
xcodeproj (1.21.0)
56+
xcodeproj (1.22.0)
5757
CFPropertyList (>= 2.3.3, < 4.0)
5858
atomos (~> 0.1.3)
5959
claide (>= 1.0.2, < 2.0)
@@ -64,53 +64,52 @@ GIT
6464
GEM
6565
remote: https://rubygems.org/
6666
specs:
67-
CFPropertyList (3.0.3)
68-
activesupport (6.1.4.1)
67+
CFPropertyList (3.0.5)
68+
rexml
69+
activesupport (7.0.4.1)
6970
concurrent-ruby (~> 1.0, >= 1.0.2)
7071
i18n (>= 1.6, < 2)
7172
minitest (>= 5.1)
7273
tzinfo (~> 2.0)
73-
zeitwerk (~> 2.3)
74-
addressable (2.8.0)
75-
public_suffix (>= 2.0.2, < 5.0)
74+
addressable (2.8.1)
75+
public_suffix (>= 2.0.2, < 6.0)
7676
algoliasearch (1.27.5)
7777
httpclient (~> 2.8, >= 2.8.3)
7878
json (>= 1.5.1)
7979
atomos (0.1.3)
80-
claide (1.0.3)
80+
claide (1.1.0)
8181
cocoapods-deintegrate (1.0.5)
8282
cocoapods-downloader (1.6.3)
8383
cocoapods-plugins (1.0.0)
8484
nap
8585
cocoapods-search (1.0.1)
86-
cocoapods-trunk (1.5.0)
86+
cocoapods-trunk (1.6.0)
8787
nap (>= 0.8, < 2.0)
8888
netrc (~> 0.11)
8989
cocoapods-try (1.2.0)
9090
colored2 (3.1.2)
91-
concurrent-ruby (1.1.9)
91+
concurrent-ruby (1.1.10)
9292
escape (0.0.4)
93-
ethon (0.14.0)
93+
ethon (0.16.0)
9494
ffi (>= 1.15.0)
95-
ffi (1.15.3)
95+
ffi (1.15.5)
9696
fourflusher (2.3.1)
9797
fuzzy_match (2.0.4)
9898
gh_inspector (1.1.3)
9999
httpclient (2.8.3)
100-
i18n (1.8.10)
100+
i18n (1.12.0)
101101
concurrent-ruby (~> 1.0)
102-
json (2.5.1)
103-
minitest (5.14.4)
102+
json (2.6.3)
103+
minitest (5.17.0)
104104
nap (1.1.0)
105105
netrc (0.11.0)
106-
public_suffix (4.0.6)
106+
public_suffix (4.0.7)
107107
rexml (3.2.5)
108108
ruby-macho (2.5.1)
109109
typhoeus (1.4.0)
110110
ethon (>= 0.9.0)
111-
tzinfo (2.0.4)
111+
tzinfo (2.0.5)
112112
concurrent-ruby (~> 1.0)
113-
zeitwerk (2.4.2)
114113

115114
PLATFORMS
116115
ruby

Example/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- AccessibilitySnapshot/Core (0.5.1)
3-
- AccessibilitySnapshot/iOSSnapshotTestCase (0.5.1):
2+
- AccessibilitySnapshot/Core (0.6.0)
3+
- AccessibilitySnapshot/iOSSnapshotTestCase (0.6.0):
44
- AccessibilitySnapshot/Core
55
- iOSSnapshotTestCase (~> 8.0)
6-
- AccessibilitySnapshot/SnapshotTesting (0.5.1):
6+
- AccessibilitySnapshot/SnapshotTesting (0.6.0):
77
- AccessibilitySnapshot/Core
88
- SnapshotTesting (~> 1.0)
99
- iOSSnapshotTestCase (8.0.0):
@@ -38,7 +38,7 @@ CHECKOUT OPTIONS:
3838
:git: https://github.com/square/Paralayout
3939

4040
SPEC CHECKSUMS:
41-
AccessibilitySnapshot: 4559afea17d4befb39883e4411bc265bf507fff4
41+
AccessibilitySnapshot: d55ec4ea875392d4b753893cd132e522be031997
4242
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
4343
Paralayout: f4d6727fca5b592eb93a7cc408e45404599a4b0a
4444
SnapshotTesting: 8caa6661fea7c8019d5b46de77c16bab99c36c5c

0 commit comments

Comments
 (0)