Skip to content

Commit 9682f8b

Browse files
committed
got for the 1.3.8 release + missed Appraisals update
1 parent b36b0f7 commit 9682f8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Appraisals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ end
1717

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

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

2828
appraise "rails42" do

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.3.8 (pe/nd/in)
1+
## 1.3.8 (06/27/14)
22

33
- [mysql] updated so that we can run with non-official driver (+ against MariaDB)
44
- [postgres] quote fix failure with ColumnDefinition on AR 4.0.6.rc2

lib/arjdbc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ArJdbc
2-
VERSION = "1.3.8.dev"
2+
VERSION = "1.3.8"
33
# @deprecated
44
module Version
55
# @private 1.2.x compatibility

0 commit comments

Comments
 (0)