jcnetdev-active_record_without_table 1.0.200807033 → 1.1

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.200807033'
4
- s.date = '2008-07-03'
3
+ s.version = '1.1'
4
+ s.date = '2008-07-05'
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."
@@ -23,6 +23,7 @@ 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_without_table.rb",
26
27
  "lib/active_record/base_without_table.rb"]
27
28
 
28
29
  s.test_files = ["test/abstract_unit.rb",
File without changes
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.200807033
4
+ version: "1.1"
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-03 00:00:00 -07:00
13
+ date: 2008-07-05 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -38,6 +38,7 @@ files:
38
38
  - init.rb
39
39
  - rails/init.rb
40
40
  - active_record_without_table.gemspec
41
+ - lib/active_record_without_table.rb
41
42
  - lib/active_record/base_without_table.rb
42
43
  has_rdoc: false
43
44
  homepage: http://github.com/jcnetdev/active_record_without_table