crack-without-safe_yaml 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: crack-without-safe_yaml
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.3
5
+ platform: ruby
6
+ authors:
7
+ - John Nunemaker
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-06-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Really simple JSON and XML parsing, ripped from Merb and Rails.
14
+ email:
15
+ - nunemaker@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".gitignore"
21
+ - ".travis.yml"
22
+ - Gemfile
23
+ - History
24
+ - LICENSE
25
+ - README.md
26
+ - crack.gemspec
27
+ - lib/crack.rb
28
+ - lib/crack/json.rb
29
+ - lib/crack/util.rb
30
+ - lib/crack/version.rb
31
+ - lib/crack/xml.rb
32
+ - script/bootstrap
33
+ - script/release
34
+ - script/test
35
+ - test/data/large_dataset.json
36
+ - test/data/twittersearch-firefox.json
37
+ - test/data/twittersearch-ie.json
38
+ - test/hash_test.rb
39
+ - test/json_test.rb
40
+ - test/parser_test.rb
41
+ - test/string_test.rb
42
+ - test/test_helper.rb
43
+ - test/xml_test.rb
44
+ homepage: http://github.com/jnunemaker/crack
45
+ licenses:
46
+ - MIT
47
+ metadata: {}
48
+ post_install_message:
49
+ rdoc_options: []
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubyforge_project:
64
+ rubygems_version: 2.4.8
65
+ signing_key:
66
+ specification_version: 4
67
+ summary: Really simple JSON and XML parsing, ripped from Merb and Rails.
68
+ test_files:
69
+ - test/data/large_dataset.json
70
+ - test/data/twittersearch-firefox.json
71
+ - test/data/twittersearch-ie.json
72
+ - test/hash_test.rb
73
+ - test/json_test.rb
74
+ - test/parser_test.rb
75
+ - test/string_test.rb
76
+ - test/test_helper.rb
77
+ - test/xml_test.rb
78
+ has_rdoc: