Skip to content

Commit

Permalink
Merge branch '4-1-16' into 4-1-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jul 13, 2016
2 parents 871d63e + d880330 commit 0cad778
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 42 deletions.
50 changes: 25 additions & 25 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion RAILS_VERSION
@@ -1 +1 @@
4.1.16.rc1
4.1.16
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.1.16.rc1 (July 01, 2016) ##
## Rails 4.1.16 (July 12, 2016) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 16
PRE = "rc1"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.1.16.rc1 (July 01, 2016) ##
## Rails 4.1.16 (July 12, 2016) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 16
PRE = "rc1"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actionview/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.1.16.rc1 (July 01, 2016) ##
## Rails 4.1.16 (July 12, 2016) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion actionview/lib/action_view/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 16
PRE = "rc1"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activemodel/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.1.16.rc1 (July 01, 2016) ##
## Rails 4.1.16 (July 12, 2016) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 16
PRE = "rc1"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 16
PRE = "rc1"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.1.16.rc1 (July 01, 2016) ##
## Rails 4.1.16 (July 12, 2016) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 16
PRE = "rc1"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion guides/CHANGELOG.md
@@ -1,4 +1,4 @@
## Rails 4.1.16.rc1 (July 01, 2016) ##
## Rails 4.1.16 (July 12, 2016) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion railties/CHANGELOG.md
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 16
PRE = "rc1"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 16
PRE = "rc1"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down

0 comments on commit 0cad778

Please sign in to comment.