Sha256: 1a6ea9fbbc5335aae849f82fb3488c56b0d6204dcc10d3dc1e405c5135c18ec4

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

Gem::Specification.new do |s|
  s.name = 'active_record_without_table'
  s.version = '1.0.20070427'
  s.date = '2007-04-27'
  
  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 = true
  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",
              "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.20070427 active_record_without_table.gemspec