orientepodspecpush 0.3.5 → 0.3.6
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 +1 -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: e109bef4e89d1e92f40cc5240c7fc8dbc316546ca9697cdbcedb10ab89d33144
|
|
4
|
+
data.tar.gz: e3fb09c2068cc9585c3114f07f51828c2d00d809e3ca9da2651e1a881eba6b7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19442d221268dc184a1dd3a81c0d22ed0f91acdea765b704fba812fb8311340de5221ff05fb0d41e4d01c1476d3eac16f0b0eae58ae880aae4c31cb70239d054
|
|
7
|
+
data.tar.gz: 8a8e868e240a5c3dca464b25259af421249b6015f49a5595b9de4edeee526745d4c1fab91e345fb0036925b33489013bd8e8c9086b31bdb52c25ab9a11100936
|
data/lib/orientepodspecpush.rb
CHANGED
|
@@ -178,7 +178,7 @@ module Orientepodspecpush
|
|
|
178
178
|
|
|
179
179
|
def push
|
|
180
180
|
opts = Trollop::options do
|
|
181
|
-
version "
|
|
181
|
+
version "#{Orientepodspecpush::VERSION}"
|
|
182
182
|
opt :specRepo, "Name of the repo to push to. See pod repo list for available repos", :type => :string
|
|
183
183
|
opt :workspace, "Path to cocoapod workspace", :type => :string
|
|
184
184
|
opt :sources, "Comma delimited list of private repo sources to consider when linting private repo. Master is included by default so private repos can source master", :type => :string
|