# -*- encoding: utf-8 -*- # stub: jcnetdev-active_record_without_table 1.0.20070427 ruby lib Gem::Specification.new do |s| s.name = "jcnetdev-active_record_without_table".freeze s.version = "1.0.20070427".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jacques Crocker".freeze, "Jonathan Viney".freeze] s.date = "2007-04-27" s.description = "Get the power of ActiveRecord models, including validation, without having a table in the database.".freeze s.email = "railsjedi@gmail.com".freeze s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "active_record_without_table.gemspec".freeze, "init.rb".freeze, "lib/active_record".freeze, "lib/active_record/base_without_table.rb".freeze, "rails/init.rb".freeze, "test/abstract_unit.rb".freeze, "test/active_record_base_without_table_test.rb".freeze, "test/database.yml".freeze] s.homepage = "http://github.com/jcnetdev/active_record_without_table".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Allows creation of ActiveRecord models that work without any database backend".freeze s.test_files = ["test/abstract_unit.rb".freeze, "test/active_record_base_without_table_test.rb".freeze, "test/database.yml".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze]) end