orientepodspecpush 0.2.3 → 0.2.4

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: fab65096283fd33ad915deb1e4ec3011858b1d6955e393731dc4eede0e81fd1b
4
- data.tar.gz: be518b78458b31cc64614217efc6799876bb830f313f2a85983f1f0b2200b819
3
+ metadata.gz: 5ba1a8d1bcf75644ae68cf699f690598011d544076a1735936582b9201e1365a
4
+ data.tar.gz: 4d3fd06e823bf169b8cb5913f91dcabf7e632307b3bb239ccc44b7b85af409ea
5
5
  SHA512:
6
- metadata.gz: fc339ca0efaca6426e5cd30e58565d1750a85a97c52e32354c2014255564d641ec0eefb3a28f44cfdc188a8b28714d52b95675310736ee88c6b9204e1e0ef65e
7
- data.tar.gz: 83d2508b60c796b4ddfb21e21eb12e1cd7d657678aa077348c00f7d1aad0ba59616d1d92dd1385f1ea3b02dd4b15884478f9add237444cf10d80f92a54cc230e
6
+ metadata.gz: d4c2500ba12684ebc31cd9619f7762550725872d148d0cf49452a4c46e4ffd40fefa293b6389d79d0364b29571ebd893d5708d3506afee76bf07b9f277c83b7b
7
+ data.tar.gz: 033e9e0849f66c90f6b3e36a1ea938aa04c264428fa4ec4f56fee6f4b4a80bf2ab07c720564eab9f6ed457bebf9458ecb738d2bce94fa1664b77b617d5cac13d
@@ -38,6 +38,7 @@ module Orientepodspecpush
38
38
  end
39
39
 
40
40
  def ensureGitClean
41
+ puts "test:ensureGitClean".blue
41
42
  if `git status --porcelain`.length != 0
42
43
  puts "Repo is not clean; will not push new version".red
43
44
  exit
@@ -189,10 +190,11 @@ module Orientepodspecpush
189
190
  opt :noPackage, "If set, no need to package"
190
191
  end
191
192
 
192
- puts "#{opts[:lint]}"
193
- puts "#{opts[:package]}"
194
- puts "#{opts[:push]}"
195
- puts "#{opts[:noPackage]}"
193
+ puts "lint:#{opts[:lint]}"
194
+ puts "package:#{opts[:package]}"
195
+ puts "push:#{opts[:push]}"
196
+ puts "noPackage:#{opts[:noPackage]}"
197
+ puts "version:#{opts[:version]}"
196
198
  # Need these two
197
199
  Trollop::die :specRepo, "Spec Repo must be provided" if opts[:specRepo] == nil
198
200
  Trollop::die :workspace, "Workspace path must be provided" if opts[:workspace] == nil
@@ -1,3 +1,3 @@
1
1
  module Orientepodspecpush
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
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.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - John wang