-
Notifications
You must be signed in to change notification settings - Fork 2
/
toothbrush.gemspec
45 lines (42 loc) · 1.26 KB
/
toothbrush.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
34
35
36
37
38
39
40
41
42
43
44
45
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "toothbrush"
s.version = "0.1.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rodrigo Manh\u{e3}es"]
s.date = "2014-06-26"
s.description = "Useful stuff for testing with Capybara"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
".rspec",
"Gemfile",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/toothbrush.rb",
"lib/toothbrush/helpers.rb",
"spec/dummy_app/app.rb",
"spec/dummy_app/page.html",
"spec/spec_helper.rb",
"spec/toothbrush_spec.rb",
"toothbrush.gemspec"
]
s.homepage = "http://github.com/rodrigomanhaes/toothbrush"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.summary = "Useful stuff for testing with Capybara"
s.add_dependency('text-table')
s.add_development_dependency('rspec', '>= 2.11.0')
s.add_development_dependency('sinatra', '>= 0')
s.add_development_dependency('capybara', '>= 1.0')
s.add_development_dependency('pry-rails')
end