-
- Downloads
pass request data to airbrake
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- Gemfile.lock 1 addition, 1 deletionGemfile.lock
- lib/roqua-support/version.rb 1 addition, 1 deletionlib/roqua-support/version.rb
- lib/roqua/support/errors.rb 2 additions, 0 deletionslib/roqua/support/errors.rb
- roqua-support.gemspec 1 addition, 1 deletionroqua-support.gemspec
- spec/roqua/support/errors_spec.rb 15 additions, 4 deletionsspec/roqua/support/errors_spec.rb
... | ... | @@ -11,7 +11,7 @@ Gem::Specification.new do |gem| |
gem.license = "MIT" | ||
gem.authors = ["Marten Veldthuis"] | ||
gem.email = "marten@roqua.nl" | ||
gem.homepage = "https://github.com/roqua/healthy" | ||
gem.homepage = "https://github.com/roqua/roqua-support" | ||
gem.files = `git ls-files`.split($/) | ||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } | ||
... | ... |
Please register or sign in to comment