podspecpush 0.9.2 → 0.9.3

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: 1ad63d8d192edef3d6eacfce3cbdc3c50f9f5045
4
- data.tar.gz: b4225c4fd9c6787ed218495ffafd52cc0639b466
3
+ metadata.gz: 9f51ca2e0c6a87aaa5f336b6776d8180c0484b17
4
+ data.tar.gz: f4968ed89899c669cd1a3cc7dd70696cb911bf7a
5
5
  SHA512:
6
- metadata.gz: eabc32f5c7357a1c4eebbd4a4ff205709dec96bcf98b4820cb46a11279385f187db90b991c702c97d3d5d44f9b5e7d5885e579ae38635bf31245d9035a3d322f
7
- data.tar.gz: cfcd464821dccf263c559d51b73e40f1191bb92de5f648284554d30f1a88836ff226713819e0437fda87b1ab53bdc5a3fd19467ac7249ffaf88a7f84a6171a2c
6
+ metadata.gz: 409f3a0d501cba144819121b9dafa35d76bf2428f0f578a6aaf3324f3b43fc6f9fec7ee9de4dbc87ec07a0ce3eab324c21150736d27e1a688f6cf37947e61dfc
7
+ data.tar.gz: 275685d588383236a6e20aa3ef1bd450b81600065f97b682b2689a9ebff95c8c5fbad89d05d7b0a807e5138c837ec4ce0cfcc42ad65c225a81fd29c012cfb8ed
@@ -1,3 +1,3 @@
1
1
  module Podspecpush
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
data/lib/podspecpush.rb CHANGED
@@ -35,7 +35,7 @@ module Podspecpush
35
35
  def makeLintCmd(opts)
36
36
  lintCmd = []
37
37
  lintCmd << ['bundle exec'] if shouldUseBundleExec
38
- lintCmd = ["pod spec lint"]
38
+ lintCmd << ["pod spec lint"]
39
39
 
40
40
  # Build sources
41
41
  sources = ["https://github.com/CocoaPods/Specs.git"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podspecpush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Carroll
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-26 00:00:00.000000000 Z
11
+ date: 2018-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop