composite_primary_keys 0.9.90 → 0.9.91
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/History.txt +4 -0
- data/Rakefile +1 -1
- data/lib/composite_primary_keys/version.rb +1 -1
- data/website/index.html +2 -2
- data/website/version-raw.js +1 -1
- data/website/version.js +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -52,7 +52,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
|
|
|
52
52
|
|
|
53
53
|
# == Optional
|
|
54
54
|
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
|
|
55
|
-
p.extra_deps = [['activerecord', '>=
|
|
55
|
+
p.extra_deps = [['activerecord', '>= 2.0.2']] #An array of rubygem dependencies.
|
|
56
56
|
#p.spec_extras - A hash of extra values to set in the gemspec.
|
|
57
57
|
end
|
|
58
58
|
|
data/website/index.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1>Composite Primary Keys</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/compositekeys"; return false'>
|
|
35
35
|
Get Version
|
|
36
|
-
<a href="http://rubyforge.org/projects/compositekeys" class="numbers">0.9.
|
|
36
|
+
<a href="http://rubyforge.org/projects/compositekeys" class="numbers">0.9.91</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h1>→ Ruby on Rails</h1>
|
|
39
39
|
|
|
@@ -291,7 +291,7 @@ other stories and things.</p>
|
|
|
291
291
|
|
|
292
292
|
<p>Comments are welcome. Send an email to <a href="mailto:drnicwilliams@gmail.com">Dr Nic Williams</a>.</p>
|
|
293
293
|
<p class="coda">
|
|
294
|
-
<a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>,
|
|
294
|
+
<a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 19th December 2007<br>
|
|
295
295
|
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
|
|
296
296
|
</p>
|
|
297
297
|
</div>
|
data/website/version-raw.js
CHANGED
data/website/version.js
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: composite_primary_keys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.91
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dr Nic Williams
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-
|
|
12
|
+
date: 2008-02-19 00:00:00 +10:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
22
|
+
version: 2.0.2
|
|
23
23
|
version:
|
|
24
24
|
description: Composite key support for ActiveRecords
|
|
25
25
|
email: drnicwilliams@gmail.com
|