Sha256: fc864d60c2780f1e647340351bd360d9db898156369eb1d240f5c9125e0c62d1
Contents?: true
Size: 843 Bytes
Versions: 7
Compression:
Stored size: 843 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 on 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"] end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
sham-0.5.0 | sham.gemspec |
sham-0.4.0 | sham.gemspec |
sham-0.3.0 | sham.gemspec |
sham-0.2.0 | sham.gemspec |
sham-0.1.0 | sham.gemspec |
sham-0.0.4 | sham.gemspec |
sham-0.0.3 | sham.gemspec |