cocoapods-git-private-repo 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ff5c4e93840f1161b09dd5da1842c0aae39b6ac4a619276bbf668c0bdc66291
4
- data.tar.gz: 4696f5de97fdc6c5475d02042f550d6bda142566839f4f6567a04b0c43628381
3
+ metadata.gz: 64ad4c9635626572cb5461ff9fdaacdb5d4150d1c5e21e16d6ae5578808272ae
4
+ data.tar.gz: acea8c50b5467f995435f869720462bdb84644c120fa21d3052956b605148593
5
5
  SHA512:
6
- metadata.gz: e3388bc8153eb6b1750a537d12ac05d05b015a6244d1bf2818776a710f70597344cdb5204c4ead2bef365a52420b6eda50912d93a617ad0680340ad372982aa6
7
- data.tar.gz: cd0b2433bfbfc32f452229d14783e4d0c76ecd62819f1a6e0aa286224f1ae01ecca2b329b85066f7951aa4fc0987b574b2e637f91d8de7b3ce7dc7cee7410073
6
+ metadata.gz: d8d1b3895726ea6d9a07ed63194c34813627f68136c252731d8e6d0f1045db49134176c8d2c4b08794773c6b5034c0db18339fb9400ff06ed6c2b4bdea21756e
7
+ data.tar.gz: 4d311f1b67b101ee3266d1182bc3a5cb6b713e24fcc1fa6bbbf2309300635c2ed588c3307d0c77c6355575f6d3ff0379bdc35ccc11d6adfbb66cfc002309a68f
@@ -1,3 +1,3 @@
1
1
  module CocoapodsGitPrivateRepo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -7,8 +7,6 @@ module Pod
7
7
  # Check if a JSON configuration file exists with private key mappings
8
8
  json_config_path = 'keys.json'
9
9
 
10
- puts "file path: #{json_config_path}"
11
-
12
10
  # Only proceed with JSON processing if the file exists
13
11
  return unless File.exist?(json_config_path)
14
12
 
@@ -28,9 +26,6 @@ module Pod
28
26
  end
29
27
 
30
28
  def execute_command(executable, command, raise_on_failure = false)
31
- puts "Executing command: #{executable} #{command.inspect}"
32
- puts "Options: #{self.options.inspect}"
33
-
34
29
  if executable == 'git' && options[:private_key_path]
35
30
  private_key = options[:private_key_path]
36
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-git-private-repo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nonthawat Srichad