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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b30ded110bd85f7a8eafc9eee366c2211abb773
4
- data.tar.gz: a1ca98c9eaad54639d28b28abd6816324d2add22
3
+ metadata.gz: 231474cbce57560dae7b25644de40d1f37663673
4
+ data.tar.gz: 9f8dfba275d0463e41334bb31554f87e62779f71
5
5
  SHA512:
6
- metadata.gz: cd3e1eed9eadc6ea992ebc2b3ea11416de40ca79737816900a7178b9225083dae04152c28e6978e8719beaca57860fbf7b3058945467da00320e0d9f12d8f573
7
- data.tar.gz: 3cc180505495070909a90b443984fd464263a21691fc3d26f2478adccb77a95752b17983b60487d62d23d1e88f55ada78a8b279aa502dea417fe6026dc7c1949
6
+ metadata.gz: a601bfff8427aa0deeddde5df7ae0661664a3b83aacbc526801363d505619c8d127f920f0ef739c88c5e83382ce9b106d7ebdb1be4b89ef2170f1c83f74055a6
7
+ data.tar.gz: fa625c48f0495140e0d271a525b3d5c6c6a58c722a5b33d0f8fcc22b120810da087eac406b229e78d78f1a84c813d7da398396bd35a7bc91aa6ce199d2e2893a
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- require File.dirname(__FILE__) + '/rbCFPropertyList.rb'
3
+ require 'cfpropertylist/rbCFPropertyList'
4
4
 
5
5
 
6
- # eof
6
+ # eof
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.6
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: 2013-12-30 00:00:00.000000000 Z
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.0.3
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