cocoapods-open 0.0.6 → 0.0.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/README.md +1 -0
- data/lib/open_pod_bay/version.rb +1 -1
- data/lib/pod/command/open.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: 2f094f292d005ed6577702196e57185eecc5ad26
|
|
4
|
+
data.tar.gz: 0e4fd3e19ba15c4efb0d3218c48a8a95a2bf0565
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/open_pod_bay/version.rb
CHANGED
data/lib/pod/command/open.rb
CHANGED
|
@@ -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 = '
|
|
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.
|
|
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-
|
|
11
|
+
date: 2014-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|