Sha256: 55d6ba3379c4d44f012a2e2b7d10543e209581a1249e40b33279040e1e6e3efe
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.200807033' s.date = '2008-07-03' 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.200807033 | active_record_without_table.gemspec |