json-net 3.5.0.52140

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,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: json-net
3
+ version: !ruby/object:Gem::Version
4
+ hash: 104207
5
+ prerelease: false
6
+ segments:
7
+ - 3
8
+ - 5
9
+ - 0
10
+ - 52140
11
+ version: 3.5.0.52140
12
+ platform: ruby
13
+ authors:
14
+ - James Newton-King
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-08-03 00:00:00 +02:00
20
+ default_executable:
21
+ dependencies: []
22
+
23
+ description: |
24
+ The Json.NET library makes working with JavaScript and JSON formatted data in .NET simple.
25
+ Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET objects with a single method call using the JsonSerializer.
26
+
27
+ email:
28
+ executables: []
29
+
30
+ extensions: []
31
+
32
+ extra_rdoc_files: []
33
+
34
+ files:
35
+ - lib/DotNet/Newtonsoft.Json.dll
36
+ - lib/DotNet/Newtonsoft.Json.pdb
37
+ - lib/DotNet/Newtonsoft.Json.xml
38
+ - lib/DotNet20/Newtonsoft.Json.Net20.dll
39
+ - lib/DotNet20/Newtonsoft.Json.Net20.pdb
40
+ - lib/DotNet20/Newtonsoft.Json.Net20.xml
41
+ - lib/Silverlight/Newtonsoft.Json.Silverlight.dll
42
+ - lib/Silverlight/Newtonsoft.Json.Silverlight.pdb
43
+ - lib/Silverlight/Newtonsoft.Json.Silverlight.xml
44
+ has_rdoc: true
45
+ homepage: http://james.newtonking.com/projects/json-net.aspx
46
+ licenses: []
47
+
48
+ post_install_message:
49
+ rdoc_options: []
50
+
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ hash: 3
59
+ segments:
60
+ - 0
61
+ version: "0"
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ none: false
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ hash: 3
68
+ segments:
69
+ - 0
70
+ version: "0"
71
+ requirements: []
72
+
73
+ rubyforge_project: json-net
74
+ rubygems_version: 1.3.7
75
+ signing_key:
76
+ specification_version: 3
77
+ summary: Makes working with JavaScript and JSON formatted data in .NET simple.
78
+ test_files: []
79
+