mysql_blob_streaming 2.2.1 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mysql_blob_streaming/version.rb +3 -0
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c1eee5dec3ad336626d9c17c58fb5462e512e3c
|
4
|
+
data.tar.gz: 36d8fb98bca3a6a01014a7464edbec9ca694800f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4438196c341ffcd8b8d883f49723f4c41b12338edfa75164b0dfa4ae9c0d8e03f59525e55197c6be006686b32fbb9e3d6d0ca52ef3d555d30c9907d9f578e557
|
7
|
+
data.tar.gz: 4b0eb48b5fd4a64e9d4a92fc2632021c466c27e8d599898102f15285fce856daba869dc1be89fdec77b94baad97d7bd217d99d2cee5e04c7f0e725cf2333de5b
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mysql_blob_streaming
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Infopark AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mysql2
|
@@ -16,22 +16,22 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.4.4
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 0.
|
22
|
+
version: 0.6.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.4.4
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 0.
|
33
|
-
description:
|
34
|
-
|
32
|
+
version: 0.6.0
|
33
|
+
description: " This GEM is required by the infopark_fiona_connector when using
|
34
|
+
MySQL.\n"
|
35
35
|
email: info@infopark.de
|
36
36
|
executables: []
|
37
37
|
extensions:
|
@@ -43,6 +43,7 @@ files:
|
|
43
43
|
- ext/mysql_blob_streaming/extconf.rb
|
44
44
|
- ext/mysql_blob_streaming/mysql_blob_streaming.c
|
45
45
|
- lib/mysql_blob_streaming.rb
|
46
|
+
- lib/mysql_blob_streaming/version.rb
|
46
47
|
homepage: http://www.infopark.de/
|
47
48
|
licenses:
|
48
49
|
- MIT
|
@@ -66,8 +67,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
67
|
requirements:
|
67
68
|
- infopark_fiona_connector
|
68
69
|
rubyforge_project:
|
69
|
-
rubygems_version: 2.
|
70
|
+
rubygems_version: 2.6.13
|
70
71
|
signing_key:
|
71
72
|
specification_version: 4
|
72
73
|
summary: A blob streaming extension for the native Ruby-MySQL2 adapter
|
73
74
|
test_files: []
|
75
|
+
has_rdoc: true
|