cocoapods-open 0.0.3 → 0.0.4
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 +4 -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: 01d1176a7ab5ceb4875bef4fadaf8773f0bc4530
|
|
4
|
+
data.tar.gz: 830836ac80e547cd915ff1f1c8a7769b30cf2de8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0267a507b87c605ac6120bd01c81a7959edee1a5e598502f769ae49ec3ed0dc3b2d0aa9b8331e8816a8e2c13c0f3950db394b0db05353a571dbd8e2a57b99f8
|
|
7
|
+
data.tar.gz: bc703551d217a5f55c1a5e65a7a09b8a10263fcc6e0c97033e8da5382585a1769b46b8488db408712771d721f96253dad0eb3dd7e13899ecff220d55922076bb
|
data/README.md
CHANGED
|
@@ -22,6 +22,10 @@ If you are happy with this gem, follow me on Github
|
|
|
22
22
|
[@leshill](https://github.com/leshill) and Twitter
|
|
23
23
|
[@leshill](https://twitter.com/leshill).
|
|
24
24
|
|
|
25
|
+
## Contributors
|
|
26
|
+
|
|
27
|
+
* Sam Soffes (@soffes) : Quote workspace file name (fixes #1!)
|
|
28
|
+
|
|
25
29
|
## Contributing
|
|
26
30
|
|
|
27
31
|
1. Fork it
|
data/lib/open_pod_bay/version.rb
CHANGED
data/lib/pod/command/open.rb
CHANGED
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Les Hill
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|