papertrail-cli 0.6.0 → 0.6.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.
@@ -16,7 +16,7 @@ module Papertrail
16
16
  #
17
17
  # From: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/396818
18
18
  # "[OpenSSL] does not presume to select a set of CAs by default."
19
- if File.directory?('/etc/ssl/certs/ca-certificates.crt')
19
+ if File.file?('/etc/ssl/certs/ca-certificates.crt')
20
20
  ssl_options[:ca_file] = '/etc/ssl/certs/ca-certificates.crt'
21
21
  end
22
22
 
@@ -1,5 +1,5 @@
1
1
  module PapertrailCli
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
4
4
 
5
5
  require 'papertrail/search_client'
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'papertrail-cli'
16
- s.version = '0.6.0'
16
+ s.version = '0.6.1'
17
17
  s.date = '2011-06-02'
18
18
  s.rubyforge_project = 'papertrail-cli'
19
19
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: papertrail-cli
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 0
10
- version: 0.6.0
9
+ - 1
10
+ version: 0.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Papertrail