Skip to content

Commit 450889d

Browse files
committed
Preparing for 5.0.5 release
1 parent 1c0447f commit 450889d

File tree

23 files changed

+94
-44
lines changed

23 files changed

+94
-44
lines changed

Gemfile.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -17,58 +17,58 @@ GIT
1717
PATH
1818
remote: .
1919
specs:
20-
actioncable (5.0.5.rc2)
21-
actionpack (= 5.0.5.rc2)
20+
actioncable (5.0.5)
21+
actionpack (= 5.0.5)
2222
nio4r (>= 1.2, < 3.0)
2323
websocket-driver (~> 0.6.1)
24-
actionmailer (5.0.5.rc2)
25-
actionpack (= 5.0.5.rc2)
26-
actionview (= 5.0.5.rc2)
27-
activejob (= 5.0.5.rc2)
24+
actionmailer (5.0.5)
25+
actionpack (= 5.0.5)
26+
actionview (= 5.0.5)
27+
activejob (= 5.0.5)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (5.0.5.rc2)
31-
actionview (= 5.0.5.rc2)
32-
activesupport (= 5.0.5.rc2)
30+
actionpack (5.0.5)
31+
actionview (= 5.0.5)
32+
activesupport (= 5.0.5)
3333
rack (~> 2.0)
3434
rack-test (~> 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.0.2)
37-
actionview (5.0.5.rc2)
38-
activesupport (= 5.0.5.rc2)
37+
actionview (5.0.5)
38+
activesupport (= 5.0.5)
3939
builder (~> 3.1)
4040
erubis (~> 2.7.0)
4141
rails-dom-testing (~> 2.0)
4242
rails-html-sanitizer (~> 1.0, >= 1.0.3)
43-
activejob (5.0.5.rc2)
44-
activesupport (= 5.0.5.rc2)
43+
activejob (5.0.5)
44+
activesupport (= 5.0.5)
4545
globalid (>= 0.3.6)
46-
activemodel (5.0.5.rc2)
47-
activesupport (= 5.0.5.rc2)
48-
activerecord (5.0.5.rc2)
49-
activemodel (= 5.0.5.rc2)
50-
activesupport (= 5.0.5.rc2)
46+
activemodel (5.0.5)
47+
activesupport (= 5.0.5)
48+
activerecord (5.0.5)
49+
activemodel (= 5.0.5)
50+
activesupport (= 5.0.5)
5151
arel (~> 7.0)
52-
activesupport (5.0.5.rc2)
52+
activesupport (5.0.5)
5353
concurrent-ruby (~> 1.0, >= 1.0.2)
5454
i18n (~> 0.7)
5555
minitest (~> 5.1)
5656
tzinfo (~> 1.1)
57-
rails (5.0.5.rc2)
58-
actioncable (= 5.0.5.rc2)
59-
actionmailer (= 5.0.5.rc2)
60-
actionpack (= 5.0.5.rc2)
61-
actionview (= 5.0.5.rc2)
62-
activejob (= 5.0.5.rc2)
63-
activemodel (= 5.0.5.rc2)
64-
activerecord (= 5.0.5.rc2)
65-
activesupport (= 5.0.5.rc2)
57+
rails (5.0.5)
58+
actioncable (= 5.0.5)
59+
actionmailer (= 5.0.5)
60+
actionpack (= 5.0.5)
61+
actionview (= 5.0.5)
62+
activejob (= 5.0.5)
63+
activemodel (= 5.0.5)
64+
activerecord (= 5.0.5)
65+
activesupport (= 5.0.5)
6666
bundler (>= 1.3.0)
67-
railties (= 5.0.5.rc2)
67+
railties (= 5.0.5)
6868
sprockets-rails (>= 2.0.0)
69-
railties (5.0.5.rc2)
70-
actionpack (= 5.0.5.rc2)
71-
activesupport (= 5.0.5.rc2)
69+
railties (5.0.5)
70+
actionpack (= 5.0.5)
71+
activesupport (= 5.0.5)
7272
method_source
7373
rake (>= 0.8.7)
7474
thor (>= 0.18.1, < 2.0)

RAILS_VERSION

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

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

actioncable/lib/action_cable/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

actioncable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actioncable",
3-
"version": "5.0.5-rc2",
3+
"version": "5.0.5",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

actionview/lib/action_view/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

activejob/lib/active_job/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

activemodel/lib/active_model/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

activerecord/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

activerecord/lib/active_record/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

activesupport/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

activesupport/lib/active_support/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.5 (July 31, 2017) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.5.rc2 (July 25, 2017) ##
27

38
* Regression fix: Allow `bin/rails test` to take absolute paths to tests.

railties/lib/rails/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 5
11-
PRE = "rc2"
11+
PRE = nil
1212

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

0 commit comments

Comments
 (0)