public
Fork of notahat/machinist
Description: Fixtures aren't fun. Machinist is.
Homepage:
Clone URL: git://github.com/mully/machinist.git
machinist / machinist.gemspec
100644 12 lines (11 sloc) 0.415 kb
1
2
3
4
5
6
7
8
9
10
11
12
Gem::Specification.new do |s|
  s.name = "machinist"
  s.version = "0.3.1"
  s.author = "Pete Yandell"
  s.email = "pete@nothat.com"
  s.homepage = "http://github.com/notahat/machinist"
  s.summary = "Fixtures aren't fun. Machinist is."
  s.files = ["lib/machinist.rb", "lib/sham.rb", "lib/machinist/active_record.rb"]
  s.require_path = "lib"
  s.has_rdoc = false
end