thoughtbot--shoulda-matchers/shoulda.gemspec

30 lines
1.1 KiB
Ruby
Raw Normal View History

$LOAD_PATH << File.join(File.dirname(__FILE__), 'lib')
require 'shoulda/version'
Gem::Specification.new do |s|
s.name = %q{shoulda}
s.version = Shoulda::VERSION
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tammer Saleh", "Joe Ferris", "Ryan McGeary", "Dan Croak",
"Matt Jankowski"]
s.date = %q{2010-06-11}
s.default_executable = %q{convert_to_should_syntax}
s.email = %q{support@thoughtbot.com}
s.executables = ["convert_to_should_syntax"]
s.extra_rdoc_files = ["README.rdoc", "CONTRIBUTION_GUIDELINES.rdoc"]
s.files = Dir["[A-Z]*", "{bin,lib,rails,test}/**/*"]
s.homepage = %q{http://thoughtbot.com/community/}
2009-03-03 22:05:57 +00:00
s.rdoc_options = ["--line-numbers", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{shoulda}
2010-01-16 21:08:40 +00:00
s.rubygems_version = %q{1.3.5}
s.summary = %q{Making tests easy on the fingers and eyes}
s.description = %q{Making tests easy on the fingers and eyes}
if s.respond_to? :specification_version then
2009-07-15 17:44:53 +00:00
s.specification_version = 3
else
end
end