CFPropertyList 2.2.6 → 2.2.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/lib/cfpropertylist.rb +2 -2
- data/lib/{rbBinaryCFPropertyList.rb → cfpropertylist/rbBinaryCFPropertyList.rb} +0 -0
- data/lib/{rbCFPlistError.rb → cfpropertylist/rbCFPlistError.rb} +0 -0
- data/lib/{rbCFPropertyList.rb → cfpropertylist/rbCFPropertyList.rb} +0 -0
- data/lib/{rbCFTypes.rb → cfpropertylist/rbCFTypes.rb} +0 -0
- data/lib/{rbLibXMLParser.rb → cfpropertylist/rbLibXMLParser.rb} +0 -0
- data/lib/{rbNokogiriParser.rb → cfpropertylist/rbNokogiriParser.rb} +0 -0
- data/lib/{rbREXMLParser.rb → cfpropertylist/rbREXMLParser.rb} +0 -0
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 231474cbce57560dae7b25644de40d1f37663673
|
|
4
|
+
data.tar.gz: 9f8dfba275d0463e41334bb31554f87e62779f71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a601bfff8427aa0deeddde5df7ae0661664a3b83aacbc526801363d505619c8d127f920f0ef739c88c5e83382ce9b106d7ebdb1be4b89ef2170f1c83f74055a6
|
|
7
|
+
data.tar.gz: fa625c48f0495140e0d271a525b3d5c6c6a58c722a5b33d0f8fcc22b120810da087eac406b229e78d78f1a84c813d7da398396bd35a7bc91aa6ce199d2e2893a
|
data/lib/cfpropertylist.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Kruse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 0.7.0
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.7.0
|
|
27
27
|
description: This is a module to read, write and manipulate both binary and XML property
|
|
@@ -32,15 +32,15 @@ extensions: []
|
|
|
32
32
|
extra_rdoc_files:
|
|
33
33
|
- README
|
|
34
34
|
files:
|
|
35
|
-
- lib/cfpropertylist.rb
|
|
36
|
-
- lib/rbBinaryCFPropertyList.rb
|
|
37
|
-
- lib/rbCFPlistError.rb
|
|
38
|
-
- lib/rbCFPropertyList.rb
|
|
39
|
-
- lib/rbCFTypes.rb
|
|
40
|
-
- lib/rbLibXMLParser.rb
|
|
41
|
-
- lib/rbNokogiriParser.rb
|
|
42
|
-
- lib/rbREXMLParser.rb
|
|
43
35
|
- README
|
|
36
|
+
- lib/cfpropertylist.rb
|
|
37
|
+
- lib/cfpropertylist/rbBinaryCFPropertyList.rb
|
|
38
|
+
- lib/cfpropertylist/rbCFPlistError.rb
|
|
39
|
+
- lib/cfpropertylist/rbCFPropertyList.rb
|
|
40
|
+
- lib/cfpropertylist/rbCFTypes.rb
|
|
41
|
+
- lib/cfpropertylist/rbLibXMLParser.rb
|
|
42
|
+
- lib/cfpropertylist/rbNokogiriParser.rb
|
|
43
|
+
- lib/cfpropertylist/rbREXMLParser.rb
|
|
44
44
|
homepage: http://github.com/ckruse/CFPropertyList
|
|
45
45
|
licenses:
|
|
46
46
|
- MIT
|
|
@@ -51,17 +51,17 @@ require_paths:
|
|
|
51
51
|
- lib
|
|
52
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
|
-
- -
|
|
54
|
+
- - ">="
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '0'
|
|
57
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
requirements: []
|
|
63
63
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 2.
|
|
64
|
+
rubygems_version: 2.2.2
|
|
65
65
|
signing_key:
|
|
66
66
|
specification_version: 4
|
|
67
67
|
summary: Read, write and manipulate both binary and XML property lists as defined
|