Sha256: bd81e6606d52146f9eefe862c509366f2b304d82f631888bcd695536e675acc7
Contents?: true
Size: 684 Bytes
Versions: 2
Compression:
Stored size: 684 Bytes
Contents
Gem::Specification.new do |s| s.name = 'spawn' s.version = '0.1.1' 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.email = "michel@soveran.com" s.author = "Michel Martens" 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.1 | spawn.gemspec |
spawn-0.1.1 | spawn.gemspec |