-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhoptoad_notifier.gemspec
33 lines (27 loc) · 1.28 KB
/
hoptoad_notifier.gemspec
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
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "hoptoad_notifier/version"
Gem::Specification.new do |s|
s.name = %q{hoptoad_notifier}
s.version = HoptoadNotifier::VERSION.dup
s.summary = %q{Send your application errors to our hosted service and reclaim your inbox.}
s.require_paths = ["lib"]
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.add_runtime_dependency("builder")
s.add_runtime_dependency("activesupport")
s.add_development_dependency("actionpack", "~> 2.3.8")
s.add_development_dependency("activerecord", "~> 2.3.8")
s.add_development_dependency("activesupport", "~> 2.3.8")
s.add_development_dependency("bourne", ">= 1.0")
s.add_development_dependency("cucumber", "~> 0.10.6")
s.add_development_dependency("fakeweb", "~> 1.3.0")
s.add_development_dependency("nokogiri", "~> 1.4.3.1")
s.add_development_dependency("rspec", "~> 2.6.0")
s.add_development_dependency("sham_rack", "~> 1.3.0")
s.add_development_dependency("shoulda", "~> 2.11.3")
s.authors = ["thoughtbot, inc"]
s.email = %q{[email protected]}
s.homepage = "http://www.hoptoadapp.com"
s.platform = Gem::Platform::RUBY
end