airbrake_tools 1.0.2 → 1.0.3

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,29 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- airbrake_tools (1.0.2)
5
- airbrake-api (>= 4.2.2)
4
+ airbrake_tools (1.0.3)
5
+ airbrake-api (>= 4.5.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- airbrake-api (4.2.2)
11
- faraday_middleware (~> 0.8)
10
+ airbrake-api (4.5.1)
11
+ faraday_middleware
12
12
  hashie
13
- mash
14
13
  multi_xml
15
- parallel (~> 0.5.0)
14
+ parallel
16
15
  bump (0.3.8)
17
16
  diff-lcs (1.1.3)
18
- faraday (0.8.4)
19
- multipart-post (~> 1.1)
17
+ faraday (0.8.8)
18
+ multipart-post (~> 1.2.0)
20
19
  faraday_middleware (0.9.0)
21
20
  faraday (>= 0.7.4, < 0.9)
22
- hashie (1.2.0)
23
- mash (0.1.1)
24
- multi_xml (0.5.1)
25
- multipart-post (1.1.5)
26
- parallel (0.5.19)
21
+ hashie (2.0.5)
22
+ multi_xml (0.5.5)
23
+ multipart-post (1.2.0)
24
+ parallel (0.9.0)
27
25
  rake (0.9.2.2)
28
26
  rspec (2.11.0)
29
27
  rspec-core (~> 2.11.0)
@@ -10,5 +10,5 @@ Gem::Specification.new name, AirbrakeTools::VERSION do |s|
10
10
  s.files = `git ls-files`.split("\n")
11
11
  s.license = "MIT"
12
12
  s.executables = ["airbrake-tools"]
13
- s.add_runtime_dependency "airbrake-api", ">= 4.2.2"
13
+ s.add_runtime_dependency "airbrake-api", ">= 4.5.1"
14
14
  end
@@ -13,15 +13,6 @@ 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
-
25
16
  class << self
26
17
  def cli(argv)
27
18
  options = extract_options(argv)
@@ -1,3 +1,3 @@
1
1
  module AirbrakeTools
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 4.2.2
21
+ version: 4.5.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 4.2.2
29
+ version: 4.5.1
30
30
  description:
31
31
  email: coaxis@gmail.com
32
32
  executables: