Sha256: 46a78a405fed1bf63d08e85187464bbfffdee92f49f549e527a4aba0d5f387dd
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
Gem::Specification.new do |s| s.name = 'active_record_without_table' s.version = '1.0.20080705' s.date = '2008-07-05' s.summary = "Allows creation of ActiveRecord models that work without any database backend" s.description = "Get the power of ActiveRecord models, including validation, without having a table in the database." s.authors = ['Jacques Crocker', 'Jonathan Viney'] s.email = 'railsjedi@gmail.com' s.homepage = 'http://github.com/jcnetdev/active_record_without_table' s.has_rdoc = false # s.rdoc_options = ["--main", "README"] #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] s.add_dependency 'activerecord', ['>= 2.0'] s.files = ["CHANGELOG", "MIT-LICENSE", "README", "Rakefile", "init.rb", "rails/init.rb", "active_record_without_table.gemspec", "lib/active_record/base_without_table.rb"] s.test_files = ["test/abstract_unit.rb", "test/active_record_base_without_table_test.rb", "test/database.yml"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jcnetdev-active_record_without_table-1.0.20080705 | active_record_without_table.gemspec |