Sha256: 655355c4153c0bbdf6bfa2b81b266b61ac3774aee9224944ae1c5a071c7278c4
Contents?: true
Size: 1.06 KB
Versions: 16
Compression:
Stored size: 1.06 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "shoulda" s.version = "2.11.3" 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 = "2010-08-01" s.description = "Making tests easy on the fingers and eyes" s.email = "support@thoughtbot.com" s.executables = ["convert_to_should_syntax"] s.extra_rdoc_files = ["README.rdoc", "CONTRIBUTION_GUIDELINES.rdoc"] s.files = ["bin/convert_to_should_syntax", "README.rdoc", "CONTRIBUTION_GUIDELINES.rdoc"] s.homepage = "http://thoughtbot.com/community/" s.rdoc_options = ["--line-numbers", "--main", "README.rdoc"] s.require_paths = ["lib"] s.rubyforge_project = "shoulda" s.rubygems_version = "1.8.15" s.summary = "Making tests easy on the fingers and eyes" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
16 entries across 16 versions & 1 rubygems