Merge pull request #2 from mroch/patch-1
[rbot] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     atomic (1.1.15)
5     domain_name (0.5.16)
6       unf (>= 0.0.5, < 1.0.0)
7     faraday (0.9.0)
8       multipart-post (>= 1.2, < 3)
9     http-cookie (1.0.2)
10       domain_name (~> 0.5)
11     jwt (0.1.11)
12       multi_json (>= 1.5)
13     mechanize (2.7.3)
14       domain_name (~> 0.5, >= 0.5.1)
15       http-cookie (~> 1.0)
16       mime-types (~> 2.0)
17       net-http-digest_auth (~> 1.1, >= 1.1.1)
18       net-http-persistent (~> 2.5, >= 2.5.2)
19       nokogiri (~> 1.4)
20       ntlm-http (~> 0.1, >= 0.1.1)
21       webrobots (>= 0.0.9, < 0.2)
22     mime-types (2.1)
23     mini_portile (0.5.2)
24     multi_json (1.9.0)
25     multi_xml (0.5.5)
26     multipart-post (2.0.0)
27     net-http-digest_auth (1.4)
28     net-http-persistent (2.9.4)
29     nokogiri (1.6.1)
30       mini_portile (~> 0.5.0)
31     ntlm-http (0.1.1)
32     oauth (0.4.7)
33     oauth2 (0.9.3)
34       faraday (>= 0.8, < 0.10)
35       jwt (~> 0.1.8)
36       multi_json (~> 1.3)
37       multi_xml (~> 0.5)
38       rack (~> 1.2)
39     rack (1.5.2)
40     shorturl (1.0.0)
41     thread_safe (0.2.0)
42       atomic (>= 1.1.7, < 2)
43     tokyocabinet (1.29.1)
44     tzinfo (1.1.0)
45       thread_safe (~> 0.1)
46     unf (0.1.3)
47       unf_ext
48     unf_ext (0.0.6)
49     webrobots (0.1.1)
50
51 PLATFORMS
52   ruby
53
54 DEPENDENCIES
55   mechanize
56   oauth
57   oauth2
58   shorturl
59   tokyocabinet
60   tzinfo