airbrake_tools 0.0.6 → 0.0.7

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 CHANGED
@@ -4,5 +4,3 @@ gemspec
4
4
  gem "bump"
5
5
  gem "rake"
6
6
  gem "rspec", "~>2"
7
- gem "airbrake-api", ">= 4.2.2"
8
-
data/Gemfile.lock CHANGED
@@ -1,7 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- airbrake_tools (0.0.6)
4
+ airbrake_tools (0.0.7)
5
+ airbrake-api (>= 4.2.2)
5
6
 
6
7
  GEM
7
8
  remote: http://rubygems.org/
@@ -37,7 +38,6 @@ PLATFORMS
37
38
  ruby
38
39
 
39
40
  DEPENDENCIES
40
- airbrake-api (>= 4.2.2)
41
41
  airbrake_tools!
42
42
  bump
43
43
  rake
@@ -10,4 +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
14
  end
@@ -1,3 +1,3 @@
1
1
  module AirbrakeTools
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
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: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-09 00:00:00.000000000 Z
13
- dependencies: []
12
+ date: 2013-01-15 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: airbrake-api
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 4.2.2
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 4.2.2
14
30
  description:
15
31
  email: coaxis@gmail.com
16
32
  executables: