mypki 4.0.0 → 4.0.1
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/lib/mypki/jruby/jline-2.14.1.jar +0 -0
- data/lib/mypki/prompters/jruby.rb +4 -4
- data/lib/mypki/version.rb +1 -1
- data/mypki.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e5473e6b119d9b464c0857f924e8704b2bc9750
|
|
4
|
+
data.tar.gz: 569ae188eae4479e9257eecb07a4c9e2a6ed25f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07f10db8358b21bbcc6b9363dc460610ff0ebe25155004794e4cad0f99f6eaf6a035600f2eca04f24a3bc1308815c3f7c1a4323f2e91014cfcae3d224f9bd92b
|
|
7
|
+
data.tar.gz: aae22de3acb8143cba602e64caaf0df5fc0977e97c2d010330c4c67a3029e33a261aa11bbdc5875810ceaf6ad6067ec1e6c96109b1d3e8e53a0619551ecbf043
|
|
Binary file
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
require 'mypki/prompters/
|
|
2
|
-
require 'mypki/jruby/jline-2.
|
|
1
|
+
require 'mypki/prompters/cli'
|
|
2
|
+
require 'mypki/jruby/jline-2.14.1.jar'
|
|
3
3
|
java_import 'jline.console.ConsoleReader'
|
|
4
4
|
|
|
5
5
|
module MyPKI
|
|
6
6
|
module Prompter
|
|
7
|
-
class JRubyPrompter <
|
|
7
|
+
class JRubyPrompter < CommandLinePrompter
|
|
8
8
|
def pass_prompt prompt
|
|
9
|
-
ConsoleReader.new.read_line
|
|
9
|
+
ConsoleReader.new.read_line(prompt, ' '.ord)
|
|
10
10
|
end
|
|
11
11
|
end
|
|
12
12
|
end
|
data/lib/mypki/version.rb
CHANGED
data/mypki.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{PKI-enable Ruby}
|
|
13
13
|
spec.description = %q{PKI-enables Ruby's OpenSSL libraries, which PKI-enables most libraries and gems written in Ruby.}
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/kylekyle/mypki"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
17
|
spec.bindir = "exe"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mypki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle King
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|
|
@@ -145,6 +145,7 @@ files:
|
|
|
145
145
|
- lib/mypki/configuration.rb
|
|
146
146
|
- lib/mypki/core.rb
|
|
147
147
|
- lib/mypki/jruby.rb
|
|
148
|
+
- lib/mypki/jruby/jline-2.14.1.jar
|
|
148
149
|
- lib/mypki/loaders/ca.rb
|
|
149
150
|
- lib/mypki/loaders/p12.rb
|
|
150
151
|
- lib/mypki/loaders/pem.rb
|
|
@@ -155,7 +156,7 @@ files:
|
|
|
155
156
|
- lib/mypki/prompters/jruby.rb
|
|
156
157
|
- lib/mypki/version.rb
|
|
157
158
|
- mypki.gemspec
|
|
158
|
-
homepage: https://github.com/
|
|
159
|
+
homepage: https://github.com/kylekyle/mypki
|
|
159
160
|
licenses: []
|
|
160
161
|
metadata: {}
|
|
161
162
|
post_install_message:
|
|
@@ -174,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
174
175
|
version: '0'
|
|
175
176
|
requirements: []
|
|
176
177
|
rubyforge_project:
|
|
177
|
-
rubygems_version: 2.4
|
|
178
|
+
rubygems_version: 2.6.4
|
|
178
179
|
signing_key:
|
|
179
180
|
specification_version: 4
|
|
180
181
|
summary: PKI-enable Ruby
|