alistairholt-crack 0.1.4

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: alistairholt-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-07-19 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
+ - .gitignore
27
+ - History
28
+ - LICENSE
29
+ - README.rdoc
30
+ - Rakefile
31
+ - VERSION.yml
32
+ - crack.gemspec
33
+ - lib/crack.rb
34
+ - lib/crack/core_extensions.rb
35
+ - lib/crack/json.rb
36
+ - lib/crack/xml.rb
37
+ - test/crack_test.rb
38
+ - test/data/twittersearch-firefox.json
39
+ - test/data/twittersearch-ie.json
40
+ - test/hash_test.rb
41
+ - test/json_test.rb
42
+ - test/string_test.rb
43
+ - test/test_helper.rb
44
+ - test/xml_test.rb
45
+ has_rdoc: true
46
+ homepage: http://github.com/jnunemaker/crack
47
+ licenses:
48
+ post_install_message:
49
+ rdoc_options:
50
+ - --charset=UTF-8
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ requirements: []
66
+
67
+ rubyforge_project: crack
68
+ rubygems_version: 1.3.5
69
+ signing_key:
70
+ specification_version: 2
71
+ summary: Really simple JSON and XML parsing, ripped from Merb and Rails.
72
+ test_files:
73
+ - test/crack_test.rb
74
+ - test/hash_test.rb
75
+ - test/json_test.rb
76
+ - test/string_test.rb
77
+ - test/test_helper.rb
78
+ - test/xml_test.rb