openssl-win-root 1.1.1 → 1.1.2
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 +5 -5
- data/lib/openssl/win/root/version.rb +1 -1
- data/lib/openssl/win/root.rb +1 -1
- metadata +7 -11
- data/ext/Rakefile +0 -3
- data/ext/mkrf_conf.rb +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 14a256ce644fcf7319fac7c759b00fdab5ac318d3b529954ccbc141e1a7b972f
|
|
4
|
+
data.tar.gz: e1bd05ee63126fb4b370791ea84191f0f535f417a102852dc1f93fc09579cbac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ec1355748f974d06364ecb5e69af6eab4c7d73a4848be495516c6625d6f4ceede1b9c184f4f2711b336a4ffde6a436200cf1868b1e7301975ef1ea3abe714bc
|
|
7
|
+
data.tar.gz: 7971683ad61f57dbbfcbd118d46a5926de2a88fdb9e642446e81031ce69e74791979db089e43f371299c2f9ec5d53343c8d55384f7112869b872f0206fb2a5e3
|
data/lib/openssl/win/root.rb
CHANGED
|
@@ -44,7 +44,7 @@ module OpenSSL::Win::Root
|
|
|
44
44
|
def self.path
|
|
45
45
|
return @path if @path
|
|
46
46
|
x = File.expand_path '..', __FILE__
|
|
47
|
-
x = File.dirname x until File.
|
|
47
|
+
x = File.dirname x until File.exist? File.join x, 'Gemfile'
|
|
48
48
|
x = File.join x, 'pem'
|
|
49
49
|
FileUtils.mkdir_p x
|
|
50
50
|
@path = x
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openssl-win-root
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stas Ukolov
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -70,20 +70,17 @@ description: Fetch Root CA certificates from Windows system store
|
|
|
70
70
|
email:
|
|
71
71
|
- ukoloff@gmail.com
|
|
72
72
|
executables: []
|
|
73
|
-
extensions:
|
|
74
|
-
- ext/mkrf_conf.rb
|
|
73
|
+
extensions: []
|
|
75
74
|
extra_rdoc_files: []
|
|
76
75
|
files:
|
|
77
76
|
- Gemfile
|
|
78
|
-
- ext/Rakefile
|
|
79
|
-
- ext/mkrf_conf.rb
|
|
80
77
|
- lib/openssl/win/root.rb
|
|
81
78
|
- lib/openssl/win/root/version.rb
|
|
82
79
|
homepage: https://github.com/ukoloff/openssl-win-root
|
|
83
80
|
licenses:
|
|
84
81
|
- MIT
|
|
85
82
|
metadata: {}
|
|
86
|
-
post_install_message:
|
|
83
|
+
post_install_message:
|
|
87
84
|
rdoc_options: []
|
|
88
85
|
require_paths:
|
|
89
86
|
- lib
|
|
@@ -98,9 +95,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
95
|
- !ruby/object:Gem::Version
|
|
99
96
|
version: '0'
|
|
100
97
|
requirements: []
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
signing_key:
|
|
98
|
+
rubygems_version: 3.4.2
|
|
99
|
+
signing_key:
|
|
104
100
|
specification_version: 4
|
|
105
101
|
summary: ''
|
|
106
102
|
test_files: []
|
data/ext/Rakefile
DELETED
data/ext/mkrf_conf.rb
DELETED
|
File without changes
|