Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit e173408

Browse files
authored
Move sources and tests in Sources/ and Tests/ respectively (#764)
2 parents 7d0757c + 3049fe5 commit e173408

File tree

703 files changed

+446
-694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

703 files changed

+446
-694
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Naming/FileName:
1414
Metrics/BlockLength:
1515
Exclude:
1616
- 'fastlane/Fastfile'
17+
- 'WordPressKit.podspec'

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (7.1.2)
8+
activesupport (7.1.3.2)
79
base64
810
bigdecimal
911
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -39,16 +41,16 @@ GEM
3941
aws-eventstream (~> 1, >= 1.0.2)
4042
babosa (1.0.4)
4143
base64 (0.2.0)
42-
bigdecimal (3.1.5)
44+
bigdecimal (3.1.7)
4345
claide (1.1.0)
4446
claide-plugins (0.9.2)
4547
cork
4648
nap
4749
open4 (~> 1.3)
48-
cocoapods (1.14.3)
50+
cocoapods (1.15.2)
4951
addressable (~> 2.8)
5052
claide (>= 1.0.2, < 2.0)
51-
cocoapods-core (= 1.14.3)
53+
cocoapods-core (= 1.15.2)
5254
cocoapods-deintegrate (>= 1.0.3, < 2.0)
5355
cocoapods-downloader (>= 2.1, < 3.0)
5456
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -65,7 +67,7 @@ GEM
6567
xcodeproj (>= 1.23.0, < 2.0)
6668
cocoapods-check (1.1.0)
6769
cocoapods (~> 1.0)
68-
cocoapods-core (1.14.3)
70+
cocoapods-core (1.15.2)
6971
activesupport (>= 5.0, < 8)
7072
addressable (~> 2.8)
7173
algoliasearch (~> 1.0)
@@ -88,7 +90,7 @@ GEM
8890
colored2 (3.1.2)
8991
commander (4.6.0)
9092
highline (~> 2.0.0)
91-
concurrent-ruby (1.2.2)
93+
concurrent-ruby (1.2.3)
9294
connection_pool (2.4.1)
9395
cork (0.3.0)
9496
colored2 (~> 3.1)
@@ -133,8 +135,7 @@ GEM
133135
rake (>= 12.0.0, < 14.0.0)
134136
domain_name (0.6.20231109)
135137
dotenv (2.8.1)
136-
drb (2.2.0)
137-
ruby2_keywords
138+
drb (2.2.1)
138139
emoji_regex (3.2.3)
139140
escape (0.0.4)
140141
ethon (0.16.0)
@@ -260,7 +261,7 @@ GEM
260261
http-cookie (1.0.5)
261262
domain_name (~> 0.5)
262263
httpclient (2.8.3)
263-
i18n (1.14.1)
264+
i18n (1.14.4)
264265
concurrent-ruby (~> 1.0)
265266
jmespath (1.6.2)
266267
json (2.7.1)
@@ -272,7 +273,7 @@ GEM
272273
language_server-protocol (3.17.0.3)
273274
mini_magick (4.12.0)
274275
mini_mime (1.1.5)
275-
minitest (5.20.0)
276+
minitest (5.22.3)
276277
molinillo (0.8.0)
277278
multi_json (1.15.0)
278279
multipart-post (2.3.0)
@@ -281,6 +282,7 @@ GEM
281282
nap (1.1.0)
282283
naturally (2.2.1)
283284
netrc (0.11.0)
285+
nkf (0.2.0)
284286
no_proxy_fix (0.1.2)
285287
octokit (8.1.0)
286288
base64
@@ -354,7 +356,7 @@ GEM
354356
unicode-display_width (2.5.0)
355357
webrick (1.8.1)
356358
word_wrap (1.0.0)
357-
xcodeproj (1.23.0)
359+
xcodeproj (1.24.0)
358360
CFPropertyList (>= 2.3.3, < 4.0)
359361
atomos (~> 0.1.3)
360362
claide (>= 1.0.2, < 2.0)

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ SPEC CHECKSUMS:
5656

5757
PODFILE CHECKSUM: 64af6d71574c7a92d01a9446aa874e066917ebe5
5858

59-
COCOAPODS: 1.14.3
59+
COCOAPODS: 1.15.2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)