comparison Gemfile.lock @ 0:4aa8194a1733

Initial.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 10:58:26 -0700
parents
children 49c0949ee47e
comparison
equal deleted inserted replaced
-1:000000000000 0:4aa8194a1733
1 GEM
2 remote: https://rubygems.org/
3 specs:
4 actionmailer (3.2.8)
5 actionpack (= 3.2.8)
6 mail (~> 2.4.4)
7 actionpack (3.2.8)
8 activemodel (= 3.2.8)
9 activesupport (= 3.2.8)
10 builder (~> 3.0.0)
11 erubis (~> 2.7.0)
12 journey (~> 1.0.4)
13 rack (~> 1.4.0)
14 rack-cache (~> 1.2)
15 rack-test (~> 0.6.1)
16 sprockets (~> 2.1.3)
17 activemodel (3.2.8)
18 activesupport (= 3.2.8)
19 builder (~> 3.0.0)
20 activerecord (3.2.8)
21 activemodel (= 3.2.8)
22 activesupport (= 3.2.8)
23 arel (~> 3.0.2)
24 tzinfo (~> 0.3.29)
25 activeresource (3.2.8)
26 activemodel (= 3.2.8)
27 activesupport (= 3.2.8)
28 activesupport (3.2.8)
29 i18n (~> 0.6)
30 multi_json (~> 1.0)
31 arel (3.0.2)
32 builder (3.0.0)
33 coffee-rails (3.2.2)
34 coffee-script (>= 2.2.0)
35 railties (~> 3.2.0)
36 coffee-script (2.2.0)
37 coffee-script-source
38 execjs
39 coffee-script-source (1.3.3)
40 erubis (2.7.0)
41 execjs (1.4.0)
42 multi_json (~> 1.0)
43 hike (1.2.1)
44 i18n (0.6.0)
45 journey (1.0.4)
46 json (1.7.5)
47 mail (2.4.4)
48 i18n (>= 0.4.0)
49 mime-types (~> 1.16)
50 treetop (~> 1.4.8)
51 mime-types (1.19)
52 multi_json (1.3.6)
53 mysql2 (0.3.11)
54 polyglot (0.3.3)
55 rack (1.4.1)
56 rack-cache (1.2)
57 rack (>= 0.4)
58 rack-ssl (1.3.2)
59 rack
60 rack-test (0.6.1)
61 rack (>= 1.0)
62 rails (3.2.8)
63 actionmailer (= 3.2.8)
64 actionpack (= 3.2.8)
65 activerecord (= 3.2.8)
66 activeresource (= 3.2.8)
67 activesupport (= 3.2.8)
68 bundler (~> 1.0)
69 railties (= 3.2.8)
70 railties (3.2.8)
71 actionpack (= 3.2.8)
72 activesupport (= 3.2.8)
73 rack-ssl (~> 1.3.2)
74 rake (>= 0.8.7)
75 rdoc (~> 3.4)
76 thor (>= 0.14.6, < 2.0)
77 rake (0.9.2.2)
78 rdoc (3.12)
79 json (~> 1.4)
80 sass (3.2.1)
81 sass-rails (3.2.5)
82 railties (~> 3.2.0)
83 sass (>= 3.1.10)
84 tilt (~> 1.3)
85 sprockets (2.1.3)
86 hike (~> 1.2)
87 rack (~> 1.0)
88 tilt (~> 1.1, != 1.3.0)
89 thor (0.16.0)
90 tilt (1.3.3)
91 treetop (1.4.10)
92 polyglot
93 polyglot (>= 0.3.1)
94 tzinfo (0.3.33)
95 uglifier (1.2.7)
96 execjs (>= 0.3.0)
97 multi_json (~> 1.3)
98
99 PLATFORMS
100 ruby
101
102 DEPENDENCIES
103 coffee-rails (~> 3.2.1)
104 json
105 mysql2
106 rails (= 3.2.8)
107 sass-rails (~> 3.2.3)
108 uglifier (>= 1.0.3)