papertrail-cli 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
data/bin/papertrail CHANGED
@@ -81,4 +81,8 @@ EOF
81
81
  end
82
82
  end
83
83
 
84
- PapertrailSearch.new.run
84
+ begin
85
+ PapertrailSearch.new.run
86
+ rescue Interrupt
87
+ exit(0)
88
+ end
@@ -1,5 +1,5 @@
1
1
  module PapertrailCli
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
4
4
 
5
5
  require 'papertrail/search_client'
@@ -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-cli'
16
- s.version = '0.8.0'
17
- s.date = '2011-11-07'
16
+ s.version = '0.8.1'
17
+ s.date = '2011-11-10'
18
18
  s.rubyforge_project = 'papertrail-cli'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 0
9
- version: 0.8.0
8
+ - 1
9
+ version: 0.8.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Papertrail
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-11-07 00:00:00 -08:00
17
+ date: 2011-11-10 00:00:00 -08:00
18
18
  default_executable: papertrail
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency