Skip to content

Commit

Permalink
Add star request from logs (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykhliustin authored May 30, 2024
1 parent d8e6411 commit 5c32cb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
21 changes: 9 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
base64
nkf
rexml
activesupport (7.1.3.2)
activesupport (7.1.3.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -22,7 +22,7 @@ GEM
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.2.0)
bigdecimal (3.1.6)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.15.2)
addressable (~> 2.8)
Expand Down Expand Up @@ -62,10 +62,9 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
Expand All @@ -74,10 +73,10 @@ GEM
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.1)
minitest (5.21.2)
json (2.7.2)
minitest (5.23.1)
molinillo (0.8.0)
mutex_m (0.2.0)
nanaimo (0.3.0)
Expand All @@ -88,7 +87,6 @@ GEM
rexml (3.2.8)
strscan (>= 3.0.9)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
strscan (3.1.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
Expand All @@ -103,12 +101,11 @@ GEM
rexml (~> 3.2.4)

PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-linux
ruby

DEPENDENCIES
cocoapods (= 1.15.2)

BUNDLED WITH
2.3.17
2.5.11
1 change: 1 addition & 0 deletions Sources/BazelPods/Generate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ extension BazelPods {
if !dryRun {
try Data().write(to: URL(fileURLWithPath: absoluteSRCPath("Pods/BUILD.bazel")))
}
logger.log_info("All Done! Don't forget to ⭐️ https://github.com/sergeykhliustin/BazelPods")
}

func process(specification: PodSpecification, userOptions: [UserOption]) throws {
Expand Down

0 comments on commit 5c32cb7

Please sign in to comment.