jcnetdev-active_record_without_table 1.0.20080705 → 1.0.200807032

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.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'active_record_without_table'
3
- s.version = '1.0.20080705'
4
- s.date = '2008-07-05'
3
+ s.version = '1.0.200807032'
4
+ s.date = '2008-07-03'
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 = false
14
- # s.rdoc_options = ["--main", "README"]
13
+ s.has_rdoc = true
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']
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.20080705
4
+ version: 1.0.200807032
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: 2008-07-05 00:00:00 -07:00
13
+ date: 2008-07-03 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -39,11 +39,12 @@ files:
39
39
  - rails/init.rb
40
40
  - active_record_without_table.gemspec
41
41
  - lib/active_record/base_without_table.rb
42
- has_rdoc: false
42
+ has_rdoc: true
43
43
  homepage: http://github.com/jcnetdev/active_record_without_table
44
44
  post_install_message:
45
- rdoc_options: []
46
-
45
+ rdoc_options:
46
+ - --main
47
+ - README
47
48
  require_paths:
48
49
  - lib
49
50
  required_ruby_version: !ruby/object:Gem::Requirement