add missing timestamp and route, set default event_at=Time.now
[arvados.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     actionmailer (3.1.10)
5       actionpack (= 3.1.10)
6       mail (~> 2.3.3)
7     actionpack (3.1.10)
8       activemodel (= 3.1.10)
9       activesupport (= 3.1.10)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       i18n (~> 0.6)
13       rack (~> 1.3.6)
14       rack-cache (~> 1.2)
15       rack-mount (~> 0.8.2)
16       rack-test (~> 0.6.1)
17       sprockets (~> 2.0.4)
18     activemodel (3.1.10)
19       activesupport (= 3.1.10)
20       builder (~> 3.0.0)
21       i18n (~> 0.6)
22     activerecord (3.1.10)
23       activemodel (= 3.1.10)
24       activesupport (= 3.1.10)
25       arel (~> 2.2.3)
26       tzinfo (~> 0.3.29)
27     activeresource (3.1.10)
28       activemodel (= 3.1.10)
29       activesupport (= 3.1.10)
30     activesupport (3.1.10)
31       multi_json (>= 1.0, < 1.3)
32     acts_as_api (0.4.1)
33       activemodel (>= 3.0.0)
34       activesupport (>= 3.0.0)
35       rack (>= 1.1.0)
36     arel (2.2.3)
37     builder (3.0.4)
38     capistrano (2.14.1)
39       highline
40       net-scp (>= 1.0.0)
41       net-sftp (>= 2.0.0)
42       net-ssh (>= 2.0.14)
43       net-ssh-gateway (>= 1.1.0)
44     coffee-rails (3.1.1)
45       coffee-script (>= 2.2.0)
46       railties (~> 3.1.0)
47     coffee-script (2.2.0)
48       coffee-script-source
49       execjs
50     coffee-script-source (1.4.0)
51     daemon_controller (1.1.0)
52     erubis (2.7.0)
53     execjs (1.4.0)
54       multi_json (~> 1.0)
55     fastthread (1.0.7)
56     highline (1.6.15)
57     hike (1.2.1)
58     i18n (0.6.1)
59     jquery-rails (2.1.4)
60       railties (>= 3.0, < 5.0)
61       thor (>= 0.14, < 2.0)
62     json (1.7.6)
63     libv8 (3.11.8.13)
64     mail (2.3.3)
65       i18n (>= 0.4.0)
66       mime-types (~> 1.16)
67       treetop (~> 1.4.8)
68     mime-types (1.19)
69     multi_json (1.2.0)
70     net-scp (1.0.4)
71       net-ssh (>= 1.99.1)
72     net-sftp (2.0.5)
73       net-ssh (>= 2.0.9)
74     net-ssh (2.6.3)
75     net-ssh-gateway (1.1.0)
76       net-ssh (>= 1.99.1)
77     passenger (3.0.19)
78       daemon_controller (>= 1.0.0)
79       fastthread (>= 1.0.1)
80       rack
81       rake (>= 0.8.1)
82     pg (0.14.1)
83     polyglot (0.3.3)
84     rack (1.3.9)
85     rack-cache (1.2)
86       rack (>= 0.4)
87     rack-mount (0.8.3)
88       rack (>= 1.0.0)
89     rack-ssl (1.3.2)
90       rack
91     rack-test (0.6.2)
92       rack (>= 1.0)
93     rails (3.1.10)
94       actionmailer (= 3.1.10)
95       actionpack (= 3.1.10)
96       activerecord (= 3.1.10)
97       activeresource (= 3.1.10)
98       activesupport (= 3.1.10)
99       bundler (~> 1.0)
100       railties (= 3.1.10)
101     railties (3.1.10)
102       actionpack (= 3.1.10)
103       activesupport (= 3.1.10)
104       rack-ssl (~> 1.3.2)
105       rake (>= 0.8.7)
106       rdoc (~> 3.4)
107       thor (~> 0.14.6)
108     rake (10.0.3)
109     rdoc (3.12)
110       json (~> 1.4)
111     ref (1.0.2)
112     rvm-capistrano (1.2.7)
113       capistrano (>= 2.0.0)
114     sass (3.1.21)
115     sass-rails (3.1.5)
116       actionpack (~> 3.1.0)
117       railties (~> 3.1.0)
118       sass (~> 3.1.10)
119       tilt (~> 1.3.2)
120     sprockets (2.0.4)
121       hike (~> 1.2)
122       rack (~> 1.0)
123       tilt (~> 1.1, != 1.3.0)
124     therubyracer (0.11.3)
125       libv8 (~> 3.11.8.12)
126       ref
127     thor (0.14.6)
128     tilt (1.3.3)
129     treetop (1.4.12)
130       polyglot
131       polyglot (>= 0.3.1)
132     tzinfo (0.3.35)
133     uglifier (1.3.0)
134       execjs (>= 0.3.0)
135       multi_json (~> 1.0, >= 1.0.2)
136
137 PLATFORMS
138   ruby
139
140 DEPENDENCIES
141   acts_as_api
142   coffee-rails (~> 3.1.1)
143   jquery-rails
144   json
145   passenger
146   pg
147   rails (= 3.1.10)
148   rvm-capistrano
149   sass-rails (= 3.1.5)
150   therubyracer
151   uglifier (>= 1.0.3)