cocoapods-release 0.1.1 → 0.1.2
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/pod/command/release.rb +1 -3
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b96084fc91fc9a4193e5160e1d4e15ac3b6d316
|
|
4
|
+
data.tar.gz: 5d4c6ba1a03d6e712645992afbf85d8c9dd52143
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cd37ad2a50eaa69685f93c17a043fc971de6530ec85237243c2cff5f616c9bbd375fa2760a2966ea6dc94a8bbefcfacceaaf1f1c2be10c5674d15d506cbbd58
|
|
7
|
+
data.tar.gz: 18ad8776df863c930ae06d6cdaf02bd9b4eacd4d4aac605c5a93704345ed6586a2fda7774ca1eea55e376062a6925a92a501bf5cd852bf5544de259c4efd59a9
|
data/lib/pod/command/release.rb
CHANGED
|
@@ -21,8 +21,6 @@ module Pod
|
|
|
21
21
|
def initialize(argv)
|
|
22
22
|
warnings = argv.flag?('allow-warnings')
|
|
23
23
|
@allow_warnings = warnings ? "--allow-warnings" : ""
|
|
24
|
-
@only_errors = warnings ? "--only-errors" : ""
|
|
25
|
-
|
|
26
24
|
@repo = argv.shift_argument unless argv.arguments.empty?
|
|
27
25
|
super
|
|
28
26
|
end
|
|
@@ -74,7 +72,7 @@ module Pod
|
|
|
74
72
|
end
|
|
75
73
|
|
|
76
74
|
# verify lib
|
|
77
|
-
execute "pod lib lint #{spec} #{@
|
|
75
|
+
execute "pod lib lint #{spec} #{@allow_warnings}"
|
|
78
76
|
|
|
79
77
|
# TODO: create git tag for current version
|
|
80
78
|
unless system("git tag | grep #{version} > /dev/null")
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-release
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oliver Letterer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|