papertrail 0.9.15 → 0.9.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96a2c3cc43ed9c786f12b7ae3eed670023acc879
4
- data.tar.gz: 06802ee6a3b010b9d6cf236c16491b6537c5b194
3
+ metadata.gz: f04302fdf1de7c6976eedfb67db14b946dabef70
4
+ data.tar.gz: 16282f57683ca38bab78df8ea8ce0fcefec6f5c6
5
5
  SHA512:
6
- metadata.gz: ef5944bcc5c41bc1a76dec37c6d308e3afe86027d23fe499b9a0d0b63ec58d79d4c38ae6c4edf2c2c731f57fae17bb365ac95db641d8f1fc37cdd326a8c3dd85
7
- data.tar.gz: bb6ebf3bfb8b46ce596a45f16cce0f23700b41663b30e739fecafd4923cd6fc35801861d4c14bcb231eabd34a936a3810523fc7039fd9909e2c6ecd92672123d
6
+ metadata.gz: 349938f8a24a49b42e0243f7db076135455b701672436bbe5db998b790a71357688d74164b4dd2f08599ff3b872e4b01f6db0a66b9de774f4b30ce3777e210d0
7
+ data.tar.gz: 766203717210fb954466d9c6a61c2ba0fcf18ce94337757b5501e4fe4d16a790d984d0c275ae1972f0d72c57643c3fa68d6395c6794c1194af67904cd3871aac
@@ -3,6 +3,6 @@ require 'papertrail/cli'
3
3
 
4
4
  begin
5
5
  Papertrail::Cli.new.run
6
- rescue Interrupt
6
+ rescue Interrupt, Errno::EPIPE
7
7
  exit(0)
8
8
  end
@@ -1,5 +1,5 @@
1
1
  module Papertrail
2
- VERSION = "0.9.15"
2
+ VERSION = "0.9.16"
3
3
  end
4
4
 
5
5
  require 'papertrail/connection'
@@ -13,8 +13,8 @@ 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'
16
- s.version = '0.9.15'
17
- s.date = '2016-01-26'
16
+ s.version = '0.9.16'
17
+ s.date = '2016-05-16'
18
18
  s.rubyforge_project = 'papertrail'
19
19
 
20
20
  ## 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.9.15
4
+ version: 0.9.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Papertrail
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-26 00:00:00.000000000 Z
11
+ date: 2016-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chronic