ftw 0.0.21 → 0.0.22

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.
Files changed (3) hide show
  1. data/lib/ftw/agent.rb +1 -1
  2. data/lib/ftw/version.rb +1 -1
  3. metadata +2 -2
data/lib/ftw/agent.rb CHANGED
@@ -77,7 +77,7 @@ class FTW::Agent
77
77
  if default_ca =~ /^jar:file.*!/
78
78
  default_ca.gsub!(/^jar:/, "")
79
79
  end
80
- @certificate_store.add_file(File.join(File.dirname(__FILE__), "cacert.pem"))
80
+ @certificate_store.add_file(default_ca)
81
81
  end
82
82
 
83
83
  # Handle the local user/app trust store as well.
data/lib/ftw/version.rb CHANGED
@@ -3,5 +3,5 @@ require "ftw/namespace"
3
3
  # :nodoc:
4
4
  module FTW
5
5
  # The version of this library
6
- VERSION = "0.0.21"
6
+ VERSION = "0.0.22"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ftw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-27 00:00:00.000000000 Z
12
+ date: 2012-10-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json