Skip to content

Commit

Permalink
Update to version 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Mar 24, 2011
1 parent 7191630 commit 903d3fb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion History.txt
@@ -1,6 +1,8 @@
== 3.1.5 2011-??-?? == 3.1.5 2011-03-24
* Fix simple calculation methods * Fix simple calculation methods
* Fix instantiation of cpk records via associations. * Fix instantiation of cpk records via associations.
* Fix Relation#delete_all
* Fix Relation#destroy


== 3.1.4 2011-03-06 == 3.1.4 2011-03-06
* Support ActiveRecord 3.0.5 (interpolate_sql was removed and * Support ActiveRecord 3.0.5 (interpolate_sql was removed and
Expand Down
2 changes: 1 addition & 1 deletion lib/composite_primary_keys/version.rb
Expand Up @@ -2,7 +2,7 @@ module CompositePrimaryKeys
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 1 MINOR = 1
TINY = 4 TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
end end
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -33,7 +33,7 @@
<h1>Composite Primary Keys</h1> <h1>Composite Primary Keys</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubygems.org/gems/composite_primary_keys"; return false'> <div id="version" class="clickable" onclick='document.location = "http://rubygems.org/gems/composite_primary_keys"; return false'>
Get Version Get Version
<a href="http://rubygems.org/gems/composite_primary_keys" class="numbers">3.1.4</a> <a href="http://rubygems.org/gems/composite_primary_keys" class="numbers">3.1.5</a>
</div> </div>
<h1>&#8594; Ruby on Rails</h1> <h1>&#8594; Ruby on Rails</h1>
<h1>&#8594; ActiveRecords</h1> <h1>&#8594; ActiveRecords</h1>
Expand Down
2 changes: 1 addition & 1 deletion website/version-raw.js
@@ -1,3 +1,3 @@
// Announcement JS file // Announcement JS file
var version = 3.1.4; var version = 3.1.5;
MagicAnnouncement.show('compositekeys', version); MagicAnnouncement.show('compositekeys', version);
2 changes: 1 addition & 1 deletion website/version.js
@@ -1,4 +1,4 @@
// Version JS file // Version JS file
var version = 3.1.4; var version = 3.1.5;


document.write(" - " + version); document.write(" - " + version);

0 comments on commit 903d3fb

Please sign in to comment.