forked from exceptional/exceptional
-
Notifications
You must be signed in to change notification settings - Fork 1
/
exceptional.gemspec
15 lines (15 loc) · 936 Bytes
/
exceptional.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{exceptional}
s.version = "2.0.1"
s.authors = ["Contrast"]
s.summary = %q{Exceptional is the core Ruby library for communicating with http://getexceptional.com (hosted error tracking service)}
s.description = %q{Exceptional is the core Ruby library for communicating with http://getexceptional.com (hosted error tracking service). Use it to find out about errors that happen in your live app. It captures lots of helpful information to help you fix the errors.}
s.email = %q{[email protected]}
s.files = Dir['lib/**/*'] + Dir['spec/**/*'] + Dir['spec/**/*'] + Dir['rails/**/*'] + Dir['tasks/**/*'] + Dir['*.rb'] + ["exceptional.gemspec"]
s.homepage = %q{http://getexceptional.com/}
s.require_paths = ["lib"]
s.executables << 'exceptional'
s.rubyforge_project = %q{exceptional}
s.requirements << "json_pure, json-jruby or json gem required"
end