arangorb3 0.0.10 → 0.0.11
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.
- checksums.yaml +4 -4
- data/ArangoRB.gemspec +2 -2
- metadata +4 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3636dc160bf0d2def7a52196e449b00e15b224c976450796b66825a15bcc8630
|
4
|
+
data.tar.gz: b0c528ce9864f884ede46510019aa3585dfdc33dedc9af18fb84a86fb9c6ce62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d932b1f9f74c1a60c2befb9d42bf93927200102f8275c898a7f07e3a9e3c881feca4a45acda76bfcfaae158c1152cbbef9a4c65b5bad80903a7f77447f58ba9
|
7
|
+
data.tar.gz: 30e1fb2d0b4f3b5b9e8089fcf94540c04d5bc21ffe453ac3e38a4301f36ec78d898ca2908f3e9bf752386d766ce3e3757da269d2326df36ce188a4af332ed550
|
data/ArangoRB.gemspec
CHANGED
@@ -4,7 +4,7 @@ require "rake"
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = 'arangorb3'
|
7
|
-
s.version = '0.0.
|
7
|
+
s.version = '0.0.11'
|
8
8
|
s.authors = ['Vishal Singh']
|
9
9
|
s.email = ['vishalpundir49@gmail.com']
|
10
10
|
s.homepage = 'https://github.com/vishalsingh123/ArangoRB'
|
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.files = FileList['lib/**/*', 'ArangoRB.gemspec', 'Gemfile', 'LICENSE', 'README.md'].to_a
|
17
17
|
s.add_dependency 'httparty', '~> 0.14', '>= 0.14.0'
|
18
18
|
s.add_dependency 'oj', '~> 3.6.11', '>= 3.6.11'
|
19
|
-
s.add_dependency 'connection_pool', '~> 2.2.2'
|
19
|
+
s.add_dependency 'connection_pool', '~> 2.2.2'
|
20
20
|
s.required_ruby_version = '>= 2.5', '< 3.3'
|
21
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arangorb3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vishal Singh
|
@@ -57,15 +57,6 @@ dependencies:
|
|
57
57
|
- - "~>"
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: 2.2.2
|
60
|
-
- - ">="
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: 2.2.2
|
63
|
-
- - ">="
|
64
|
-
- !ruby/object:Gem::Version
|
65
|
-
version: '2.5'
|
66
|
-
- - "<"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '3.3'
|
69
60
|
type: :runtime
|
70
61
|
prerelease: false
|
71
62
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -73,15 +64,6 @@ dependencies:
|
|
73
64
|
- - "~>"
|
74
65
|
- !ruby/object:Gem::Version
|
75
66
|
version: 2.2.2
|
76
|
-
- - ">="
|
77
|
-
- !ruby/object:Gem::Version
|
78
|
-
version: 2.2.2
|
79
|
-
- - ">="
|
80
|
-
- !ruby/object:Gem::Version
|
81
|
-
version: '2.5'
|
82
|
-
- - "<"
|
83
|
-
- !ruby/object:Gem::Version
|
84
|
-
version: '3.3'
|
85
67
|
description: Ruby driver for ArangoDB's HTTP API
|
86
68
|
email:
|
87
69
|
- vishalpundir49@gmail.com
|
@@ -129,6 +111,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
111
|
- - ">="
|
130
112
|
- !ruby/object:Gem::Version
|
131
113
|
version: '2.5'
|
114
|
+
- - "<"
|
115
|
+
- !ruby/object:Gem::Version
|
116
|
+
version: '3.3'
|
132
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
118
|
requirements:
|
134
119
|
- - ">="
|