ravendb 1.0.0.0.121.20100804
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.
- data/lib/Raven.Client.Lightweight.dll +0 -0
- metadata +88 -0
Binary file
|
metadata
ADDED
@@ -0,0 +1,88 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: ravendb
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 40201619
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
- 0
|
11
|
+
- 121
|
12
|
+
- 20100804
|
13
|
+
version: 1.0.0.0.121.20100804
|
14
|
+
platform: ruby
|
15
|
+
authors:
|
16
|
+
- Ayende Rahien
|
17
|
+
autorequire:
|
18
|
+
bindir: bin
|
19
|
+
cert_chain: []
|
20
|
+
|
21
|
+
date: 2010-08-04 00:00:00 -06:00
|
22
|
+
default_executable:
|
23
|
+
dependencies:
|
24
|
+
- !ruby/object:Gem::Dependency
|
25
|
+
name: json-net
|
26
|
+
prerelease: false
|
27
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - "="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
hash: 104207
|
33
|
+
segments:
|
34
|
+
- 3
|
35
|
+
- 5
|
36
|
+
- 0
|
37
|
+
- 52140
|
38
|
+
version: 3.5.0.52140
|
39
|
+
type: :runtime
|
40
|
+
version_requirements: *id001
|
41
|
+
description: "\t\tRaven is an Open Source (with a commercial option) document database for the .NET/Windows platform. Raven offers a \n\
|
42
|
+
\t\tflexible data model design to fit the needs of real world systems. Raven stores schema-less JSON documents, allow you \n\
|
43
|
+
\t\tto define indexes using Linq queries and focus on low latency and high performance.\n"
|
44
|
+
email: Ayende@ayende.com
|
45
|
+
executables: []
|
46
|
+
|
47
|
+
extensions: []
|
48
|
+
|
49
|
+
extra_rdoc_files: []
|
50
|
+
|
51
|
+
files:
|
52
|
+
- lib/Raven.Client.Lightweight.dll
|
53
|
+
has_rdoc: true
|
54
|
+
homepage: http://ravendb.net/
|
55
|
+
licenses: []
|
56
|
+
|
57
|
+
post_install_message:
|
58
|
+
rdoc_options: []
|
59
|
+
|
60
|
+
require_paths:
|
61
|
+
- lib
|
62
|
+
required_ruby_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
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
72
|
+
none: false
|
73
|
+
requirements:
|
74
|
+
- - ">="
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
hash: 3
|
77
|
+
segments:
|
78
|
+
- 0
|
79
|
+
version: "0"
|
80
|
+
requirements: []
|
81
|
+
|
82
|
+
rubyforge_project: ravendb
|
83
|
+
rubygems_version: 1.3.7
|
84
|
+
signing_key:
|
85
|
+
specification_version: 3
|
86
|
+
summary: Raven is an Open Source (with a commercial option) document database for the .NET/Windows platform.
|
87
|
+
test_files: []
|
88
|
+
|