isomorfeus-data 1.0.0.zeta23 → 1.0.0.zeta24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2cd2b8b836a1caecb1314fe98b5e11195d92e974a5fcc31e8df6147eecda3cc5
4
- data.tar.gz: cbbcf525249fce6b0276760b511eabbbb230330cf955371d769f644496b82cd3
3
+ metadata.gz: f7eec406ee97c4b721fbc819f6f63c8f2b653a31bcc6e7faefc5e823727ab75c
4
+ data.tar.gz: c46304828aa6eb267d539e91845a0ab0b0e4035b93221958a4f2bca5468ea942
5
5
  SHA512:
6
- metadata.gz: 260ca6260163307ab8e5a3a3f2e247da76bd3f30cea47a4971b67f92d41170eb1a96c969c1d2ddb8ecde2e574a17f5ccca133f39438af5ab43592b7ed945afbc
7
- data.tar.gz: f00c828e8c8b182c6a3edec439e43b2d5e637d6dcfcb6cfaf5fc0a52ddbaacb078f729d908ffab557d24b92aacc1c8fa9069ae683e49519a147b34525c1dd4bb
6
+ metadata.gz: 83d165e2369bdbadba37e48282de2de23830cead7235c60ce513bb4fc22d1a13a69fdf9f03a04d3ec2adc4c363a287c80fa2d2551548d97dcef29909a7e74e4d
7
+ data.tar.gz: dc4be7cc053adfcabf765671ef86063a9ab2aca43c82e2e4fbb6f4d9a7b322787e467f46da51abf1097fdb1a32bcc5054865d64c8455d6c6928ff4763fc18205
@@ -16,7 +16,7 @@ else
16
16
  require 'oj'
17
17
  require 'active_support'
18
18
  require 'active_support/core_ext/hash'
19
- require 'arango-driver'
19
+ # require 'arango-driver'
20
20
 
21
21
  require 'isomorfeus_data/lucid_data/query_result'
22
22
  require 'isomorfeus_data/lucid_data/array/mixin'
@@ -14,7 +14,6 @@ module Isomorfeus
14
14
  else
15
15
  agent.processed = true
16
16
  if agent.response.key?(:error)
17
- `console.error(#{agent.response[:error].to_n})`
18
17
  Isomorfeus.raise_error(message: agent.response[:error])
19
18
  end
20
19
  Isomorfeus.store.dispatch(type: 'DATA_DESTROY', data: [self.name, key])
@@ -37,7 +36,6 @@ module Isomorfeus
37
36
  else
38
37
  agent.processed = true
39
38
  if agent.response.key?(:error)
40
- `console.error(#{agent.response[:error].to_n})`
41
39
  Isomorfeus.raise_error(message: agent.response[:error])
42
40
  end
43
41
  instance._load_from_store!
@@ -37,7 +37,6 @@ module Isomorfeus
37
37
  else
38
38
  agent.processed = true
39
39
  if agent.response.key?(:error)
40
- `console.error(#{agent.response[:error].to_n})`
41
40
  Isomorfeus.raise_error(message: agent.response[:error])
42
41
  end
43
42
  data = agent.full_response[:data]
@@ -81,7 +80,6 @@ module Isomorfeus
81
80
  else
82
81
  agent.processed = true
83
82
  if agent.response.key?(:error)
84
- `console.error(#{agent.response[:error].to_n})`
85
83
  Isomorfeus.raise_error(message: agent.response[:error])
86
84
  end
87
85
  data = agent.full_response[:data]
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  module Data
3
- VERSION = '1.0.0.zeta23'
3
+ VERSION = '1.0.0.zeta24'
4
4
  end
5
5
  end
@@ -26,7 +26,6 @@ module LucidData
26
26
  else
27
27
  agent.processed = true
28
28
  if agent.response.key?(:error)
29
- `console.error(#{agent.response[:error].to_n})`
30
29
  Isomorfeus.raise_error(message: agent.response[:error])
31
30
  end
32
31
  query_result_instance._load_from_store!
@@ -79,7 +79,6 @@ module LucidStorableObject
79
79
  else
80
80
  agent.processed = true
81
81
  if agent.response.key?(:error)
82
- `console.error(#{agent.response[:error].to_n})`
83
82
  Isomorfeus.raise_error(message: agent.response[:error])
84
83
  end
85
84
  Isomorfeus.store.dispatch(type: 'DATA_LOAD', data: agent.full_response[:data])
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: 1.0.0.zeta23
4
+ version: 1.0.0.zeta24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-22 00:00:00.000000000 Z
11
+ date: 2020-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -86,56 +86,56 @@ dependencies:
86
86
  requirements:
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 16.12.23
89
+ version: 16.13.0
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: 16.12.23
96
+ version: 16.13.0
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: isomorfeus-redux
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 4.0.21
103
+ version: 4.0.22
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 4.0.21
110
+ version: 4.0.22
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: isomorfeus-transport
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 1.0.0.zeta23
117
+ version: 1.0.0.zeta24
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 1.0.0.zeta23
124
+ version: 1.0.0.zeta24
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: isomorfeus
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: 1.0.0.zeta23
131
+ version: 1.0.0.zeta24
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: 1.0.0.zeta23
138
+ version: 1.0.0.zeta24
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: opal-webpack-loader
141
141
  requirement: !ruby/object:Gem::Requirement