sishen-crack 0.1.4

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.
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sishen-crack
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.4
5
+ platform: ruby
6
+ authors:
7
+ - John Nunemaker
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-04-21 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: nunemaker@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README.rdoc
25
+ files:
26
+ - LICENSE
27
+ - README.rdoc
28
+ - Rakefile
29
+ - VERSION.yml
30
+ - lib/crack.rb
31
+ - lib/crack/core_extensions.rb
32
+ - lib/crack/json.rb
33
+ - lib/crack/xml.rb
34
+ - lib/crack/json/backends/yaml.rb
35
+ - lib/crack/json/backends/yajl.rb
36
+ - lib/crack/json/backends/jsongem.rb
37
+ - test/crack_test.rb
38
+ - test/data/twittersearch-firefox.json
39
+ - test/data/twittersearch-ie.json
40
+ - test/json_test.rb
41
+ - test/test_helper.rb
42
+ - test/xml_test.rb
43
+ has_rdoc: true
44
+ homepage: http://github.com/jnunemaker/crack
45
+ licenses:
46
+ post_install_message:
47
+ rdoc_options:
48
+ - --charset=UTF-8
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: "0"
56
+ version:
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: "0"
62
+ version:
63
+ requirements: []
64
+
65
+ rubyforge_project: crack
66
+ rubygems_version: 1.3.5
67
+ signing_key:
68
+ specification_version: 2
69
+ summary: Really simple JSON and XML parsing, ripped from Merb and Rails.
70
+ test_files:
71
+ - test/crack_test.rb
72
+ - test/json_test.rb
73
+ - test/test_helper.rb
74
+ - test/xml_test.rb