cfbundle 0.2.0 → 0.2.1
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/lib/cfbundle/storage/file_system.rb +1 -1
- data/lib/cfbundle/storage/zip.rb +1 -1
- data/lib/cfbundle/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f16e3d2efd09474b84de78953ebe736859ecad2
|
4
|
+
data.tar.gz: cdb73bed933efd9a3ae0ad1648354eed14f104bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ed47abda281fc8ba40c337504226b93e2cd05952418892699135c8c5d569ffb0512e0ea4b1a5bdeab1f06408744d8b88bb5336a76db76805354aca10739515b
|
7
|
+
data.tar.gz: 3f878a953002dcf55920628a2d506404a582478ffad62da7156d22813f987598abc916c112066ad3856bfd6e85d425b9a4ce8cb4dc81ebe68f2a14918fd24851
|
@@ -35,7 +35,7 @@ module CFBundle
|
|
35
35
|
# (see Base#foreach)
|
36
36
|
def foreach(path)
|
37
37
|
Enumerator.new do |y|
|
38
|
-
base = Dir.
|
38
|
+
base = Dir.entries(find!(path)).sort.each
|
39
39
|
loop do
|
40
40
|
entry = base.next
|
41
41
|
y << PathUtils.join(path, entry) unless ['.', '..'].include?(entry)
|
data/lib/cfbundle/storage/zip.rb
CHANGED
data/lib/cfbundle/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfbundle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Bachschmidt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: CFPropertyList
|
@@ -88,7 +88,7 @@ dependencies:
|
|
88
88
|
version: 0.15.1
|
89
89
|
description: CFBundle is a module for reading macOS and iOS bundles (including zipped
|
90
90
|
bundles and .ipa files).
|
91
|
-
email:
|
91
|
+
email: hello@h2g.io
|
92
92
|
executables: []
|
93
93
|
extensions: []
|
94
94
|
extra_rdoc_files: []
|