Skip to content

Commit

Permalink
Version 0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Oct 12, 2010
1 parent a02d914 commit a5b28d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== master
== 0.0.3

* ActiveRecord's OrmAdapter handles non standard foreign key names [Ian White]
* fix ruby 1.9.2 problems. [Ian White]
Expand Down
2 changes: 1 addition & 1 deletion lib/orm_adapter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OrmAdapter
VERSION = "0.0.2"
VERSION = "0.0.3"
end
4 changes: 2 additions & 2 deletions orm_adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{orm_adapter}
s.version = "0.0.2"
s.version = "0.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ian White", "Jose Valim"]
s.date = %q{2010-10-10}
s.date = %q{2010-10-12}
s.description = %q{Provides a single point of entry for using basic features of ruby ORMs}
s.email = %q{ian.w.white@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit a5b28d2

Please sign in to comment.