Skip to content

Commit 2efddad

Browse files
committed
Preparing for 5.0.0 release
1 parent c4433bc commit 2efddad

File tree

24 files changed

+78
-64
lines changed

24 files changed

+78
-64
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ group :job do
4848
gem 'sneakers', require: false
4949
gem 'que', require: false
5050
gem 'backburner', require: false
51-
gem 'qu-rails', github: "bkeepers/qu", branch: "master", require: false
51+
#TODO: add qu after it support Rails 5.1
52+
# gem 'qu-rails', github: "bkeepers/qu", branch: "master", require: false
5253
gem 'qu-redis', require: false
5354
gem 'delayed_job_active_record', require: false
5455
gem 'sequel', require: false

Gemfile.lock

Lines changed: 40 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ GIT
66
queue_classic (3.2.0.RC1)
77
pg (>= 0.17, < 0.19)
88

9-
GIT
10-
remote: git://github.com/bkeepers/qu.git
11-
revision: d098e2657c92e89a6413bebd9c033930759c061f
12-
branch: master
13-
specs:
14-
qu (0.2.0)
15-
qu-rails (0.2.0)
16-
qu (= 0.2.0)
17-
railties (>= 3.2, < 5)
18-
qu-redis (0.2.0)
19-
qu (= 0.2.0)
20-
redis-namespace
21-
229
GIT
2310
remote: git://github.com/sass/sass.git
2411
revision: 64c5c111c04feaa91428e7d03eb6d4284e6a2d64
@@ -29,58 +16,58 @@ GIT
2916
PATH
3017
remote: .
3118
specs:
32-
actioncable (5.0.0.rc2)
33-
actionpack (= 5.0.0.rc2)
19+
actioncable (5.0.0)
20+
actionpack (= 5.0.0)
3421
nio4r (~> 1.2)
3522
websocket-driver (~> 0.6.1)
36-
actionmailer (5.0.0.rc2)
37-
actionpack (= 5.0.0.rc2)
38-
actionview (= 5.0.0.rc2)
39-
activejob (= 5.0.0.rc2)
23+
actionmailer (5.0.0)
24+
actionpack (= 5.0.0)
25+
actionview (= 5.0.0)
26+
activejob (= 5.0.0)
4027
mail (~> 2.5, >= 2.5.4)
4128
rails-dom-testing (~> 2.0)
42-
actionpack (5.0.0.rc2)
43-
actionview (= 5.0.0.rc2)
44-
activesupport (= 5.0.0.rc2)
29+
actionpack (5.0.0)
30+
actionview (= 5.0.0)
31+
activesupport (= 5.0.0)
4532
rack (~> 2.0)
4633
rack-test (~> 0.6.3)
4734
rails-dom-testing (~> 2.0)
4835
rails-html-sanitizer (~> 1.0, >= 1.0.2)
49-
actionview (5.0.0.rc2)
50-
activesupport (= 5.0.0.rc2)
36+
actionview (5.0.0)
37+
activesupport (= 5.0.0)
5138
builder (~> 3.1)
5239
erubis (~> 2.7.0)
5340
rails-dom-testing (~> 2.0)
5441
rails-html-sanitizer (~> 1.0, >= 1.0.2)
55-
activejob (5.0.0.rc2)
56-
activesupport (= 5.0.0.rc2)
42+
activejob (5.0.0)
43+
activesupport (= 5.0.0)
5744
globalid (>= 0.3.6)
58-
activemodel (5.0.0.rc2)
59-
activesupport (= 5.0.0.rc2)
60-
activerecord (5.0.0.rc2)
61-
activemodel (= 5.0.0.rc2)
62-
activesupport (= 5.0.0.rc2)
45+
activemodel (5.0.0)
46+
activesupport (= 5.0.0)
47+
activerecord (5.0.0)
48+
activemodel (= 5.0.0)
49+
activesupport (= 5.0.0)
6350
arel (~> 7.0)
64-
activesupport (5.0.0.rc2)
51+
activesupport (5.0.0)
6552
concurrent-ruby (~> 1.0, >= 1.0.2)
6653
i18n (~> 0.7)
6754
minitest (~> 5.1)
6855
tzinfo (~> 1.1)
69-
rails (5.0.0.rc2)
70-
actioncable (= 5.0.0.rc2)
71-
actionmailer (= 5.0.0.rc2)
72-
actionpack (= 5.0.0.rc2)
73-
actionview (= 5.0.0.rc2)
74-
activejob (= 5.0.0.rc2)
75-
activemodel (= 5.0.0.rc2)
76-
activerecord (= 5.0.0.rc2)
77-
activesupport (= 5.0.0.rc2)
56+
rails (5.0.0)
57+
actioncable (= 5.0.0)
58+
actionmailer (= 5.0.0)
59+
actionpack (= 5.0.0)
60+
actionview (= 5.0.0)
61+
activejob (= 5.0.0)
62+
activemodel (= 5.0.0)
63+
activerecord (= 5.0.0)
64+
activesupport (= 5.0.0)
7865
bundler (>= 1.3.0, < 2.0)
79-
railties (= 5.0.0.rc2)
66+
railties (= 5.0.0)
8067
sprockets-rails (>= 2.0.0)
81-
railties (5.0.0.rc2)
82-
actionpack (= 5.0.0.rc2)
83-
activesupport (= 5.0.0.rc2)
68+
railties (5.0.0)
69+
actionpack (= 5.0.0)
70+
activesupport (= 5.0.0)
8471
method_source
8572
rake (>= 0.8.7)
8673
thor (>= 0.18.1, < 2.0)
@@ -182,6 +169,12 @@ GEM
182169
pkg-config (1.1.7)
183170
psych (2.1.0)
184171
puma (3.4.0)
172+
qu (0.2.0)
173+
multi_json
174+
qu-redis (0.2.0)
175+
qu (= 0.2.0)
176+
redis-namespace
177+
simple_uuid
185178
que (0.11.5)
186179
racc (1.4.14)
187180
rack (2.0.1)
@@ -227,6 +220,7 @@ GEM
227220
connection_pool (~> 2.2, >= 2.2.0)
228221
redis (~> 3.2, >= 3.2.1)
229222
sigdump (0.2.4)
223+
simple_uuid (0.4.0)
230224
sinatra (1.0)
231225
rack (>= 1.0)
232226
sneakers (2.3.5)
@@ -299,7 +293,6 @@ DEPENDENCIES
299293
pg (>= 0.18.0)
300294
psych (~> 2.0)
301295
puma
302-
qu-rails!
303296
qu-redis
304297
que
305298
queue_classic!
@@ -326,4 +319,4 @@ DEPENDENCIES
326319
wdm (>= 0.1.0)
327320

