mirror of https://github.com/rails/rails
Preparing for 4.1.16 release
This commit is contained in:
parent
871d63e2c7
commit
d880330405
50
Gemfile.lock
50
Gemfile.lock
|
@ -1,45 +1,45 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
actionmailer (4.1.16.rc1)
|
||||
actionpack (= 4.1.16.rc1)
|
||||
actionview (= 4.1.16.rc1)
|
||||
actionmailer (4.1.16)
|
||||
actionpack (= 4.1.16)
|
||||
actionview (= 4.1.16)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
actionpack (4.1.16.rc1)
|
||||
actionview (= 4.1.16.rc1)
|
||||
activesupport (= 4.1.16.rc1)
|
||||
actionpack (4.1.16)
|
||||
actionview (= 4.1.16)
|
||||
activesupport (= 4.1.16)
|
||||
rack (~> 1.5.2)
|
||||
rack-test (~> 0.6.2)
|
||||
actionview (4.1.16.rc1)
|
||||
activesupport (= 4.1.16.rc1)
|
||||
actionview (4.1.16)
|
||||
activesupport (= 4.1.16)
|
||||
builder (~> 3.1)
|
||||
erubis (~> 2.7.0)
|
||||
activemodel (4.1.16.rc1)
|
||||
activesupport (= 4.1.16.rc1)
|
||||
activemodel (4.1.16)
|
||||
activesupport (= 4.1.16)
|
||||
builder (~> 3.1)
|
||||
activerecord (4.1.16.rc1)
|
||||
activemodel (= 4.1.16.rc1)
|
||||
activesupport (= 4.1.16.rc1)
|
||||
activerecord (4.1.16)
|
||||
activemodel (= 4.1.16)
|
||||
activesupport (= 4.1.16)
|
||||
arel (~> 5.0.0)
|
||||
activesupport (4.1.16.rc1)
|
||||
activesupport (4.1.16)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo (~> 1.1)
|
||||
rails (4.1.16.rc1)
|
||||
actionmailer (= 4.1.16.rc1)
|
||||
actionpack (= 4.1.16.rc1)
|
||||
actionview (= 4.1.16.rc1)
|
||||
activemodel (= 4.1.16.rc1)
|
||||
activerecord (= 4.1.16.rc1)
|
||||
activesupport (= 4.1.16.rc1)
|
||||
rails (4.1.16)
|
||||
actionmailer (= 4.1.16)
|
||||
actionpack (= 4.1.16)
|
||||
actionview (= 4.1.16)
|
||||
activemodel (= 4.1.16)
|
||||
activerecord (= 4.1.16)
|
||||
activesupport (= 4.1.16)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.1.16.rc1)
|
||||
railties (= 4.1.16)
|
||||
sprockets-rails (~> 2.0)
|
||||
railties (4.1.16.rc1)
|
||||
actionpack (= 4.1.16.rc1)
|
||||
activesupport (= 4.1.16.rc1)
|
||||
railties (4.1.16)
|
||||
actionpack (= 4.1.16)
|
||||
activesupport (= 4.1.16)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
4.1.16.rc1
|
||||
4.1.16
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Rails 4.1.16.rc1 (July 01, 2016) ##
|
||||
## Rails 4.1.16 (July 12, 2016) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ module ActionMailer
|
|||
MAJOR = 4
|
||||
MINOR = 1
|
||||
TINY = 16
|
||||
PRE = "rc1"
|
||||
PRE = nil
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Rails 4.1.16.rc1 (July 01, 2016) ##
|
||||
## Rails 4.1.16 (July 12, 2016) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ module ActionPack
|
|||
MAJOR = 4
|
||||
MINOR = 1
|
||||
TINY = 16
|
||||
PRE = "rc1"
|
||||
PRE = nil
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Rails 4.1.16.rc1 (July 01, 2016) ##
|
||||
## Rails 4.1.16 (July 12, 2016) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ module ActionView
|
|||
MAJOR = 4
|
||||
MINOR = 1
|
||||
TINY = 16
|
||||
PRE = "rc1"
|
||||
PRE = nil
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Rails 4.1.16.rc1 (July 01, 2016) ##
|
||||
## Rails 4.1.16 (July 12, 2016) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ module ActiveModel
|
|||
MAJOR = 4
|
||||
MINOR = 1
|
||||
TINY = 16
|
||||
PRE = "rc1"
|
||||
PRE = nil
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Rails 4.1.16.rc1 (July 01, 2016) ##
|
||||
## Rails 4.1.16 (July 12, 2016) ##
|
||||
|
||||
* Correctly pass MySQL options when using structure_dump or structure_load
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ module ActiveRecord
|
|||
MAJOR = 4
|
||||
MINOR = 1
|
||||
TINY = 16
|
||||
PRE = "rc1"
|
||||
PRE = nil
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Rails 4.1.16.rc1 (July 01, 2016) ##
|
||||
## Rails 4.1.16 (July 12, 2016) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ module ActiveSupport
|
|||
MAJOR = 4
|
||||
MINOR = 1
|
||||
TINY = 16
|
||||
PRE = "rc1"
|
||||
PRE = nil
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Rails 4.1.16.rc1 (July 01, 2016) ##
|
||||
## Rails 4.1.16 (July 12, 2016) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Rails 4.1.16.rc1 (July 01, 2016) ##
|
||||
## Rails 4.1.16 (July 12, 2016) ##
|
||||
|
||||
* Do not run `bundle install` when generating a new plugin.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ module Rails
|
|||
MAJOR = 4
|
||||
MINOR = 1
|
||||
TINY = 16
|
||||
PRE = "rc1"
|
||||
PRE = nil
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
|
|
@ -8,7 +8,7 @@ module Rails
|
|||
MAJOR = 4
|
||||
MINOR = 1
|
||||
TINY = 16
|
||||
PRE = "rc1"
|
||||
PRE = nil
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue