Skip to content

Commit d2a5619

Browse files
committed
remove Pubnub
1 parent a0100f7 commit d2a5619

File tree

5 files changed

+4
-39
lines changed

5 files changed

+4
-39
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ source 'https://rubygems.org' do
103103
gem 'mixpanel'
104104
gem 'never_wastes'
105105
gem 'octokit'
106-
gem 'pubnub', '0.1.9'
107106
gem 'rakismet'
108107
gem 'sanitize'
109108
gem 'simple_form'

Gemfile.lock

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ GEM
123123
sass-rails (<= 5.0.1)
124124
sprockets (< 2.13)
125125
connection_pool (2.2.0)
126-
cookiejar (0.3.2)
127126
crack (0.4.2)
128127
safe_yaml (~> 1.0.0)
129128
crass (1.0.2)
@@ -154,18 +153,9 @@ GEM
154153
elasticsearch-transport (1.0.7)
155154
faraday
156155
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)
165156
equalizer (0.0.11)
166157
erubis (2.7.0)
167158
escape (0.0.4)
168-
eventmachine (1.0.7)
169159
excon (0.45.3)
170160
execjs (2.5.2)
171161
fabrication (2.11.3)
@@ -447,9 +437,6 @@ GEM
447437
pry-byebug (1.3.2)
448438
byebug (~> 2.7)
449439
pry (~> 0.9.12)
450-
pubnub (0.1.9)
451-
em-http-request (>= 1.0.2)
452-
json
453440
puma (2.11.2)
454441
rack (>= 1.1, < 2.0)
455442
quiet_assets (1.1.0)
@@ -762,7 +749,6 @@ DEPENDENCIES
762749
poltergeist!
763750
postgres_ext!
764751
pry-byebug!
765-
pubnub (= 0.1.9)!
766752
puma!
767753
quiet_assets!
768754
rack_session_access!

app/structs/event.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class Event < Struct.new(:data)
22
include ActiveModel::Conversion
33
extend ActiveModel::Naming
4-
extend Publisher
54

65
class << self
76

@@ -93,4 +92,8 @@ def team_info(team)
9392
} }
9493
end
9594
end
95+
96+
def publish(channel, message)
97+
false
98+
end
9699
end

app/views/shared/_pubnub.html.haml

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/publisher.rb

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)