orientepodspecpush 0.3.0 → 0.3.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: 23950223ac0cd2ef03664b1ebaed4f481a9f18fa0f75f908da7532f8d493ce6c
4
- data.tar.gz: b170454ee1132bdbdca93dbccbdd24f25b53309631033416b3a910265ce9e5df
3
+ metadata.gz: f5ca41a78450a6f3109dcf48041fbbe7dbc2a35dc96dbfc3547236cfb449561c
4
+ data.tar.gz: dcee93a2d508d9569477bb0edc3b6922b9df933c4aa42751310cfc9150cc23eb
5
5
  SHA512:
6
- metadata.gz: 2325cbb186618b628fec5ce4832d4ae6655511c01a0870a52097205cc72bd12fff4ac9a710a7e9479d8e1cedc0afed559f3170f4e4842e4571db145ae8c8130a
7
- data.tar.gz: a90c298de7b474f44562632a689c49f4ab692149b174b6462d66e2349dd6cc9d43729e1a73b10206cdafba33daddf830d29bdbe5c5329de0ce5e173b91c84fc2
6
+ metadata.gz: b2cf9587175fde4ce0b78f4b671bc5aed31776971a94b87f94976468b56caf06ff5020161ebb50da8f411d3cfd0e2fac5bcdeaa2a67d1c530c216da7ea2e7743
7
+ data.tar.gz: 3fa4def9f18bae6b2dec57690d038f6ec5f5685d6ec7d23e07575e7db4a5efd2199d98bf03b704f6c0bc91c1d7842e6435ad307177ded062e41666fd76750f28
@@ -1,3 +1,3 @@
1
1
  module Orientepodspecpush
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -99,7 +99,7 @@ module Orientepodspecpush
99
99
  # system "git commit -m 'upload framework'"
100
100
  #
101
101
 
102
- if opts[:versionCommitMsg] == nil
102
+ if opts[:tagCommitMsg] == nil
103
103
  system "git tag -a #{opts[:tag]} -m 'add new tag'"
104
104
  else
105
105
  system "git tag -a #{opts[:tag]} -m '#{opts[:tagCommitMsg]}'"
@@ -206,6 +206,10 @@ module Orientepodspecpush
206
206
  # packageCode
207
207
 
208
208
  # User input
209
+ @podVersion = opts[:tag]
210
+ puts "----------------------------"
211
+ puts @podVersion
212
+ puts "------------------------------------------------"
209
213
  updateVersion(opts)
210
214
 
211
215
  # Cmds
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orientepodspecpush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John wang