OSDN Git Service

gem mechanize. add read-seigas script.
[tdcgexplorer/nimono-crawlers.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     activegroonga (2.1.3)
5       activemodel (>= 3.2.10)
6       rroonga (>= 2.1.2)
7     activemodel (3.2.11)
8       activesupport (= 3.2.11)
9       builder (~> 3.0.0)
10     activesupport (3.2.11)
11       i18n (~> 0.6)
12       multi_json (~> 1.0)
13     archive-zip (0.5.0)
14       io-like (>= 0.3.0)
15     builder (3.0.4)
16     diff-lcs (1.1.2)
17     domain_name (0.5.7)
18       unf (~> 0.0.3)
19     i18n (0.6.1)
20     io-like (0.3.0)
21     json (1.7.6)
22     mechanize (2.5.1)
23       domain_name (~> 0.5, >= 0.5.1)
24       mime-types (~> 1.17, >= 1.17.2)
25       net-http-digest_auth (~> 1.1, >= 1.1.1)
26       net-http-persistent (~> 2.5, >= 2.5.2)
27       nokogiri (~> 1.4)
28       ntlm-http (~> 0.1, >= 0.1.1)
29       webrobots (~> 0.0, >= 0.0.9)
30     mime-types (1.21)
31     multi_json (1.5.0)
32     net-http-digest_auth (1.2.1)
33     net-http-persistent (2.8)
34     nokogiri (1.5.6)
35     ntlm-http (0.1.1)
36     pkg-config (1.1.4)
37     rroonga (2.1.3)
38       archive-zip
39       json
40       pkg-config
41     rspec (2.6.0)
42       rspec-core (~> 2.6.0)
43       rspec-expectations (~> 2.6.0)
44       rspec-mocks (~> 2.6.0)
45     rspec-core (2.6.4)
46     rspec-expectations (2.6.0)
47       diff-lcs (~> 1.1.2)
48     rspec-mocks (2.6.0)
49     unf (0.0.5)
50       unf_ext
51     unf_ext (0.0.5)
52     webrobots (0.0.13)
53     zipruby (0.3.6)
54
55 PLATFORMS
56   ruby
57
58 DEPENDENCIES
59   activegroonga (= 2.1.3)
60   mechanize
61   rroonga (= 2.1.3)
62   rspec (= 2.6.0)
63   zipruby