isomorfeus-data 2.0.0.rc1 → 2.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -10
  3. data/lib/isomorfeus/data/version.rb +1 -1
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1394418f9a7765f02a9214dbeb633e6a873e6bba5f63d2e51612de04cc581adf
4
- data.tar.gz: ab90990899ce3b0cc1140c8e5cf45d2777a57a74ab8b2161f06a3836749fa7f8
3
+ metadata.gz: 6f7a03be19b730eba0bfe104877cdd3033d69f71a45757c9e95c84f0cda77867
4
+ data.tar.gz: 78541ee96dbf5dfd390d41a2f3ec8188e9bebe7f8c7be47b7314e21304ee6bfa
5
5
  SHA512:
6
- metadata.gz: 642842b79e5630a72a583ff48f96264b68b11bf4c670e02fe9a1243ec801cf751a3ea1ce410912810438021decf3f88c17426deea0e460df6b6c4f100dd1492e
7
- data.tar.gz: 78fc44830ceb7366fa7c77e8fffa6da6cd9a4a12e4936a0738f1c9041ef8738ac095e4b089837a2a8685ffcc67672407b5ef86363f5e6ab5f88670deffa60925
6
+ metadata.gz: 0eab9355cec3b418acad15f757687e12118700b62457b038f5ef4b89e60a8e1727952541be8adb9f66e767d778500a3fb136f2fa8f0754f222a869f7e6272c4a
7
+ data.tar.gz: 9c117359d15cdde8a27494fd98bdf52146dcbc5ba7f66a7cb2f0b44e6d28185f9235289973904d699345e12868a2d3a05d5c92c3f08c7229f1712ab5bd586e3b
data/README.md CHANGED
@@ -2,36 +2,36 @@
2
2
 
3
3
  Data access for Isomorfeus.
4
4
 
5
- *Use Ruby for Graphs! ... and more!*
6
-
7
5
  ### Community and Support
6
+
8
7
  At the [Isomorfeus Framework Project](http://isomorfeus.com)
9
8
 
10
9
  ### Overview
11
10
 
12
11
  Isomorfeus Data provides convenient access to data for the distributed, isomorphic system.
13
12
  Data is available in the same way on clients and server.
14
-
15
13
  Isomorfeus Data supports documents, objects and files.
14
+ Graphs can easily be implemented with objects.
16
15
 
17
16
  ### Core Concepts and Common API
18
17
 
19
- - [Core Concepts](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-data/docs/concepts.md)
20
- - [Common API](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-data/docs/common_api.md)
21
- - [Data Policy](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-data/docs/data_policy.md)
18
+ - [Core Concepts](docs/concepts.md)
19
+ - [Common API](docs/common_api.md)
20
+ - [Data Policy](docs/data_policy.md)
22
21
 
23
22
  ### Available Classes
24
23
 
25
24
  All classes follow the common principles and the common API above.
26
25
 
27
- - [LucidDocument](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-data/docs/data_document.md) - for textual data with fields
28
- - [LucidObject](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-data/docs/data_object.md) - for objects with attributes
29
- - [LucidFile](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-data/docs/data_file.md) - for files like images, pdfs, etc.
30
- - [LucidQuery](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-data/docs/data_query.md) - for isomorphic queries.
26
+ - [LucidDocument](docs/data_document.md) - for textual data with fields
27
+ - [LucidObject](docs/data_object.md) - for objects with attributes
28
+ - [LucidFile](docs/data_file.md) - for files like images, pdfs, etc.
29
+ - [LucidQuery](docs/data_query.md) - for isomorphic queries.
31
30
 
32
31
  ### Storage
33
32
 
34
33
  isomorfeus-data relies on:
34
+
35
35
  - [isomorfeus-ferret](https://github.com/isomorfeus/isomorfeus-ferret) as storage and index for documents
36
36
  - [isomorfeus-hamster](https://github.com/isomorfeus/isomorfeus-hamster) as storage and index for objects
37
37
  - the Filesystem for files
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  module Data
3
- VERSION = '2.0.0.rc1'
3
+ VERSION = '2.0.0.rc2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc1
4
+ version: 2.0.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-05 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 0.13.2
89
+ version: 0.13.3
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 0.13.2
96
+ version: 0.13.3
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: isomorfeus-ferret
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -142,42 +142,42 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: 4.1.8
145
+ version: 4.1.9
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: 4.1.8
152
+ version: 4.1.9
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: isomorfeus-transport
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - '='
158
158
  - !ruby/object:Gem::Version
159
- version: 2.0.0.rc1
159
+ version: 2.0.0.rc2
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - '='
165
165
  - !ruby/object:Gem::Version
166
- version: 2.0.0.rc1
166
+ version: 2.0.0.rc2
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: isomorfeus
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - '='
172
172
  - !ruby/object:Gem::Version
173
- version: 2.0.0.rc1
173
+ version: 2.0.0.rc2
174
174
  type: :development
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - '='
179
179
  - !ruby/object:Gem::Version
180
- version: 2.0.0.rc1
180
+ version: 2.0.0.rc2
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: rake
183
183
  requirement: !ruby/object:Gem::Requirement