jcnetdev-active_record_without_table 1.0.20070427 → 1.0.20080704

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ [03 July 2008]
2
+
3
+ * Updated to work as a RubyGem
4
+
5
+
1
6
  [27 April 2007]
2
7
 
3
8
  * Correctly cache class instance variables containing column information [Reported by Nils Jonsson]
data/README CHANGED
@@ -8,8 +8,6 @@ If you find this plugin useful, please consider a donation to show your support!
8
8
 
9
9
  == Instructions
10
10
 
11
- * For edge Rails r7315 or above use http://svn.viney.net.nz/things/branches/active_record_base_without_table
12
-
13
11
  Get the power of ActiveRecord models, including validation, without having a table in the database.
14
12
 
15
13
  class Contact < ActiveRecord::BaseWithoutTable
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'active_record_without_table'
3
- s.version = '1.0.20070427'
4
- s.date = '2007-04-27'
3
+ s.version = '1.0.20080704'
4
+ s.date = '2008-07-04'
5
5
 
6
6
  s.summary = "Allows creation of ActiveRecord models that work without any database backend"
7
7
  s.description = "Get the power of ActiveRecord models, including validation, without having a table in the database."
@@ -10,8 +10,8 @@ Gem::Specification.new do |s|
10
10
  s.email = 'railsjedi@gmail.com'
11
11
  s.homepage = 'http://github.com/jcnetdev/active_record_without_table'
12
12
 
13
- s.has_rdoc = true
14
- s.rdoc_options = ["--main", "README"]
13
+ s.has_rdoc = false
14
+ # s.rdoc_options = ["--main", "README"]
15
15
  #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
16
16
 
17
17
  s.add_dependency 'activerecord', ['>= 2.0']
@@ -23,7 +23,6 @@ Gem::Specification.new do |s|
23
23
  "init.rb",
24
24
  "rails/init.rb",
25
25
  "active_record_without_table.gemspec",
26
- "lib/active_record",
27
26
  "lib/active_record/base_without_table.rb"]
28
27
 
29
28
  s.test_files = ["test/abstract_unit.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jcnetdev-active_record_without_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20070427
4
+ version: 1.0.20080704
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacques Crocker
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2007-04-27 00:00:00 -07:00
13
+ date: 2008-07-04 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -38,14 +38,12 @@ files:
38
38
  - init.rb
39
39
  - rails/init.rb
40
40
  - active_record_without_table.gemspec
41
- - lib/active_record
42
41
  - lib/active_record/base_without_table.rb
43
- has_rdoc: true
42
+ has_rdoc: false
44
43
  homepage: http://github.com/jcnetdev/active_record_without_table
45
44
  post_install_message:
46
- rdoc_options:
47
- - --main
48
- - README
45
+ rdoc_options: []
46
+
49
47
  require_paths:
50
48
  - lib
51
49
  required_ruby_version: !ruby/object:Gem::Requirement