CFPropertyList 2.2.4 → 2.2.5
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/rbCFPropertyList.rb +3 -6
- 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: 43f7f811eceb634fdfba4f72ed0f392a527deef5
|
|
4
|
+
data.tar.gz: c0b1d2b1f2498420d409a6cb760fdc8584f2cfdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b54f47bce079905efce945dbadb65560189c05e19376fc394133ebbef4967985f25a29f998b2b663dcaec4a2b3ee3ec1e67ded13d2cf043cf1a8faf629b2758c
|
|
7
|
+
data.tar.gz: c5c52d7edd4e0eaf462a85b4e9fdf648a6f517f143e0a46c3d033e7dc8cf77028c30e15aa4c98a9694fa351c36d40ab72f22f5384a05b1808e3ca17e2bbd86a7
|
data/lib/rbCFPropertyList.rb
CHANGED
|
@@ -87,12 +87,9 @@ require dirname + '/rbBinaryCFPropertyList.rb'
|
|
|
87
87
|
|
|
88
88
|
require 'iconv' unless "".respond_to?("encode")
|
|
89
89
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
module Enumerable
|
|
94
|
-
class Enumerator
|
|
95
|
-
end
|
|
90
|
+
# ensure that the module and class exist
|
|
91
|
+
module Enumerable
|
|
92
|
+
class Enumerator
|
|
96
93
|
end
|
|
97
94
|
end
|
|
98
95
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: CFPropertyList
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Kruse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
61
61
|
version: '0'
|
|
62
62
|
requirements: []
|
|
63
63
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 2.
|
|
64
|
+
rubygems_version: 2.1.11
|
|
65
65
|
signing_key:
|
|
66
66
|
specification_version: 4
|
|
67
67
|
summary: Read, write and manipulate both binary and XML property lists as defined
|