delayed-plugins-raven 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.description = %q(delayed_job exception notification with raven)
11
11
  gem.summary = %q(Notify Sentry Raven on Delayed Job errors, including those on PerformableMethod. Based on Ben Oakes's AirBrake plugin (https://github.com/benjaminoakes/delayed-plugins-airbrake) with samples provided by Bruno Miranda (https://gist.github.com/brupm/3c7056b03d62ba415015).)
12
12
  gem.homepage = "https://github.com/qiushihe/delayed-plugins-raven"
13
+ gem.license = "Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)"
13
14
 
14
15
  gem.files = `git ls-files`.split($/)
15
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,7 +1,7 @@
1
1
  module Delayed
2
2
  module Plugins
3
3
  module Raven
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delayed-plugins-raven
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-10-01 00:00:00.000000000 Z
14
+ date: 2013-10-06 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: sentry-raven
@@ -96,7 +96,8 @@ files:
96
96
  - resources/looking-for-maintainer.png
97
97
  - spec/lib/delayed-plugins-raven/plugin_spec.rb
98
98
  homepage: https://github.com/qiushihe/delayed-plugins-raven
99
- licenses: []
99
+ licenses:
100
+ - Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
100
101
  post_install_message:
101
102
  rdoc_options: []
102
103
  require_paths: