failbot_rails 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/failbot_rails.gemspec +2 -2
  2. metadata +4 -4
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "failbot_rails"
5
- s.version = "0.3.3"
5
+ s.version = "0.3.4"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = %w[@sr]
8
8
  s.email = ["sr@github.com"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
 
13
13
  s.required_rubygems_version = ">= 1.3.6"
14
14
 
15
- s.add_runtime_dependency "failbot", "~>0.9.1"
15
+ s.add_runtime_dependency "failbot", "~>0.9.2"
16
16
 
17
17
  s.files = `git ls-files`.split("\n") - %w[Gemfile Gemfile.lock]
18
18
  s.test_files = `git ls-files -- test`.split("\n").select { |f| f =~ /_test.rb$/ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: failbot_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
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-15 00:00:00.000000000 Z
12
+ date: 2013-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: failbot
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.9.1
21
+ version: 0.9.2
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: 0.9.1
29
+ version: 0.9.2
30
30
  description: Glue code for using Failbot in a Rails app
31
31
  email:
32
32
  - sr@github.com