Sha256: 53bed020ab731afab1b6da2865f3658a040d62d79f1ce880f45a5d4952d6b17b
Contents?: true
Size: 733 Bytes
Versions: 2
Compression:
Stored size: 733 Bytes
Contents
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 = ["lib/spawn.rb", "rails/init.rb", "README.markdown", "LICENSE", "Rakefile", "test/active_record_test.rb", "test/all_test.rb", "test/sequel_test.rb", "spawn.gemspec"] s.require_paths = ['lib'] s.rubyforge_project = "spawner" end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
soveran-spawn-0.1.2 | spawn.gemspec |
spawn-0.1.2 | spawn.gemspec |