jruby-pageant 1.1.0-java → 1.1.1-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib-java/jruby_pageant.rb +3 -3
  2. metadata +9 -15
@@ -4,8 +4,8 @@ require 'java'
4
4
  dir = File.dirname(__FILE__) + '/../ext'
5
5
  require "#{dir}/jna.jar"
6
6
  require "#{dir}/platform.jar"
7
- require "#{dir}/jsch-agent-proxy-0.0.2.jar"
8
- require "#{dir}/jsch-agent-proxy-pageant-0.0.2.jar"
7
+ require "#{dir}/jsch-agent-proxy-0.0.3.jar"
8
+ require "#{dir}/jsch-agent-proxy-pageant-0.0.3.jar"
9
9
 
10
10
  module JRubyPageant
11
11
  java_import com.jcraft.jsch.agentproxy.AgentProxy
@@ -16,4 +16,4 @@ module JRubyPageant
16
16
  def self.create
17
17
  AgentProxy.new(PageantConnector.new)
18
18
  end
19
- end
19
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jruby-pageant
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.1.1
6
6
  platform: java
7
7
  authors:
8
8
  - Artūras Šlajus
@@ -18,16 +18,11 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - !binary |-
22
- ZXh0L2puYS5qYXI=
23
- - !binary |-
24
- ZXh0L2pzY2gtYWdlbnQtcHJveHktcGFnZWFudC0wLjAuMy5qYXI=
25
- - !binary |-
26
- ZXh0L3BsYXRmb3JtLmphcg==
27
- - !binary |-
28
- ZXh0L2pzY2gtYWdlbnQtcHJveHktMC4wLjMuamFy
29
- - !binary |-
30
- bGliLWphdmEvanJ1YnlfcGFnZWFudC5yYg==
21
+ - ext/jna.jar
22
+ - ext/jsch-agent-proxy-pageant-0.0.3.jar
23
+ - ext/platform.jar
24
+ - ext/jsch-agent-proxy-0.0.3.jar
25
+ - lib-java/jruby_pageant.rb
31
26
  homepage: http://github.com/arturaz/jruby-pageant
32
27
  licenses: []
33
28
  post_install_message:
@@ -38,15 +33,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
38
33
  requirements:
39
34
  - - ! '>='
40
35
  - !ruby/object:Gem::Version
41
- version: !binary |-
42
- MA==
36
+ version: '0'
43
37
  none: false
44
38
  required_rubygems_version: !ruby/object:Gem::Requirement
45
39
  requirements:
46
40
  - - ! '>='
47
41
  - !ruby/object:Gem::Version
48
- version: !binary |-
49
- MA==
42
+ version: '0'
50
43
  none: false
51
44
  requirements: []
52
45
  rubyforge_project:
@@ -55,3 +48,4 @@ signing_key:
55
48
  specification_version: 3
56
49
  summary: jruby-pageant allows Pageant access on JRuby + Windows
57
50
  test_files: []
51
+ ...