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 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 = ["admin@coalmineapp.com"]
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."
@@ -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) { |ch, stream, data| result << data }
20
+ run(cmd, :once => true)
21
21
  end
22
22
 
23
23
  logger.info "Coalmine notification completed."
@@ -1,3 +1,3 @@
1
1
  module Coalmine
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 0
9
- version: 0.5.0
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
- - admin@coalmineapp.com
59
+ - support@coalmineapp.com
60
60
  executables: []
61
61
 
62
62
  extensions: []