328321
BUNDLED WITH
329-
1.11.2
322+
1.12.5

RAILS_VERSION

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

actioncable/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
* Fix development reloading support: new cable connections are now correctly
2-
dispatched to the reloaded channel class, instead of using a cached reference
3-
to the originally-loaded version.
1+
## Rails 5.0.0 (June 30, 2016) ##
42

5-
*Matthew Draper*
3+
* Fix development reloading support: new cable connections are now correctly
4+
dispatched to the reloaded channel class, instead of using a cached reference
5+
to the originally-loaded version.
6+
7+
*Matthew Draper*
68

79
* WebSocket protocol negotiation.
810

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 = 0
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.0-rc1",
3+
"version": "5.0.0",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

actionmailer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Exception handling: use `rescue_from` to handle exceptions raised by
24
mailer actions, by message delivery, and by deferred delivery jobs.
35

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 = 0
11-
PRE = "rc2"
11+
PRE = nil
1212

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

actionpack/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Add `ActionController#helpers` to get access to the view context at the controller
24
level.
35

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 = 0
11-
PRE = "rc2"
11+
PRE = nil
1212

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

actionview/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Change `datetime_field` and `datetime_field_tag` to generate `datetime-local` fields.
24

35
As a new specification of the HTML 5 the text field type `datetime` will no longer exist

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 = 0
11-
PRE = "rc2"
11+
PRE = nil
1212

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

activejob/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Enable class reloading prior to job dispatch, and ensure Active Record
24
connections are returned to the pool when jobs are run in separate threads.
35

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 = 0
11-
PRE = "rc2"
11+
PRE = nil
1212

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

activemodel/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Ensure that instances of `ActiveModel::Errors` can be marshalled.
24
Fixes #25165.
35

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 = 0
11-
PRE = "rc2"
11+
PRE = nil
1212

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

activerecord/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Ensure hashes can be assigned to attributes created using `composed_of`.
24
Fixes #25210.
35

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 = 0
11-
PRE = "rc2"
11+
PRE = nil
1212

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

activesupport/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Support parsing JSON time in ISO8601 local time strings in
24
`ActiveSupport::JSON.decode` when `parse_json_times` is enabled.
35
Strings in the format of `YYYY-MM-DD hh:mm:ss` (without a `Z` at

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 = 0
11-
PRE = "rc2"
11+
PRE = nil
1212

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

guides/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Update example of passing a proc to `:message` option for validating records.
24

35
This behavior was recently changed in [Pull Request #24199](https://github.com/rails/rails/pull/24119) to

railties/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0 (June 30, 2016) ##
2+
13
* Ensure `/rails/info` routes match in development for apps with a catch-all globbing route.
24

35
*Nicholas Firth-McCoy*

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 = 0
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 = 0
11-
PRE = "rc2"
11+
PRE = nil
1212

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

0 commit comments

Comments
 (0)