Skip to content

Commit

Permalink
Rename cocoapods_helper.rb to cocoapods_helpers.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed May 5, 2023
1 parent 3e73ebd commit 39803cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Layout/EmptyLines:
Style/MutableConstant:
Exclude:
# CocoaPods mutates some input values.
# It's simpler to relax this rule than to address each individually by passing mutable copies
- Gutenberg/cocoapods_helper.rb
# It's simpler to relax this rule than to address each individually by passing mutable copies.
- Gutenberg/cocoapods_helpers.rb

Style/AsciiComments:
Exclude: *xfiles
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require_relative './Gutenberg/cocoapods_helper'
require_relative './Gutenberg/cocoapods_helpers'

# For security reasons, please always keep the wordpress-mobile source first and the CDN second.
# For more info, see https://github.com/wordpress-mobile/cocoapods-specs#source-order-and-security-considerations
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,6 @@ SPEC CHECKSUMS:
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37

PODFILE CHECKSUM: 2c6431b034e07dc4772d2e3d30c413d965c41eac
PODFILE CHECKSUM: 1d5bcc38fed97cea23146642a10c28b83717b1ff

COCOAPODS: 1.11.3

0 comments on commit 39803cf

Please sign in to comment.