Skip to content

Commit

Permalink
Fix suddenly death
Browse files Browse the repository at this point in the history
  • Loading branch information
fukayatsu committed Jul 29, 2015
1 parent 14f2cbc commit 228d380
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
source "https://rubygems.org"
ruby '2.2.2'

gem 'pusher-client', github: 'fukayatsu/pusher-websocket-ruby', branch: 'disconnect-on-pusher-error'

gem "lita"
gem "lita-idobata"
gem "lita-idobata", github: 'fukayatsu/lita-idobata', branch: 'reconnect'
gem "lita-sushiyuki"
gem "lita-google-images"
gem "lita-ascii-art"
Expand Down
33 changes: 23 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
GIT
remote: git://github.com/fukayatsu/lita-idobata.git
revision: 77466af7fc9ad40a76c360c1bc3e24ee7e53a35e
branch: reconnect
specs:
lita-idobata (0.2.6)
faraday (~> 0.9.0)
lita (>= 4.0)
pusher-client (~> 0.6.0)

GIT
remote: git://github.com/fukayatsu/pusher-websocket-ruby.git
revision: 37551a08738ae3681b8e5877d4dc9485bf00ed1d
branch: disconnect-on-pusher-error
specs:
pusher-client (0.6.2)
json
websocket (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -46,10 +65,6 @@ GEM
lita (>= 3.0.0)
lita-google-images (2.0.0)
lita (>= 4.0)
lita-idobata (0.2.6)
faraday (~> 0.9.0)
lita (>= 4.0)
pusher-client (~> 0.6.0)
lita-irkit (0.1.1)
faraday (~> 0.9.0)
lita (>= 3.0)
Expand All @@ -74,10 +89,7 @@ GEM
multi_json (1.11.2)
multipart-post (2.0.0)
pebbles-suddenly_death_string (0.0.4)
puma (2.12.0)
pusher-client (0.6.2)
json
websocket (~> 1.0)
puma (2.12.2)
rack (1.6.4)
rb-readline (0.5.3)
redis (3.2.1)
Expand All @@ -94,7 +106,7 @@ GEM
url_mount (0.2.1)
rack
websocket (1.2.2)
whois (3.5.9)
whois (3.6.0)
activesupport (>= 3)

PLATFORMS
Expand All @@ -104,13 +116,14 @@ DEPENDENCIES
lita
lita-ascii-art
lita-google-images
lita-idobata
lita-idobata!
lita-irkit
lita-pebbles
lita-sushiyuki
lita-talk
lita-whois
lita-yurudev
pusher-client!

BUNDLED WITH
1.10.5

0 comments on commit 228d380

Please sign in to comment.