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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4de2a3fc7b446aefb36d56538befcf221693425
4
- data.tar.gz: 98b126735dbed88576547648901ac011573ea764
3
+ metadata.gz: 0b96084fc91fc9a4193e5160e1d4e15ac3b6d316
4
+ data.tar.gz: 5d4c6ba1a03d6e712645992afbf85d8c9dd52143
5
5
  SHA512:
6
- metadata.gz: 015d007915691d6681e38c2c76dd79ba44fa32463c75ec4c13b04a36cc8bd6ff9ddc10ceb12fd05581cb128dc10711f4860e136ddee714e485644763e339ba1e
7
- data.tar.gz: d17eefa6128198c4cc02c75c9585070c9305940f72d78910226fd409b6e0fb8c1d3033f15bd8d0e18827b76d13653e3f0b8e8fa54e9807ec3f49fbf6428092ce
6
+ metadata.gz: 2cd37ad2a50eaa69685f93c17a043fc971de6530ec85237243c2cff5f616c9bbd375fa2760a2966ea6dc94a8bbefcfacceaaf1f1c2be10c5674d15d506cbbd58
7
+ data.tar.gz: 18ad8776df863c930ae06d6cdaf02bd9b4eacd4d4aac605c5a93704345ed6586a2fda7774ca1eea55e376062a6925a92a501bf5cd852bf5544de259c4efd59a9
@@ -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} #{@only_errors}"
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
@@ -1,3 +1,3 @@
1
1
  module CocoapodRelease
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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-10-30 00:00:00.000000000 Z
11
+ date: 2014-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler