Skip to content

Commit 215d5af

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 7a7a417 + 723e5de commit 215d5af

17 files changed

+99
-93
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2010-2015 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
1+
Copyright (C) 2010-2019 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
22

33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by

include/ngx_http_push_stream_module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2015 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
2+
* Copyright (C) 2010-2019 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
33
*
44
* This file is part of Nginx Push Stream Module.
55
*

include/ngx_http_push_stream_module_publisher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2015 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
2+
* Copyright (C) 2010-2019 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
33
*
44
* This file is part of Nginx Push Stream Module.
55
*

include/ngx_http_push_stream_module_setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2015 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
2+
* Copyright (C) 2010-2019 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
33
*
44
* This file is part of Nginx Push Stream Module.
55
*

include/ngx_http_push_stream_module_subscriber.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2015 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
2+
* Copyright (C) 2010-2019 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
33
*
44
* This file is part of Nginx Push Stream Module.
55
*

include/ngx_http_push_stream_module_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2015 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
2+
* Copyright (C) 2010-2019 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
33
*
44
* This file is part of Nginx Push Stream Module.
55
*

include/ngx_http_push_stream_module_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2015 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
2+
* Copyright (C) 2010-2019 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
33
*
44
* This file is part of Nginx Push Stream Module.
55
*

include/ngx_http_push_stream_module_websocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2015 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
2+
* Copyright (C) 2010-2019 Wandenberg Peixoto <[email protected]>, Rogério Carvalho Schneider <[email protected]>
33
*
44
* This file is part of Nginx Push Stream Module.
55
*

misc/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source "https://rubygems.org"
22

3-
ruby '2.3.0'
3+
ruby '2.5.3'
44

5-
gem 'rake'
5+
gem 'rake', '< 11.0'
66

77
group :test do
88
gem 'rspec'

misc/Gemfile.lock

Lines changed: 76 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,106 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Platform (0.4.0)
5-
RedCloth (4.2.9)
6-
addressable (2.3.8)
7-
byebug (4.0.5)
8-
columnize (= 0.9.0)
9-
celluloid (0.16.0)
10-
timers (~> 4.0.0)
11-
columnize (0.9.0)
12-
cookiejar (0.3.2)
13-
daemons (1.2.2)
14-
diff-lcs (1.2.5)
15-
em-eventsource (0.2.0)
16-
em-http-request (>= 1.0.0)
17-
eventmachine (>= 1.0.0.beta3)
18-
em-http-request (1.1.2)
4+
Platform (0.4.2)
5+
RedCloth (4.3.2)
6+
addressable (2.6.0)
7+
public_suffix (>= 2.0.2, < 4.0)
8+
byebug (10.0.2)
9+
connection_pool (2.2.2)
10+
cookiejar (0.3.3)
11+
daemons (1.3.1)
12+
diff-lcs (1.3)
13+
em-eventsource (0.3.1)
14+
em-http-request (~> 1.0)
15+
eventmachine (~> 1.0)
16+
em-http-request (1.1.5)
1917
addressable (>= 2.3.4)
20-
cookiejar
18+
cookiejar (!= 0.3.1)
2119
em-socksify (>= 0.3)
2220
eventmachine (>= 1.0.3)
2321
http_parser.rb (>= 0.6.0)
24-
em-socksify (0.3.0)
22+
em-socksify (0.3.2)
2523
eventmachine (>= 1.0.0.beta.4)
26-
eventmachine (1.0.7)
27-
execjs (2.5.0)
28-
ffi (1.9.8)
29-
filewatcher (0.4.0)
30-
trollop (~> 2.0)
31-
github-markup (1.3.3)
32-
hitimes (1.2.2)
24+
eventmachine (1.2.7)
25+
execjs (2.7.0)
26+
ffi (1.10.0)
27+
filewatcher (1.1.1)
28+
optimist (~> 3.0)
29+
github-markup (3.0.2)
3330
http_parser.rb (0.6.0)
34-
jasmine (2.2.0)
35-
jasmine-core (~> 2.2)
31+
jasmine (3.3.0)
32+
jasmine-core (~> 3.3.0)
3633
phantomjs
3734
rack (>= 1.2.1)
3835
rake
39-
jasmine-core (2.2.0)
36+
jasmine-core (3.3.0)
4037
jshintrb (0.3.0)
4138
execjs
4239
multi_json (>= 1.3)
4340
rake
44-
json (1.8.2)
45-
libv8 (3.16.14.7)
46-
listen (2.10.0)
47-
celluloid (~> 0.16.0)
48-
rb-fsevent (>= 0.9.3)
49-
rb-inotify (>= 0.9)
50-
mini_portile (0.6.2)
51-
multi_json (1.11.0)
52-
net-http-persistent (2.9.4)
41+
json (2.1.0)
42+
libv8 (3.16.14.19)
43+
libv8 (3.16.14.19-x86_64-darwin-17)
44+
libv8 (3.16.14.19-x86_64-darwin-18)
45+
listen (3.1.5)
46+
rb-fsevent (~> 0.9, >= 0.9.4)
47+
rb-inotify (~> 0.9, >= 0.9.7)
48+
ruby_dep (~> 1.2)
49+
mini_portile2 (2.4.0)
50+
multi_json (1.13.1)
51+
net-http-persistent (3.0.0)
52+
connection_pool (~> 2.2)
5353
nginx_test_helper (0.4.1)
5454
popen4
55-
nokogiri (1.6.6.2)
56-
mini_portile (~> 0.6.0)
55+
nokogiri (1.10.1)
56+
mini_portile2 (~> 2.4.0)
5757
open4 (1.3.4)
58-
phantomjs (1.9.8.0)
58+
optimist (3.0.0)
59+
phantomjs (2.1.1.0)
5960
popen4 (0.1.2)
6061
Platform (>= 0.4.0)
6162
open4 (>= 0.4.0)
62-
rack (1.6.0)
63-
rake (10.4.2)
64-
rb-fsevent (0.9.4)
65-
rb-inotify (0.9.5)
66-
ffi (>= 0.5.0)
67-
ref (1.0.5)
68-
rspec (3.2.0)
69-
rspec-core (~> 3.2.0)
70-
rspec-expectations (~> 3.2.0)
71-
rspec-mocks (~> 3.2.0)
72-
rspec-core (3.2.3)
73-
rspec-support (~> 3.2.0)
74-
rspec-expectations (3.2.1)
63+
public_suffix (3.0.3)
64+
rack (2.0.6)
65+
rake (10.5.0)
66+
rb-fsevent (0.10.3)
67+
rb-inotify (0.10.0)
68+
ffi (~> 1.0)
69+
ref (2.0.0)
70+
rspec (3.8.0)
71+
rspec-core (~> 3.8.0)
72+
rspec-expectations (~> 3.8.0)
73+
rspec-mocks (~> 3.8.0)
74+
rspec-core (3.8.0)
75+
rspec-support (~> 3.8.0)
76+
rspec-expectations (3.8.2)
7577
diff-lcs (>= 1.2.0, < 2.0)
76-
rspec-support (~> 3.2.0)
77-
rspec-mocks (3.2.1)
78+
rspec-support (~> 3.8.0)
79+
rspec-mocks (3.8.0)
7880
diff-lcs (>= 1.2.0, < 2.0)
79-
rspec-support (~> 3.2.0)
80-
rspec-support (3.2.2)
81-
therubyracer (0.12.2)
82-
libv8 (~> 3.16.14.0)
81+
rspec-support (~> 3.8.0)
82+
rspec-support (3.8.0)
83+
ruby_dep (1.5.0)
84+
therubyracer (0.12.3)
85+
libv8 (~> 3.16.14.15)
8386
ref
84-
thin (1.6.3)
87+
thin (1.7.2)
8588
daemons (~> 1.0, >= 1.0.9)
86-
eventmachine (~> 1.0)
87-
rack (~> 1.0)
88-
timers (4.0.1)
89-
hitimes
90-
trollop (2.1.2)
91-
websocket (1.2.1)
92-
websocket-eventmachine-base (1.1.0)
89+
eventmachine (~> 1.0, >= 1.0.4)
90+
rack (>= 1, < 3)
91+
websocket (1.2.8)
92+
websocket-eventmachine-base (1.2.0)
9393
eventmachine (~> 1.0)
9494
websocket (~> 1.0)
9595
websocket-native (~> 1.0)
96-
websocket-eventmachine-client (1.1.0)
96+
websocket-eventmachine-client (1.2.0)
9797
websocket-eventmachine-base (~> 1.0)
9898
websocket-native (1.0.0)
9999

100100
PLATFORMS
101101
ruby
102+
x86_64-darwin-17
103+
x86_64-darwin-18
102104

103105
DEPENDENCIES
104106
RedCloth
@@ -113,10 +115,16 @@ DEPENDENCIES
113115
net-http-persistent
114116
nginx_test_helper (~> 0.4.0)
115117
nokogiri
116-
rake
118+
rake (< 11.0)
117119
rb-fsevent
118120
rb-inotify
119121
rspec
120122
therubyracer
121123
thin
122124
websocket-eventmachine-client
125+
126+
RUBY VERSION
127+
ruby 2.5.3p105
128+
129+
BUNDLED WITH
130+
1.17.1

0 commit comments

Comments
 (0)