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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ac483ad299cd7d80407dadd741f0d5b4dc1da182
4
- data.tar.gz: 14f0180c0db3bacab9edd2b29ddc8523e3a06e71
2
+ SHA256:
3
+ metadata.gz: 14a256ce644fcf7319fac7c759b00fdab5ac318d3b529954ccbc141e1a7b972f
4
+ data.tar.gz: e1bd05ee63126fb4b370791ea84191f0f535f417a102852dc1f93fc09579cbac
5
5
  SHA512:
6
- metadata.gz: 32b64d4bf2deb9f397f502df473cd3bbb0a1a39eaa9860e7ae97e5029bf9a1bb896226391e03b353ca80985d24c4870cae2437dde2b7af2d1c5264334e264582
7
- data.tar.gz: 9a7470233dc75824c757ed32b501879d1821ea957dcf1ba45536d102bdce669838a82c719472d5ebdf50ebc33bbd1fc47f00b76af2b90d5d116e6878415a77bd
6
+ metadata.gz: 6ec1355748f974d06364ecb5e69af6eab4c7d73a4848be495516c6625d6f4ceede1b9c184f4f2711b336a4ffde6a436200cf1868b1e7301975ef1ea3abe714bc
7
+ data.tar.gz: 7971683ad61f57dbbfcbd118d46a5926de2a88fdb9e642446e81031ce69e74791979db089e43f371299c2f9ec5d53343c8d55384f7112869b872f0206fb2a5e3
@@ -1,7 +1,7 @@
1
1
  module OpenSSL
2
2
  module Win
3
3
  module Root
4
- VERSION = "1.1.1"
4
+ VERSION = "1.1.2"
5
5
  end
6
6
  end
7
7
  end
@@ -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.exists? File.join x, 'Gemfile'
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.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: 2017-01-01 00:00:00.000000000 Z
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
- rubyforge_project:
102
- rubygems_version: 2.6.7
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
@@ -1,3 +0,0 @@
1
- task :default do
2
- require File.expand_path '../../lib/openssl/win/root', __FILE__
3
- end
data/ext/mkrf_conf.rb DELETED
File without changes