Skip to content

Commit cdb3072

Browse files
committed
bumping the version
1 parent b5e140b commit cdb3072

File tree

13 files changed

+47
-47
lines changed

13 files changed

+47
-47
lines changed

Gemfile.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,58 +16,58 @@ GIT
1616
PATH
1717
remote: .
1818
specs:
19-
actioncable (5.0.0)
20-
actionpack (= 5.0.0)
19+
actioncable (5.0.0.1)
20+
actionpack (= 5.0.0.1)
2121
nio4r (~> 1.2)
2222
websocket-driver (~> 0.6.1)
23-
actionmailer (5.0.0)
24-
actionpack (= 5.0.0)
25-
actionview (= 5.0.0)
26-
activejob (= 5.0.0)
23+
actionmailer (5.0.0.1)
24+
actionpack (= 5.0.0.1)
25+
actionview (= 5.0.0.1)
26+
activejob (= 5.0.0.1)
2727
mail (~> 2.5, >= 2.5.4)
2828
rails-dom-testing (~> 2.0)
29-
actionpack (5.0.0)
30-
actionview (= 5.0.0)
31-
activesupport (= 5.0.0)
29+
actionpack (5.0.0.1)
30+
actionview (= 5.0.0.1)
31+
activesupport (= 5.0.0.1)
3232
rack (~> 2.0)
3333
rack-test (~> 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.0.2)
36-
actionview (5.0.0)
37-
activesupport (= 5.0.0)
36+
actionview (5.0.0.1)
37+
activesupport (= 5.0.0.1)
3838
builder (~> 3.1)
3939
erubis (~> 2.7.0)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.0, >= 1.0.2)
42-
activejob (5.0.0)
43-
activesupport (= 5.0.0)
42+
activejob (5.0.0.1)
43+
activesupport (= 5.0.0.1)
4444
globalid (>= 0.3.6)
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)
45+
activemodel (5.0.0.1)
46+
activesupport (= 5.0.0.1)
47+
activerecord (5.0.0.1)
48+
activemodel (= 5.0.0.1)
49+
activesupport (= 5.0.0.1)
5050
arel (~> 7.0)
51-
activesupport (5.0.0)
51+
activesupport (5.0.0.1)
5252
concurrent-ruby (~> 1.0, >= 1.0.2)
5353
i18n (~> 0.7)
5454
minitest (~> 5.1)
5555
tzinfo (~> 1.1)
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)
56+
rails (5.0.0.1)
57+
actioncable (= 5.0.0.1)
58+
actionmailer (= 5.0.0.1)
59+
actionpack (= 5.0.0.1)
60+
actionview (= 5.0.0.1)
61+
activejob (= 5.0.0.1)
62+
activemodel (= 5.0.0.1)
63+
activerecord (= 5.0.0.1)
64+
activesupport (= 5.0.0.1)
6565
bundler (>= 1.3.0, < 2.0)
66-
railties (= 5.0.0)
66+
railties (= 5.0.0.1)
6767
sprockets-rails (>= 2.0.0)
68-
railties (5.0.0)
69-
actionpack (= 5.0.0)
70-
activesupport (= 5.0.0)
68+
railties (5.0.0.1)
69+
actionpack (= 5.0.0.1)
70+
activesupport (= 5.0.0.1)
7171
method_source
7272
rake (>= 0.8.7)
7373
thor (>= 0.18.1, < 2.0)
@@ -76,7 +76,7 @@ GEM
7676
remote: https://rubygems.org/
7777
specs:
7878
amq-protocol (2.0.1)
79-
arel (7.0.0)
79+
arel (7.1.1)
8080
backburner (1.3.0)
8181
beaneater (~> 1.0)
8282
dante (> 0.1.5)
@@ -119,7 +119,7 @@ GEM
119119
ffi (1.9.10)
120120
ffi (1.9.10-x64-mingw32)
121121
ffi (1.9.10-x86-mingw32)
122-
globalid (0.3.6)
122+
globalid (0.3.7)
123123
activesupport (>= 4.1.0)
124124
hiredis (0.6.1)
125125
i18n (0.7.0)
@@ -228,7 +228,7 @@ GEM
228228
serverengine (~> 1.5.11)
229229
thor
230230
thread (~> 0.1.7)
231-
sprockets (3.6.2)
231+
sprockets (3.7.0)
232232
concurrent-ruby (~> 1.0)
233233
rack (> 1, < 3)
234234
sprockets-rails (3.1.1)

RAILS_VERSION

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)