about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-11-27 14:52:06 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-11-27 14:52:06 -0500
commit793559182f0ed010ca2619e68c36fece491c70e0 (patch)
tree16aa46acacd829313138f6175468fc46d136d1ff /.gitmodules
parentb1cf43d8cf588ffb947cb1570c42b07b145c7c44 (diff)
downloadfurries-793559182f0ed010ca2619e68c36fece491c70e0.tar.gz
furries-793559182f0ed010ca2619e68c36fece491c70e0.tar.bz2
furries-793559182f0ed010ca2619e68c36fece491c70e0.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 ad942bc..79aa7f0 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/verbly"] 1[submodule "vendor/verbly"]
5 path = vendor/verbly 2 path = vendor/verbly
6 url = https://github.com/hatkirby/verbly 3 url = https://github.com/hatkirby/verbly
7[submodule "vendor/yaml-cpp"] 4[submodule "vendor/yaml-cpp"]
8 path = vendor/yaml-cpp 5 path = vendor/yaml-cpp
9 url = https://github.com/jbeder/yaml-cpp 6 url = https://github.com/jbeder/yaml-cpp
7[submodule "vendor/libtwittercpp"]
8 path = vendor/libtwittercpp
9 url = https://github.com/hatkirby/libtwittercpp