errplane 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,6 @@ Capistrano::Configuration.instance(:must_exist).load do
24
24
  :repository => repository,
25
25
  :branch => (branch rescue nil),
26
26
  :scm => scm,
27
- :host => host,
28
27
  :remote_user => (user rescue nil),
29
28
  :local_user => deploying_user,
30
29
  :scm_user_name => deploying_user_name,
@@ -1,3 +1,3 @@
1
1
  module Errplane
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: errplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
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: 2012-07-05 00:00:00.000000000 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This gem provides exception reporting with Errplane for Rails 3.x applications.
15
15
  email:
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project: errplane
84
- rubygems_version: 1.8.19
84
+ rubygems_version: 1.8.24
85
85
  signing_key:
86
86
  specification_version: 3
87
87
  summary: Rails exception reporting for Errplane.