Skip to content

Commit 5505c1d

Browse files
committed
Preparing for 4.0.1 release
1 parent 9466dad commit 5505c1d

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1.rc4
1+
4.0.1

actionmailer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.1.rc1 (October 17, 2013) ##
1+
## Rails 4.0.1 (November 01, 2013) ##
22

33
* Invoke mailer defaults as procs only if they are procs, do not convert
44
with `to_proc`. That an object is convertible to a proc does not mean it's

actionmailer/lib/action_mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActionMailer
22
# Returns the version of the currently loaded ActionMailer as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.1.rc4"
4+
Gem::Version.new "4.0.1"
55
end
66

77
module VERSION #:nodoc:

actionpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.1.rc1 (October 17, 2013) ##
1+
## Rails 4.0.1 (November 01, 2013) ##
22

33
* Respect `SCRIPT_NAME` when using `redirect` with a relative path
44

actionpack/lib/action_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActionPack
22
# Returns the version of the currently loaded ActionPack as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.1.rc4"
4+
Gem::Version.new "4.0.1"
55
end
66

77
module VERSION #:nodoc:

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.1.rc1 (October 17, 2013) ##
1+
## Rails 4.0.1 (November 01, 2013) ##
22

33
* Fix `has_secure_password` to honor bcrypt-ruby's cost attribute.
44

activemodel/lib/active_model/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActiveModel
22
# Returns the version of the currently loaded ActiveModel as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.1.rc4"
4+
Gem::Version.new "4.0.1"
55
end
66

77
module VERSION #:nodoc:

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.1.rc1 (October 17, 2013) ##
1+
## Rails 4.0.1 (November 01, 2013) ##
22

33
* `NullRelation#pluck` takes a list of columns
44

activerecord/lib/active_record/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActiveRecord
22
# Returns the version of the currently loaded ActiveRecord as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.1.rc4"
4+
Gem::Version.new "4.0.1"
55
end
66

77
module VERSION #:nodoc:

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.1.rc1 (October 17, 2013) ##
1+
## Rails 4.0.1 (November 01, 2013) ##
22

33
* Disable the ability to iterate over Range of AS::TimeWithZone
44
due to significant performance issues.

0 commit comments

Comments
 (0)