orientepodspecpush 0.1.6 → 0.1.7
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.rb +4 -4
- data/lib/orientepodspecpush/version.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: 00c348b78eac7346c13b55db852b71c39b5464ac732cb6786fe95badfeb26ac9
|
4
|
+
data.tar.gz: 0b9e2990de995089566f4af994412baaf431e87db02c0a2640d779011b07c93f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70aede7cd5d627cdc18da19d6ddfe11e12ab4de16ddd8dcf3427b9e4bdfbbac96155135a475d9aed44cbde73f024b7240e6aaa5d93357053535969e2d0526210
|
7
|
+
data.tar.gz: 831fba705b9de5084554bf4cb433354ff77940061616ecc29268d7330c6e7c2e282035f5f112807265a96cf0c7981c54f6061cf7f607834c50cc21099cbfb2a9
|
data/lib/orientepodspecpush.rb
CHANGED
@@ -182,10 +182,10 @@ module Orientepodspecpush
|
|
182
182
|
opt :noPackage, "If set, no need to package"
|
183
183
|
end
|
184
184
|
|
185
|
-
puts opts[:lint]
|
186
|
-
puts opts[:package]
|
187
|
-
puts opts[:push]
|
188
|
-
puts opts[:noPackage]
|
185
|
+
puts "#{opts[:lint]}"
|
186
|
+
puts "#{opts[:package]}"
|
187
|
+
puts "#{opts[:push]}"
|
188
|
+
puts "#{opts[:noPackage]}"
|
189
189
|
# Need these two
|
190
190
|
Trollop::die :specRepo, "Spec Repo must be provided" if opts[:specRepo] == nil
|
191
191
|
Trollop::die :workspace, "Workspace path must be provided" if opts[:workspace] == nil
|