papertrail 0.11.1 → 0.11.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
2
  SHA256:
3
- metadata.gz: ffe54b3afcb866c1d80ccadf5deff840bbc2d8e9fb851ec2054f0869160eb565
4
- data.tar.gz: 13e987776d80aedee04422b2490a09123e2045bdc0a220069931a2047e354009
3
+ metadata.gz: e47ae7a251a62299dac9362dac999348a7c04a4dde2a1583c56984cff19bf8ae
4
+ data.tar.gz: c723010a69cc0a7c505cf6c08e35b2b9ecf06315103c4d54d746d1e7fbc1297b
5
5
  SHA512:
6
- metadata.gz: 13122c148a5417fe71ab68baf78c689ed52178d7c5176b7d194684167f0d1a95ada468666bef37d8a5bf3dccedacbaab93e5c40d44642af2f670b1f7580ddd8c
7
- data.tar.gz: e5afab539b26cc93d45d3d44da399efa4d3547f2071451f5c765cdff093e4a212338b20c26ae402cee521e7158f27792cd26558dd07a3305b5f5bb59ea532bc3
6
+ metadata.gz: 7b905214677ed2ec957d71fee883c1bd50118f4855ccc4b3d29acbc3d3fc90c1f5b6d302660704b100f049ad039a0db88e75c99c2a3779d8e280cba74bd393a6
7
+ data.tar.gz: 548d2f5898ddc50309d491b8e5e0f8c746edcc0ce40f249b693332ad38ab47482bde90450abf6b353dffa80c7ba136e2495dc6c8c62a3c5cf1aef48df92d3303
@@ -1,10 +1,10 @@
1
1
  module Papertrail
2
2
  module CliHelpers
3
3
  def find_configfile
4
- if File.exists?(path = File.expand_path('.papertrail.yml'))
4
+ if File.exist?(path = File.expand_path('.papertrail.yml'))
5
5
  return path
6
6
  end
7
- if File.exists?(path = File.expand_path('~/.papertrail.yml'))
7
+ if File.exist?(path = File.expand_path('~/.papertrail.yml'))
8
8
  return path
9
9
  end
10
10
  rescue ArgumentError
data/lib/papertrail.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Papertrail
2
- VERSION = '0.11.1'
2
+ VERSION = '0.11.2'
3
3
  end
4
4
 
5
5
  require 'papertrail/connection'
data/papertrail.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  ## If your rubyforge_project name is different, then edit it and comment out
10
10
  ## the sub! line in the Rakefile
11
11
  s.name = 'papertrail'
12
- s.version = '0.11.1'
13
- s.date = '2021-05-27'
12
+ s.version = '0.11.2'
13
+ s.date = '2023-05-24'
14
14
  s.rubyforge_project = 'papertrail'
15
15
 
16
16
  ## Make sure your summary is short. The description may be as long
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: papertrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Papertrail
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-27 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chronic
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  - !ruby/object:Gem::Version
202
202
  version: '0'
203
203
  requirements: []
204
- rubygems_version: 3.1.6
204
+ rubygems_version: 3.4.10
205
205
  signing_key:
206
206
  specification_version: 2
207
207
  summary: Command-line client for Papertrail hosted log management service.