composite_primary_keys 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/composite_primary_keys/base.rb +4 -4
- data/lib/composite_primary_keys/version.rb +1 -1
- data/scripts/http-access2-2.0.6.gem +0 -0
- data/scripts/rubyforge +217 -0
- data/scripts/rubyforge-orig +217 -0
- data/scripts/txt2html +65 -0
- data/scripts/txt2js +58 -0
- data/website/index.html +201 -0
- data/website/index.txt +123 -0
- data/website/javascripts/rounded_corners_lite.inc.js +285 -0
- data/website/stylesheets/screen.css +96 -0
- data/website/template.js +3 -0
- data/website/template.rhtml +53 -0
- data/website/version-raw.js +3 -0
- data/website/version-raw.txt +2 -0
- data/website/version.js +4 -0
- data/website/version.txt +3 -0
- metadata +19 -2
data/website/version.js
ADDED
data/website/version.txt
ADDED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: composite_primary_keys
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.7.
|
7
|
-
date: 2006-
|
6
|
+
version: 0.7.1
|
7
|
+
date: 2006-09-01 00:00:00 +02:00
|
8
8
|
summary: Support for composite primary keys in ActiveRecords
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -82,6 +82,23 @@ files:
|
|
82
82
|
- test/fixtures/readings.yml
|
83
83
|
- test/fixtures/db_definitions/mysql.drop.sql
|
84
84
|
- test/fixtures/db_definitions/mysql.sql
|
85
|
+
- website/index.txt
|
86
|
+
- website/template.rhtml
|
87
|
+
- website/stylesheets
|
88
|
+
- website/javascripts
|
89
|
+
- website/index.html
|
90
|
+
- website/version.js
|
91
|
+
- website/template.js
|
92
|
+
- website/version.txt
|
93
|
+
- website/version-raw.js
|
94
|
+
- website/version-raw.txt
|
95
|
+
- website/stylesheets/screen.css
|
96
|
+
- website/javascripts/rounded_corners_lite.inc.js
|
97
|
+
- scripts/rubyforge-orig
|
98
|
+
- scripts/rubyforge
|
99
|
+
- scripts/http-access2-2.0.6.gem
|
100
|
+
- scripts/txt2html
|
101
|
+
- scripts/txt2js
|
85
102
|
test_files: []
|
86
103
|
|
87
104
|
rdoc_options:
|