Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexceptio-ruby.gemspec
More file actions
Latest commit
37 lines (33 loc) · 1.42 KB
/
Copy pathexceptio-ruby.gemspec
File metadata and controls
37 lines (33 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -*- encoding: utf-8 -*-
# stub: exceptio-ruby 0.1.7.pre ruby lib
Gem::Specification.newdo |s|
s.name="exceptio-ruby"
s.version="0.1.7.pre"
s.required_rubygems_version=Gem::Requirement.new("> 1.3.1")ifs.respond_to?:required_rubygems_version=
s.require_paths=["lib"]
s.authors=["Elliott Draper"]
s.date="2014-11-06"
s.email="el@kickcode.com"
s.extra_rdoc_files=["README.rdoc"]
s.files=["README.rdoc","lib/exceptio","lib/exceptio-ruby.rb","lib/exceptio.rb","lib/exceptio/client.rb","lib/exceptio/hooks.rb"]
s.homepage="http://github.com/kickcode/exceptio-ruby"
s.rdoc_options=["--main","README.rdoc"]
s.rubygems_version="2.2.2"
s.summary="Ruby client library for the ExceptIO error notification service, with Rails 2.3/Rails 3 hooks"
ifs.respond_to?:specification_versionthen
s.specification_version=4
ifGem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0')then
s.add_runtime_dependency(%q<httparty>,["> 0.8.1"])
s.add_development_dependency(%q<fakeweb>,["~> 1.3.0"])
s.add_development_dependency(%q<mocha>,["~> 0.10.0"])
else
s.add_dependency(%q<httparty>,["> 0.8.1"])
s.add_dependency(%q<fakeweb>,["~> 1.3.0"])
s.add_dependency(%q<mocha>,["~> 0.10.0"])
end
else
s.add_dependency(%q<httparty>,["> 0.8.1"])
s.add_dependency(%q<fakeweb>,["~> 1.3.0"])
s.add_dependency(%q<mocha>,["~> 0.10.0"])
end
end