Sha256: 3fc5a4066dcd3a4632c438ecf877157a35ec3f4c983640d7a3a1571bfe31c666
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
MACHINIST_SPEC = Gem::Specification.new do |s| s.name = "machinist" s.author = "notahat" s.homepage = "http://github.com/notahat/machinist/tree" s.version = "1.0.1" s.date = "2008-11-22" s.summary = "Im in ur specs machining your fixtures" s.has_rdoc = true s.files = [ ".autotest", ".gitignore", "MIT-LICENSE", "README.markdown", "Rakefile", "machinist.gemspec", "init.rb", "lib/machinist.rb", "lib/sham.rb" ] s.test_files = ["spec/machinist_spec.rb", "spec/sham_spec.rb", "spec/spec_helper.rb"] s.add_dependency "activesupport" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elight-machinist-1.0.1 | machinist.gemspec |