File tree 5 files changed +4
-39
lines changed
5 files changed +4
-39
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ source 'https://rubygems.org' do
103
103
gem 'mixpanel'
104
104
gem 'never_wastes'
105
105
gem 'octokit'
106
- gem 'pubnub' , '0.1.9'
107
106
gem 'rakismet'
108
107
gem 'sanitize'
109
108
gem 'simple_form'
Original file line number Diff line number Diff line change 123
123
sass-rails (<= 5.0.1 )
124
124
sprockets (< 2.13 )
125
125
connection_pool (2.2.0 )
126
- cookiejar (0.3.2 )
127
126
crack (0.4.2 )
128
127
safe_yaml (~> 1.0.0 )
129
128
crass (1.0.2 )
154
153
elasticsearch-transport (1.0.7 )
155
154
faraday
156
155
multi_json
157
- em-http-request (1.1.2 )
158
- addressable (>= 2.3.4 )
159
- cookiejar
160
- em-socksify (>= 0.3 )
161
- eventmachine (>= 1.0.3 )
162
- http_parser.rb (>= 0.6.0 )
163
- em-socksify (0.3.0 )
164
- eventmachine (>= 1.0.0.beta.4 )
165
156
equalizer (0.0.11 )
166
157
erubis (2.7.0 )
167
158
escape (0.0.4 )
168
- eventmachine (1.0.7 )
169
159
excon (0.45.3 )
170
160
execjs (2.5.2 )
171
161
fabrication (2.11.3 )
447
437
pry-byebug (1.3.2 )
448
438
byebug (~> 2.7 )
449
439
pry (~> 0.9.12 )
450
- pubnub (0.1.9 )
451
- em-http-request (>= 1.0.2 )
452
- json
453
440
puma (2.11.2 )
454
441
rack (>= 1.1 , < 2.0 )
455
442
quiet_assets (1.1.0 )
@@ -762,7 +749,6 @@ DEPENDENCIES
762
749
poltergeist !
763
750
postgres_ext !
764
751
pry-byebug !
765
- pubnub (= 0.1.9 )!
766
752
puma !
767
753
quiet_assets !
768
754
rack_session_access !
Original file line number Diff line number Diff line change 1
1
class Event < Struct . new ( :data )
2
2
include ActiveModel ::Conversion
3
3
extend ActiveModel ::Naming
4
- extend Publisher
5
4
6
5
class << self
7
6
@@ -93,4 +92,8 @@ def team_info(team)
93
92
} }
94
93
end
95
94
end
95
+
96
+ def publish ( channel , message )
97
+ false
98
+ end
96
99
end
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments