forked from RestKit/RestKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
107 lines (102 loc) · 2.27 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
GIT
remote: git://github.com/RestKit/RestKit-Gem.git
revision: 96058139a46c46aa344c1481e8c75b390c82d5e9
specs:
restkit (0.0.0)
GIT
remote: git://github.com/rayh/xcoder.git
revision: 4071b9f87acdb4fe4e25c3fc862d0ca45eac9b67
specs:
xcoder (0.1.15)
builder
json
nokogiri
plist
rest-client
GIT
remote: git://github.com/sinatra/sinatra.git
revision: 9984d0d2b3f1ea12273c6c25f8e102b2329f33e9
specs:
sinatra (1.4.0)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
builder (3.1.4)
cocoapods (0.16.1)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
faraday (~> 0.8.1)
json (~> 1.7.3)
octokit (~> 1.7)
open4 (~> 1.3.0)
rake (~> 0.9.4)
xcodeproj (~> 0.4.1)
colored (1.2)
columnize (0.3.6)
daemons (1.1.9)
debugger (1.2.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.3)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.6)
escape (0.0.4)
eventmachine (1.0.0)
faker (1.1.2)
i18n (~> 0.5)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.6)
mime-types (1.19)
multi_json (1.5.0)
multipart-post (1.1.5)
netrc (0.7.7)
nokogiri (1.5.6)
octokit (1.21.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 1.2)
multi_json (~> 1.3)
netrc (~> 0.7.7)
open4 (1.3.0)
plist (3.1.0)
rack (1.4.3)
rack-protection (1.3.2)
rack
rake (0.9.6)
rest-client (1.6.7)
mime-types (>= 1.16)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
xcodeproj (0.4.1)
activesupport (~> 3.2.6)
colored (~> 1.2)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.2.0)
cocoapods (= 0.16.1)
debugger (= 1.2.0)
faker (= 1.1.2)
rake (~> 0.9.0)
restkit!
sinatra!
thin (~> 1.5.0)
xcoder!