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 +4 -4
- data/lib/orientepodspecpush/version.rb +1 -1
- data/lib/orientepodspecpush.rb +5 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5ca41a78450a6f3109dcf48041fbbe7dbc2a35dc96dbfc3547236cfb449561c
|
4
|
+
data.tar.gz: dcee93a2d508d9569477bb0edc3b6922b9df933c4aa42751310cfc9150cc23eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2cf9587175fde4ce0b78f4b671bc5aed31776971a94b87f94976468b56caf06ff5020161ebb50da8f411d3cfd0e2fac5bcdeaa2a67d1c530c216da7ea2e7743
|
7
|
+
data.tar.gz: 3fa4def9f18bae6b2dec57690d038f6ec5f5685d6ec7d23e07575e7db4a5efd2199d98bf03b704f6c0bc91c1d7842e6435ad307177ded062e41666fd76750f28
|
data/lib/orientepodspecpush.rb
CHANGED
@@ -99,7 +99,7 @@ module Orientepodspecpush
|
|
99
99
|
# system "git commit -m 'upload framework'"
|
100
100
|
#
|
101
101
|
|
102
|
-
if opts[:
|
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
|