Skip to content

Commit

Permalink
quit open-ended dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez committed Apr 9, 2015
1 parent fef533e commit 81c55c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions exception_notification-slacky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = %q{Send Exception notification to slack}
spec.description = %q{Send Exception notification to slack}
spec.description = %q{Send Exception notification to slack. Works as ExceptionNotification Plugin.}
spec.homepage = "https://github.com/morygonzalez/exception_notification-slacky"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand All @@ -25,9 +25,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'exception_notification', '~> 4.0'
spec.add_runtime_dependency 'slack-notifier', '~> 1.1'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rack'
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rack', '~> 1.6'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'webmock'
spec.add_development_dependency 'webmock', '~> 1.21'
end

0 comments on commit 81c55c1

Please sign in to comment.