Sha256: 16a415d81688f395b1f559ecaad2e68bee4d242784cd3d08b3050841dda1ebef
Contents?: true
Size: 885 Bytes
Versions: 4
Compression:
Stored size: 885 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "sham/version" Gem::Specification.new do |s| s.name = "sham" s.version = Sham::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Pan Thomakos"] s.email = ["pan.thomakos@gmail.com"] s.homepage = "http://github.com/panthomakos/sham" s.summary = "sham-#{Sham::VERSION}" s.description = %q{Lightweight flexible factories for Ruby and Rails testing.} s.rubyforge_project = "sham" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.extra_rdoc_files = ["README.markdown", "License.txt"] s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.add_development_dependency('rspec') end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sham-1.1.0 | sham.gemspec |
sham-1.0.3 | sham.gemspec |
sham-1.0.2 | sham.gemspec |
sham-1.0.1 | sham.gemspec |