comparison Gemfile.lock @ 10:0ea4ac5b96ac

Add twitter gems.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:45:28 +0900
parents 489002ad6ebf
children aad3b253ffd5
comparison
equal deleted inserted replaced
9:b99cc8a7abec 10:0ea4ac5b96ac
25 i18n (~> 0.6, >= 0.6.9) 25 i18n (~> 0.6, >= 0.6.9)
26 json (~> 1.7, >= 1.7.7) 26 json (~> 1.7, >= 1.7.7)
27 minitest (~> 5.1) 27 minitest (~> 5.1)
28 thread_safe (~> 0.1) 28 thread_safe (~> 0.1)
29 tzinfo (~> 1.1) 29 tzinfo (~> 1.1)
30 addressable (2.3.6)
30 arel (5.0.1.20140414130214) 31 arel (5.0.1.20140414130214)
32 buftok (0.2.0)
31 builder (3.2.2) 33 builder (3.2.2)
34 equalizer (0.0.9)
32 erubis (2.7.0) 35 erubis (2.7.0)
36 faraday (0.9.0)
37 multipart-post (>= 1.2, < 3)
33 hike (1.2.3) 38 hike (1.2.3)
39 http (0.6.1)
40 http_parser.rb (~> 0.6.0)
41 http_parser.rb (0.6.0)
34 i18n (0.6.11) 42 i18n (0.6.11)
35 json (1.8.1) 43 json (1.8.1)
36 mail (2.5.4) 44 mail (2.5.4)
37 mime-types (~> 1.16) 45 mime-types (~> 1.16)
38 treetop (~> 1.4.8) 46 treetop (~> 1.4.8)
47 memoizable (0.4.2)
48 thread_safe (~> 0.3, >= 0.3.1)
39 mime-types (1.25.1) 49 mime-types (1.25.1)
40 minitest (5.4.1) 50 minitest (5.4.1)
41 multi_json (1.10.1) 51 multi_json (1.10.1)
52 multipart-post (2.0.0)
53 naught (1.0.0)
42 polyglot (0.3.5) 54 polyglot (0.3.5)
43 rack (1.5.2) 55 rack (1.5.2)
44 rack-test (0.6.2) 56 rack-test (0.6.2)
45 rack (>= 1.0) 57 rack (>= 1.0)
46 rails (4.1.4) 58 rails (4.1.4)
62 rdoc (4.1.1) 74 rdoc (4.1.1)
63 json (~> 1.4) 75 json (~> 1.4)
64 sdoc (0.4.1) 76 sdoc (0.4.1)
65 json (~> 1.7, >= 1.7.7) 77 json (~> 1.7, >= 1.7.7)
66 rdoc (~> 4.0) 78 rdoc (~> 4.0)
79 simple_oauth (0.2.0)
67 spring (1.1.3) 80 spring (1.1.3)
68 sprockets (2.12.1) 81 sprockets (2.12.1)
69 hike (~> 1.2) 82 hike (~> 1.2)
70 multi_json (~> 1.0) 83 multi_json (~> 1.0)
71 rack (~> 1.0) 84 rack (~> 1.0)
78 thread_safe (0.3.4) 91 thread_safe (0.3.4)
79 tilt (1.4.1) 92 tilt (1.4.1)
80 treetop (1.4.15) 93 treetop (1.4.15)
81 polyglot 94 polyglot
82 polyglot (>= 0.3.1) 95 polyglot (>= 0.3.1)
96 twitter (5.11.0)
97 addressable (~> 2.3)
98 buftok (~> 0.2.0)
99 equalizer (~> 0.0.9)
100 faraday (~> 0.9.0)
101 http (~> 0.6.0)
102 http_parser.rb (~> 0.6.0)
103 json (~> 1.8)
104 memoizable (~> 0.4.0)
105 naught (~> 1.0)
106 simple_oauth (~> 0.2.0)
107 twitter-text (1.9.2)
108 unf (~> 0.1.0)
83 tzinfo (1.2.2) 109 tzinfo (1.2.2)
84 thread_safe (~> 0.1) 110 thread_safe (~> 0.1)
111 unf (0.1.4)
112 unf_ext
113 unf_ext (0.0.6)
85 114
86 PLATFORMS 115 PLATFORMS
87 ruby 116 ruby
88 117
89 DEPENDENCIES 118 DEPENDENCIES
90 rails (= 4.1.4) 119 rails (= 4.1.4)
91 sdoc (~> 0.4.0) 120 sdoc (~> 0.4.0)
92 spring 121 spring
122 twitter
123 twitter-text