File tree 1 file changed +73
-0
lines changed
1 file changed +73
-0
lines changed Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ abstract (1.0.0 )
5
+ actionmailer (3.0.4 )
6
+ actionpack (= 3.0.4 )
7
+ mail (~> 2.2.15 )
8
+ actionpack (3.0.4 )
9
+ activemodel (= 3.0.4 )
10
+ activesupport (= 3.0.4 )
11
+ builder (~> 2.1.2 )
12
+ erubis (~> 2.6.6 )
13
+ i18n (~> 0.4 )
14
+ rack (~> 1.2.1 )
15
+ rack-mount (~> 0.6.13 )
16
+ rack-test (~> 0.5.7 )
17
+ tzinfo (~> 0.3.23 )
18
+ activemodel (3.0.4 )
19
+ activesupport (= 3.0.4 )
20
+ builder (~> 2.1.2 )
21
+ i18n (~> 0.4 )
22
+ activerecord (3.0.4 )
23
+ activemodel (= 3.0.4 )
24
+ activesupport (= 3.0.4 )
25
+ arel (~> 2.0.2 )
26
+ tzinfo (~> 0.3.23 )
27
+ activeresource (3.0.4 )
28
+ activemodel (= 3.0.4 )
29
+ activesupport (= 3.0.4 )
30
+ activesupport (3.0.4 )
31
+ arel (2.0.8 )
32
+ builder (2.1.2 )
33
+ erubis (2.6.6 )
34
+ abstract (>= 1.0.0 )
35
+ i18n (0.5.0 )
36
+ mail (2.2.15 )
37
+ activesupport (>= 2.3.6 )
38
+ i18n (>= 0.4.0 )
39
+ mime-types (~> 1.16 )
40
+ treetop (~> 1.4.8 )
41
+ mime-types (1.16 )
42
+ polyglot (0.3.1 )
43
+ rack (1.2.1 )
44
+ rack-mount (0.6.13 )
45
+ rack (>= 1.0.0 )
46
+ rack-test (0.5.7 )
47
+ rack (>= 1.0 )
48
+ rails (3.0.4 )
49
+ actionmailer (= 3.0.4 )
50
+ actionpack (= 3.0.4 )
51
+ activerecord (= 3.0.4 )
52
+ activeresource (= 3.0.4 )
53
+ activesupport (= 3.0.4 )
54
+ bundler (~> 1.0 )
55
+ railties (= 3.0.4 )
56
+ railties (3.0.4 )
57
+ actionpack (= 3.0.4 )
58
+ activesupport (= 3.0.4 )
59
+ rake (>= 0.8.7 )
60
+ thor (~> 0.14.4 )
61
+ rake (0.8.7 )
62
+ sqlite3 (1.3.3 )
63
+ thor (0.14.6 )
64
+ treetop (1.4.9 )
65
+ polyglot (>= 0.3.1 )
66
+ tzinfo (0.3.24 )
67
+
68
+ PLATFORMS
69
+ ruby
70
+
71
+ DEPENDENCIES
72
+ rails (= 3.0.4 )
73
+ sqlite3
You can’t perform that action at this time.
0 commit comments