soveran / spawn

A ridiculously simple fixtures replacement for your web framework of choice.

This URL has Read+Write access

soveran (author)
Thu Jun 18 21:03:27 -0700 2009
commit  403930c6439f5d153cb7c1a46a04821f2619ca50
tree    9d97ede0d48a2d89121f3748fa7d8bf33ee4eab5
parent  94a756974b421d12e24f2e1fe30fa7132871a679
spawn / spawn.gemspec.erb
100644 12 lines (11 sloc) 0.652 kb
1
2
3
4
5
6
7
8
9
10
11
12
Gem::Specification.new do |s|
  s.name = 'spawn'
  s.version = '0.1.2'
  s.summary = %{Simple fixtures replacement for Sequel, ActiveRecord, Ohm and probably many other ORMs}
  s.description = %{Spawn is a very small library (just 14 lines of code) that can effectively replace fixtures or any other library for the same task.}
  s.authors = ["Michel Martens", "Damian Janowski"]
  s.email = ["michel@soveran.com", "djanowski@dimaion.com"]
  s.homepage = "http://github.com/soveran/spawn"
  s.files = <%= Dir['lib/**/*.rb', 'rails/**/*.rb', 'README*', 'LICENSE', 'Rakefile', 'test/**/*.*', '*.gemspec'].inspect %>
  s.rubyforge_project = "spawner"
end