jcnetdev-active_record_without_table 1.0.200807032 → 1.0.200807033

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,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'active_record_without_table'
3
- s.version = '1.0.200807032'
3
+ s.version = '1.0.200807033'
4
4
  s.date = '2008-07-03'
5
5
 
6
6
  s.summary = "Allows creation of ActiveRecord models that work without any database backend"
@@ -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']
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.200807032
4
+ version: 1.0.200807033
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacques Crocker
@@ -39,12 +39,11 @@ 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: true
42
+ has_rdoc: false
43
43
  homepage: http://github.com/jcnetdev/active_record_without_table
44
44
  post_install_message:
45
- rdoc_options:
46
- - --main
47
- - README
45
+ rdoc_options: []
46
+
48
47
  require_paths:
49
48
  - lib
50
49
  required_ruby_version: !ruby/object:Gem::Requirement