Skip to content

Commit

Permalink
got for the 1.3.8 release + missed Appraisals update
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jun 27, 2014
1 parent b36b0f7 commit 9682f8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ end

appraise "rails40" do
# NOTE: make sure you're using --1.9 with AR-4.0
gem "activerecord", "4.0.6.rc3", :require => false
gem "activerecord", "~> 4.0.6", :require => false
end

appraise "rails41" do
# NOTE: make sure you're using --1.9 with AR-4.0
gem "activerecord", "4.1.2.rc3", :require => false
gem "activerecord", "~> 4.1.2", :require => false
end

appraise "rails42" do
Expand Down
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.8 (pe/nd/in)
## 1.3.8 (06/27/14)

- [mysql] updated so that we can run with non-official driver (+ against MariaDB)
- [postgres] quote fix failure with ColumnDefinition on AR 4.0.6.rc2
Expand Down
2 changes: 1 addition & 1 deletion lib/arjdbc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ArJdbc
VERSION = "1.3.8.dev"
VERSION = "1.3.8"
# @deprecated
module Version
# @private 1.2.x compatibility
Expand Down

0 comments on commit 9682f8b

Please sign in to comment.