-
Notifications
You must be signed in to change notification settings - Fork 5
/
Gemfile.lock
74 lines (69 loc) · 1.55 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
GIT
remote: git://github.com/GateGuru/xcoder.git
revision: cb4258f8bb01c13a3d502813dc35985eb37b483b
branch: 34-force-utf8-encoding
specs:
xcoder (0.1.11)
builder
json
nokogiri
plist
rest-client
GIT
remote: git://github.com/RestKit/RestKit-Gem.git
revision: 96058139a46c46aa344c1481e8c75b390c82d5e9
specs:
restkit (0.0.0)
GIT
remote: git://github.com/sinatra/sinatra.git
revision: 0bf6b92cedd86df89068b3c0b1b0f58ad28287eb
specs:
sinatra (1.4.0)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
GEM
remote: http://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
builder (3.0.0)
columnize (0.3.6)
daemons (1.1.8)
eventmachine (0.12.10)
json (1.6.6)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mime-types (1.18)
nokogiri (1.5.2)
plist (3.1.0)
rack (1.4.1)
rack-protection (1.2.0)
rack
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.1.0)
rake (~> 0.9.0)
restkit!
ruby-debug19
sinatra!
thin (~> 1.3.1)
xcoder!