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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4108c7650e5d2c578c6668b6e2f6c40d98d24f70
4
- data.tar.gz: 5edcbcc2a461a4acb7c27d638fb29085f8300657
3
+ metadata.gz: 01d1176a7ab5ceb4875bef4fadaf8773f0bc4530
4
+ data.tar.gz: 830836ac80e547cd915ff1f1c8a7769b30cf2de8
5
5
  SHA512:
6
- metadata.gz: 1f3cc5b0b8eac9014c80ddbea5ac613cf81051e08e1e6822a7c9832a1b29326338405b35cbb46d16a77a0e8660ba8cb0d5f1b1156142acc89f0927362dc3772d
7
- data.tar.gz: 56a4856aad93b441fedaba30253ab64e7e67835a4732e0867818f3114f9e4fec7ed9d7926f8ca23c7d18a8045ac8bf855c9f79a25b3de4e1605d0705d9df673b
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
@@ -1,3 +1,3 @@
1
1
  module OpenPodBay
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -19,7 +19,7 @@ module Pod
19
19
  end
20
20
 
21
21
  def run
22
- `open #{@workspace}`
22
+ `open "#{@workspace}"`
23
23
  end
24
24
 
25
25
  private
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.3
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-08 00:00:00.000000000 Z
11
+ date: 2013-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler