pod_updater 0.4.0 → 0.4.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
  SHA1:
3
- metadata.gz: 2ef49d031eb12eff738dc2a1ddbc4999916bc9e8
4
- data.tar.gz: 7c19eaece756c61e913cd768fa0e82419f3d50ae
3
+ metadata.gz: 7a3f0ef41b7151fa3df116d2e8921c8de937128d
4
+ data.tar.gz: 67af8d3a196a6631f99e6b5aeac0a0e777667807
5
5
  SHA512:
6
- metadata.gz: e05d4468afe3694dbe9fd1e48a6c5b76d256c74f59d773df82f4a4c88eb506c5171db24315d33e6394208c1971571c245e9254b3acba7907424d26f0c9c6ad75
7
- data.tar.gz: 13aedff41f6809c93e3baf8c1ebeac4e18dc8058b8c1b9fb168a6fd2fa3c62b9767fbe07eada2c81b50ae518d893a7e35f34f0c2cf043a7eea8d6dfc6b957323
6
+ metadata.gz: 33fd6fbe3886168383562a211ffa7f6ea8f46a8f82f017b28f444a1eb504d38415c88349bd3e8122d47bd7f7fe57ab3797acc0cea66993ec922e0b4f2a94bd5e
7
+ data.tar.gz: b5986d5e8cb87676f7b53f8339594084639cdc469f8abfa7ec3cb90421a1b4bd0b7c716feb39dc0693595911317ceeb0de3cc03545b299a7ba2f18b152b73aa2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pod_updater (0.3.10)
4
+ pod_updater (0.4.0)
5
5
  colorize
6
6
 
7
7
  GEM
data/bin/pod_updater CHANGED
@@ -13,7 +13,7 @@ option_parser = OptionParser.new do |opts|
13
13
  end
14
14
 
15
15
  options[:cp_path] = nil
16
- opts.on('-cp', '--cp_path [version]', String, 'the path where the podspec file need to copy') do |cp_path|
16
+ opts.on('-cp', '--cp_path [cp_path]', String, 'the path where the podspec file need to copy') do |cp_path|
17
17
  options[:cp_path] = cp_path
18
18
  end
19
19
 
@@ -1,3 +1,3 @@
1
1
  module PodUpdater
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod_updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hwzss