errplane 0.2.4 → 0.2.5
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/lib/errplane/capistrano.rb +0 -1
- data/lib/errplane/version.rb +1 -1
- metadata +3 -3
data/lib/errplane/capistrano.rb
CHANGED
|
@@ -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,
|
data/lib/errplane/version.rb
CHANGED
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
|
+
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-
|
|
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.
|
|
84
|
+
rubygems_version: 1.8.24
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 3
|
|
87
87
|
summary: Rails exception reporting for Errplane.
|