cocoapods-open 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97aa5f4158d32cb86d4c0cef57e643ed175295e2
4
- data.tar.gz: 17f0859ffef745170402f6e2efa7735e9f4c79cf
3
+ metadata.gz: 2f094f292d005ed6577702196e57185eecc5ad26
4
+ data.tar.gz: 0e4fd3e19ba15c4efb0d3218c48a8a95a2bf0565
5
5
  SHA512:
6
- metadata.gz: 822bee3e6b55994b4488782ee8256dc3d81f0755de5fd8844bdcc375aedb405d54c2d371971c91044a429e1077e0e1d4f45ed0c923d53ceb9bc0a562d2fd1537
7
- data.tar.gz: 6a4cce4b1d431938f401dcf65745e761fa5e2b7fa13a780d6e3320081ee71486b031c47af2a194812b62000ffdc1d7d9365dca087a21a34010e59e28fc197917
6
+ metadata.gz: 12f9a2f85d6d2c359ad26c25ccff0f756c8fcbf5d34b9694e3095b1761102c9617a5da142b23f6bc60ae01a16b79acd7c3db9bf2332d06867940ac9292574a13
7
+ data.tar.gz: 61f73c4f5430e71f8336f7be65335f127cd046085c95c6927e1c1a93fcc304c6db8133fcea96b22be93fc850ec48679d157631eea22b56846b3bdcb49993613d
data/README.md CHANGED
@@ -40,6 +40,7 @@ If you are happy with this gem, follow me on Github
40
40
  * Sam Soffes (@soffes) : Quote workspace file name (fixes #1!)
41
41
  * Mark Rickert (@markrickert) : `reinstall` command
42
42
  * Victor Ilyukevich (@yas375) : `open -a` option
43
+ * Robert Wijas (@robertwijas) : Fixed arguments warning
43
44
 
44
45
  ## Contributing
45
46
 
@@ -1,3 +1,3 @@
1
1
  module OpenPodBay
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -7,7 +7,7 @@ module Pod
7
7
  Opens the workspace in xcode. If no workspace found in the current directory,
8
8
  looks up until it finds one. Pass `-a` flag if you want to open in AppCode.
9
9
  DESC
10
- self.arguments = '[-a]'
10
+ self.arguments = [['-a', :optional]]
11
11
 
12
12
  def initialize(argv)
13
13
  @use_appcode = (argv.shift_argument == '-a')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-open
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Les Hill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-20 00:00:00.000000000 Z
11
+ date: 2014-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler