commit
33cb964225
5 changed files with 25 additions and 17 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,3 +1,9 @@
|
|||
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
||||
#
|
||||
# If you find yourself ignoring temporary files generated by your text editor
|
||||
# or operating system, you probably want to add a global ignore instead:
|
||||
# git config --global core.excludesfile '~/.gitignore_global'
|
||||
|
||||
*.gem
|
||||
*.rbc
|
||||
/.config
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
lita-tox (0.3.0)
|
||||
lita-tox (0.4.0)
|
||||
lita (~> 4.7)
|
||||
tox (~> 0.0.1)
|
||||
tox (~> 0.0.2)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
faraday (0.12.1)
|
||||
concurrent-ruby (1.0.5)
|
||||
faraday (0.14.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
http_router (0.11.2)
|
||||
rack (>= 1.0.0)
|
||||
url_mount (~> 0.2.1)
|
||||
i18n (0.8.6)
|
||||
i18n (1.0.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
ice_nine (0.11.2)
|
||||
lita (4.7.1)
|
||||
bundler (>= 1.3)
|
||||
|
@ -27,16 +29,16 @@ GEM
|
|||
rb-readline (>= 0.5.1)
|
||||
redis-namespace (>= 1.3.0)
|
||||
thor (>= 0.18.1)
|
||||
multi_json (1.12.1)
|
||||
multi_json (1.13.1)
|
||||
multipart-post (2.0.0)
|
||||
puma (3.9.1)
|
||||
rack (1.6.8)
|
||||
rb-readline (0.5.4)
|
||||
redis (3.3.3)
|
||||
redis-namespace (1.5.3)
|
||||
redis (~> 3.0, >= 3.0.4)
|
||||
thor (0.19.4)
|
||||
tox (0.0.1)
|
||||
puma (3.11.3)
|
||||
rack (1.6.9)
|
||||
rb-readline (0.5.5)
|
||||
redis (4.0.1)
|
||||
redis-namespace (1.6.0)
|
||||
redis (>= 3.0.4)
|
||||
thor (0.20.0)
|
||||
tox (0.0.2)
|
||||
url_mount (0.2.1)
|
||||
rack
|
||||
|
||||
|
@ -48,4 +50,4 @@ DEPENDENCIES
|
|||
lita-tox!
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.6
|
||||
1.16.1
|
||||
|
|
|
@ -38,5 +38,5 @@ Gem::Specification.new do |spec|
|
|||
spec.add_development_dependency 'pry', '~> 0.10'
|
||||
|
||||
spec.add_runtime_dependency 'lita', '~> 4.7'
|
||||
spec.add_runtime_dependency 'tox', '~> 0.0.1'
|
||||
spec.add_runtime_dependency 'tox', '~> 0.0.2'
|
||||
end
|
||||
|
|
2
vendor/libsodium
vendored
2
vendor/libsodium
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 63dd05419e8a4175fd59da50a58afbdc20a2cd31
|
||||
Subproject commit 2f4f718cd94adab547c210a78050762cf667dfca
|
2
vendor/libtoxcore
vendored
2
vendor/libtoxcore
vendored
|
@ -1 +1 @@
|
|||
Subproject commit a429ef4a28a5e5e0ad010efffb76d2abc3ada0af
|
||||
Subproject commit acb25e66eb2f92ab532333d4f426b52a121cb516
|
Reference in a new issue