safe_yaml 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGES.md +8 -3
- data/lib/safe_yaml/version.rb +1 -1
- metadata +7 -9
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 8e55d5619e0fb2c1a1e958e26e649b6d9d6791a3
|
4
|
+
data.tar.gz: fa788dcc6987cd96121f0a86c16259fa93190fd8
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ed8fb12f633219518a56774fc91efa7cd452dec771f4e16b1483d038dd768d53c749e1e241b81d20f474c619cfc4ba7fb92a041907f83d4888b71967d946ebc0
|
7
|
+
data.tar.gz: 2d3c97331b122aea731c23c8219ec20b94928897b1f4a983bf857fdc67b58b2a4202a90f07fb609f2572a7506f08b86eb6d44fd6ed1a6f1cd575a19a4eb13c8a
|
data/CHANGES.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.5
|
2
2
|
-----
|
3
3
|
|
4
|
+
- fixed permissions AGAIN
|
5
|
+
|
6
|
+
0.9.4 (yanked)
|
7
|
+
--------------
|
8
|
+
|
4
9
|
- corrected handling of symbols
|
5
10
|
|
6
11
|
0.9.3
|
@@ -8,8 +13,8 @@
|
|
8
13
|
|
9
14
|
- fixed permissions :(
|
10
15
|
|
11
|
-
0.9.2
|
12
|
-
|
16
|
+
0.9.2 (yanked)
|
17
|
+
--------------
|
13
18
|
|
14
19
|
- fixed error w/ parsing "!" when whitelisting tags
|
15
20
|
- fixed parsing of the number 0 (d'oh!)
|
data/lib/safe_yaml/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: safe_yaml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
5
|
-
prerelease:
|
4
|
+
version: 0.9.5
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Dan Tao
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-07
|
11
|
+
date: 2013-08-07 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: Parse YAML safely, without that pesky arbitrary object deserialization
|
15
14
|
vulnerability
|
@@ -64,27 +63,26 @@ files:
|
|
64
63
|
homepage: http://dtao.github.com/safe_yaml/
|
65
64
|
licenses:
|
66
65
|
- MIT
|
66
|
+
metadata: {}
|
67
67
|
post_install_message:
|
68
68
|
rdoc_options: []
|
69
69
|
require_paths:
|
70
70
|
- lib
|
71
71
|
required_ruby_version: !ruby/object:Gem::Requirement
|
72
|
-
none: false
|
73
72
|
requirements:
|
74
|
-
- -
|
73
|
+
- - '>='
|
75
74
|
- !ruby/object:Gem::Version
|
76
75
|
version: 1.8.7
|
77
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
78
|
-
none: false
|
79
77
|
requirements:
|
80
|
-
- -
|
78
|
+
- - '>='
|
81
79
|
- !ruby/object:Gem::Version
|
82
80
|
version: '0'
|
83
81
|
requirements: []
|
84
82
|
rubyforge_project:
|
85
|
-
rubygems_version:
|
83
|
+
rubygems_version: 2.0.6
|
86
84
|
signing_key:
|
87
|
-
specification_version:
|
85
|
+
specification_version: 4
|
88
86
|
summary: SameYAML provides an alternative implementation of YAML.load suitable for
|
89
87
|
accepting user input in Ruby applications.
|
90
88
|
test_files:
|