mongo_kerberos 1.12.0.rc1-java → 1.12.0.rc2-java
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/VERSION +1 -1
- metadata +7 -7
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 982fa70a59e746138dea4e3cc90fa3937982001c
|
4
|
+
data.tar.gz: fb3ff59d8545baaaefa232f5ee3fd4bc661d6954
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0bcd62199a9101e5da72a9ae382f0e43f0e77f701d40e0f71eac58e02a0277790d36b6b5645e7240ef400f96607e57b5d47e77333710f499e3313344ffda246
|
7
|
+
data.tar.gz: 1a9d982abce500b006e4d134cfd7522771276327e38bf3a2dcb7073f6baf02b1d1f82cfaa626128b421f672276dd65d716d67aa30418211a1894283dc49e4d91
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.12.0.
|
1
|
+
1.12.0.rc2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongo_kerberos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.12.0.
|
4
|
+
version: 1.12.0.rc2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Emily Stolfo
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
31
31
|
JrZM8w8wGbIOeLtoQqa7HB/jOYbTahH7KMNh2LHAbOR93hNIJxVRa4iwxiMQ75tN
|
32
32
|
9WUIAJ4AEtjwRg1Bz0OwDo3aucPCBpx77+/FWhv7JYY=
|
33
33
|
-----END CERTIFICATE-----
|
34
|
-
date: 2014-12-
|
34
|
+
date: 2014-12-19 00:00:00.000000000 Z
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: mongo
|
@@ -39,12 +39,12 @@ dependencies:
|
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 1.12.0.
|
42
|
+
version: 1.12.0.rc2
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 1.12.0.
|
47
|
+
version: 1.12.0.rc2
|
48
48
|
prerelease: false
|
49
49
|
type: :runtime
|
50
50
|
description: Adds kerberos authentication via libsasl to the MongoDB Ruby Driver on MRI and JRuby
|
@@ -53,13 +53,13 @@ executables: []
|
|
53
53
|
extensions: []
|
54
54
|
extra_rdoc_files: []
|
55
55
|
files:
|
56
|
+
- mongo_kerberos.gemspec
|
56
57
|
- LICENSE
|
57
58
|
- VERSION
|
58
|
-
- ext/jsasl/target/jsasl.jar
|
59
59
|
- lib/mongo_kerberos.rb
|
60
60
|
- lib/mongo_kerberos/sasl_c.rb
|
61
61
|
- lib/mongo_kerberos/sasl_java.rb
|
62
|
-
-
|
62
|
+
- ext/jsasl/target/jsasl.jar
|
63
63
|
homepage: http://www.mongodb.org
|
64
64
|
licenses:
|
65
65
|
- Apache License Version 2.0
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
version: 1.3.1
|
81
81
|
requirements: []
|
82
82
|
rubyforge_project: mongo_kerberos
|
83
|
-
rubygems_version: 2.
|
83
|
+
rubygems_version: 2.1.9
|
84
84
|
signing_key:
|
85
85
|
specification_version: 4
|
86
86
|
summary: Kerberos authentication support for the MongoDB Ruby driver
|
metadata.gz.sig
CHANGED
Binary file
|