about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-11-27 16:49:48 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-11-27 16:49:48 -0500
commit4aedd681a0ddf511f3bb4254e2960fce7f400b04 (patch)
treeeaf93841c277e38054e5df8b255fb5f53c4c3be4 /.gitmodules
parentb5628b64e540a5a5088338b6b839e99bb40a85d8 (diff)
downloadnancy-4aedd681a0ddf511f3bb4254e2960fce7f400b04.tar.gz
nancy-4aedd681a0ddf511f3bb4254e2960fce7f400b04.tar.bz2
nancy-4aedd681a0ddf511f3bb4254e2960fce7f400b04.zip
Switched from twitcurl to libtwitter++
Also updated verbly to remove dependence on json submodule, replaced
uses of the C random API with the C++ random API, and replaced the
UNIX-dependent sleep call with the sleep functionality in the C++
standard library.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 253a6d8..4f93bea 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,9 +1,9 @@
1[submodule "vendor/twitcurl"]
2 path = vendor/twitcurl
3 url = https://github.com/swatkat/twitcurl
4[submodule "vendor/yaml-cpp"] 1[submodule "vendor/yaml-cpp"]
5 path = vendor/yaml-cpp 2 path = vendor/yaml-cpp
6 url = https://github.com/jbeder/yaml-cpp 3 url = https://github.com/jbeder/yaml-cpp
7[submodule "vendor/verbly"] 4[submodule "vendor/verbly"]
8 path = vendor/verbly 5 path = vendor/verbly
9 url = https://github.com/hatkirby/verbly 6 url = https://github.com/hatkirby/verbly
7[submodule "vendor/libtwittercpp"]
8 path = vendor/libtwittercpp
9 url = https://github.com/hatkirby/libtwittercpp