forked from tent/tentd-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
134 lines (129 loc) · 2.65 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
GIT
remote: git://github.com/tent/tent-client-ruby.git
revision: cf85fd99840d60bd7b581fa11e35363223b99cf3
branch: master
specs:
tent-client (0.0.1)
addressable
faraday (= 0.8.4)
faraday_middleware (= 0.8.8)
faraday_middleware-multi_json
nokogiri
yajl-ruby
GIT
remote: git://github.com/tent/tentd.git
revision: d2047f38739f64b421376fe27094d52cf7566819
branch: master
specs:
tentd (0.0.1)
hashie
json
pg
rack-mount (~> 0.8.3)
sequel
tent-client
yajl-ruby
GIT
remote: git://github.com/titanous/asset_sync.git
revision: 64f86044921b7029cf3be673a1920aa7fdfe8604
branch: fix-mime
specs:
asset_sync (0.5.0)
activemodel
fog
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
builder (3.0.4)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.4.0)
connection_pool (0.9.2)
excon (0.16.7)
execjs (1.4.0)
multi_json (~> 1.0)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.8.8)
faraday (>= 0.7.4, < 0.9)
faraday_middleware-multi_json (0.0.5)
faraday_middleware
multi_json
fog (1.6.0)
builder
excon (~> 0.14)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.0.4)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.3)
girl_friday (0.10.0)
connection_pool (~> 0.9.0)
hashie (1.2.0)
hike (1.2.1)
i18n (0.6.1)
json (1.7.6)
mime-types (1.19)
multi_json (1.5.0)
multipart-post (1.1.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.6.1)
nokogiri (1.5.5)
pg (0.14.1)
puma (1.6.3)
rack (~> 1.2)
rack (1.4.3)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-protection (1.3.2)
rack
rack-ssl-enforcer (0.2.4)
rack_csrf (2.4.0)
rack (>= 0.9)
ruby-hmac (0.4.0)
sass (3.2.3)
sequel (3.43.0)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
slim (1.3.6)
temple (~> 0.5.5)
tilt (~> 1.3.3)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
temple (0.5.5)
tilt (1.3.3)
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
addressable
asset_sync!
coffee-script
girl_friday
mime-types
pg
puma
rack-ssl-enforcer
rack_csrf
sass
sinatra
slim
sprockets
tent-client!
tentd!