coalmine 0.5.0 → 0.5.1
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/coalmine.gemspec +1 -1
- data/lib/coalmine/capistrano.rb +1 -1
- data/lib/coalmine/version.rb +1 -1
- metadata +3 -3
data/coalmine.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = "coalmine"
|
|
7
7
|
s.version = Coalmine::VERSION
|
|
8
8
|
s.authors = ["Brad Seefeld", "Matt Ratzloff"]
|
|
9
|
-
s.email = ["
|
|
9
|
+
s.email = ["support@coalmineapp.com"]
|
|
10
10
|
s.homepage = "https://github.com/coalmine/coalmine_ruby"
|
|
11
11
|
s.summary = "Coalmine Connector Ruby implementation"
|
|
12
12
|
s.description = "Send errors to the Coalmine API for logging and analytics."
|
data/lib/coalmine/capistrano.rb
CHANGED
|
@@ -17,7 +17,7 @@ module Coalmine
|
|
|
17
17
|
if config.dry_run
|
|
18
18
|
logger.info "Dry Run... Coalmine will not actually be notified"
|
|
19
19
|
else
|
|
20
|
-
run(cmd, :once => true)
|
|
20
|
+
run(cmd, :once => true)
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
logger.info "Coalmine notification completed."
|
data/lib/coalmine/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 0.5.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.5.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Brad Seefeld
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
version_requirements: *id003
|
|
57
57
|
description: Send errors to the Coalmine API for logging and analytics.
|
|
58
58
|
email:
|
|
59
|
-
-
|
|
59
|
+
- support@coalmineapp.com
|
|
60
60
|
executables: []
|
|
61
61
|
|
|
62
62
|
extensions: []
|