airbrake_tools 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- airbrake_tools (1.0.0)
4
+ airbrake_tools (1.0.1)
5
5
  airbrake-api (>= 4.2.2)
6
6
 
7
7
  GEM
data/Readme.md CHANGED
@@ -12,7 +12,7 @@ Install
12
12
  Usage
13
13
  =====
14
14
 
15
- airbrake_tools your-account your-auth-token
15
+ airbrake-tools your-account your-auth-token
16
16
 
17
17
  Output
18
18
  ======
@@ -1,3 +1,3 @@
1
1
  module AirbrakeTools
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
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.0
4
+ version: 1.0.1
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-06-04 00:00:00.000000000 Z
12
+ date: 2013-08-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: airbrake-api
@@ -60,18 +60,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  - - ! '>='
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
- segments:
64
- - 0
65
- hash: 873247243575833967
66
63
  required_rubygems_version: !ruby/object:Gem::Requirement
67
64
  none: false
68
65
  requirements:
69
66
  - - ! '>='
70
67
  - !ruby/object:Gem::Version
71
68
  version: '0'
72
- segments:
73
- - 0
74
- hash: 873247243575833967
75
69
  requirements: []
76
70
  rubyforge_project:
77
71
  rubygems_version: 1.8.23