orientepodspecpush 0.1.7 → 0.1.8

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: 00c348b78eac7346c13b55db852b71c39b5464ac732cb6786fe95badfeb26ac9
4
- data.tar.gz: 0b9e2990de995089566f4af994412baaf431e87db02c0a2640d779011b07c93f
3
+ metadata.gz: 639c4d7795e58dd7051db9edc8fc85565b56530aebe98e6f3c8ce3f6f805c6fb
4
+ data.tar.gz: eb7b32da34d102a6fad336ec1a160acea46aa0836750252b8d83f73f6d286911
5
5
  SHA512:
6
- metadata.gz: 70aede7cd5d627cdc18da19d6ddfe11e12ab4de16ddd8dcf3427b9e4bdfbbac96155135a475d9aed44cbde73f024b7240e6aaa5d93357053535969e2d0526210
7
- data.tar.gz: 831fba705b9de5084554bf4cb433354ff77940061616ecc29268d7330c6e7c2e282035f5f112807265a96cf0c7981c54f6061cf7f607834c50cc21099cbfb2a9
6
+ metadata.gz: d01a066b562fefb9f24ef77c22ee2df14546fb75e9e8a1a2f68f89128742b2139d61f4cb9afe867ccf8da2a4202f42ece2e1de94add1a6cf8437d9f83ae4990f
7
+ data.tar.gz: f6d3723ff23c83f42f73dd391827b4b413850acf1a7ee49a61b927089c7b0e685cd41349c83a3896c24b328a5dfbb40320bec7b32ed5217325be19c06e895d09
@@ -26,7 +26,7 @@ module Orientepodspecpush
26
26
  cmd << ['bundle exec'] if shouldUseBundleExec
27
27
  podPackage = "pod package #{specfile}"
28
28
  unless opts[:package] == nil
29
- podPackage + opts[:package].to_s
29
+ podPackage + "#{opts[:package]}"
30
30
  end
31
31
  cmd << [podPackage]
32
32
 
@@ -73,6 +73,7 @@ module Orientepodspecpush
73
73
  lintCmd << specfile
74
74
  # lintCmd << sourcesArg
75
75
  lintCmd << opts[:sources] unless opts[:sources] == nil
76
+ lintCmd << ["#{opts[:lint]}"]
76
77
  lintCmd << ["--private"] unless opts[:private] == false
77
78
 
78
79
  # finalize
@@ -84,7 +85,7 @@ module Orientepodspecpush
84
85
  cmd << ['bundle exec'] if shouldUseBundleExec
85
86
  podRepoPush = "pod repo push #{opts[:specRepo]} #{specfile}"
86
87
  unless opts[:push] == nil
87
- podRepoPush + opts[:push].to_s
88
+ podRepoPush + "#{opts[:push]}"
88
89
  end
89
90
  cmd << [podRepoPush]
90
91
 
@@ -1,3 +1,3 @@
1
1
  module Orientepodspecpush
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
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.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - John wang