airbrake_tools 1.0.1 → 1.0.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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- airbrake_tools (1.0.1)
4
+ airbrake_tools (1.0.2)
5
5
  airbrake-api (>= 4.2.2)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module AirbrakeTools
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -13,6 +13,15 @@ module AirbrakeTools
13
13
  :clear => "\e[0m"
14
14
  }
15
15
 
16
+ # TODO remove once this is merged + dependency bumped
17
+ # https://github.com/spagalloco/airbrake-api/pull/33
18
+ begin
19
+ old, $VERBOSE = nil, $VERBOSE
20
+ ::AirbrakeAPI::Client::PER_PAGE = 20
21
+ ensure
22
+ $VERBOSE = old
23
+ end
24
+
16
25
  class << self
17
26
  def cli(argv)
18
27
  options = extract_options(argv)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airbrake_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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: 2013-08-19 00:00:00.000000000 Z
12
+ date: 2013-10-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: airbrake-api