pod_updater 0.4.4 → 0.4.5

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: 1f1cbcfd88e1bf3f3f50757d2a8a7345f7b4ed57
4
- data.tar.gz: 770094595115d1363dc4ad610e82e11c10526f3e
3
+ metadata.gz: b99737b784b0178ae155d0d364194d48c35da21f
4
+ data.tar.gz: 6bbcb0be68db69b37dc648420077863bc8213fd8
5
5
  SHA512:
6
- metadata.gz: f2ae94df353d914d293cce205cc0317cdc35075baae25fca5d84ba7f11323d649224b93092f6da5682e4c8471c03119ecaec6e4d502d67af6ef21d51bfc73cba
7
- data.tar.gz: c6de07f7c0a9c964502816568af222c734824a6292678f60d4d02d04e38070923eb3045e8469a18d85ba914a5896846595fe5288dcd0654956d6818bd6c5fbc1
6
+ metadata.gz: f95bf7b612209ebef524833bfe1df266aced5e5996f1100641269b8e30e6e3cf3a80850b38ec849df745d338519a91b94ba5d8a9b1b5f77a762ddad072592900
7
+ data.tar.gz: a7196908e2616bca587c5e1b4f337620ea2b4558639fde8fd4e4b67a09e389b20622bbfdc919c20b166166f08a6e3166888eabd666f6515776d027e15e546058
data/bin/pod_updater CHANGED
@@ -10,6 +10,7 @@ options = {}
10
10
  option_parser = OptionParser.new do |opts|
11
11
 
12
12
  opts.banner = 'here is help messages of the command line tool for pod_updater'
13
+
13
14
  options[:version] = nil
14
15
  opts.on('-v', '--version [version]', String, 'the podspec\'s new version') do |version|
15
16
  options[:version] = version
Binary file
@@ -30,8 +30,3 @@ module PodUpdater
30
30
 
31
31
  end
32
32
 
33
- include PodUpdater
34
- cmd = []
35
- cmd << %(pod trunk push --allow-warnings)
36
- UI.log_cmd(cmd)
37
- UI.err('哈哈')
@@ -1,3 +1,3 @@
1
1
  module PodUpdater
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
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.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - hwzss
@@ -82,6 +82,7 @@ files:
82
82
  - bin/setup
83
83
  - lib/.DS_Store
84
84
  - lib/pod_updater.rb
85
+ - lib/pod_updater/.DS_Store
85
86
  - lib/pod_updater/cp_podspec.rb
86
87
  - lib/pod_updater/git_tag_flow.rb
87
88
  - lib/pod_updater/modify_podspec.rb