CFPropertyList 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +19 -0
  3. data/THANKS +7 -0
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc33e5b367dbce4a691398d57944021021aef03f
4
- data.tar.gz: 67607311e62f42c8c7db8e41e318342fbb1188a0
3
+ metadata.gz: 5f857097a87917af6bf77650b83d5431e8f60cd3
4
+ data.tar.gz: a9712990ee25c323fc489cc6e024356bc8a5aea7
5
5
  SHA512:
6
- metadata.gz: 22cfa79f7cde0aeaa04896c06dbbe866a9945853903abe3049fc462a60fa7fd031b384d8a1059338d5655a260091fced46909027321b02b0f012d773715b817b
7
- data.tar.gz: 3951e013406ade3ef418b75f188e9c48a0ec49f1dda6eec74fa3f2b3aa722e4f9383ad0b98a4707c3a8f53b587d837a893288c4c74b8a81de563adaf907d3bb7
6
+ metadata.gz: c6373ce6a8ce1022ac08f30b3beeb522606da7989089522197d053a33bafc6874a437273a1af5e816a06d31217492e1ae4980728bfbad7f2d8c236c0f38179d9
7
+ data.tar.gz: 194263a1998776a21a4fe3d87228249d8e3cc0440d08c74806258e49861bce2e1bc185af198685740697acb863821a86dd0a9ae42d7499e76b7aa54c3c50f10b
data/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2010 Christian Kruse, <cjk@wwwtech.de>
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a
4
+ copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+ The above copyright notice and this permission notice shall be included
11
+ in all copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
13
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
15
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
16
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
17
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
18
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19
+
data/THANKS ADDED
@@ -0,0 +1,7 @@
1
+ Special thanks to:
2
+
3
+ Steve Madsen for providing a lot of performance patches and bugfixes!
4
+ Have a look at his Github account: <http://github.com/sjmadsen>
5
+
6
+
7
+
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.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Kruse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-12 00:00:00.000000000 Z
11
+ date: 2015-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -32,7 +32,9 @@ extensions: []
32
32
  extra_rdoc_files:
33
33
  - README
34
34
  files:
35
+ - LICENSE
35
36
  - README
37
+ - THANKS
36
38
  - lib/cfpropertylist.rb
37
39
  - lib/cfpropertylist/rbBinaryCFPropertyList.rb
38
40
  - lib/cfpropertylist/rbCFPlistError.rb