forked from RestKit/RestKit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile.lock
115 lines (110 loc) · 2.45 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
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: 2560155d7c817c2e2801e6fb8b75e6453a3e7106
specs:
xcoder (0.1.17)
aws-sdk
builder
colorize
multi_json
nokogiri
plist
rest-client
GIT
remote: git://github.com/sinatra/sinatra.git
revision: 54d6ba06cc76b3ddcadbb8ccfe090f134364fca3
specs:
sinatra (1.4.0)
rack (~> 1.5, >= 1.5.2)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.3)
aws-sdk (1.8.5)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
builder (3.2.0)
cocoapods (0.16.4)
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 (~> 10.0.0)
xcodeproj (~> 0.5.0)
colored (1.2)
colorize (0.5.8)
columnize (0.3.6)
daemons (1.1.9)
debugger (1.3.3)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.2.0)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.2.0)
escape (0.0.4)
eventmachine (1.0.3)
faker (1.1.2)
i18n (~> 0.5)
faraday (0.8.6)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
i18n (0.6.4)
json (1.7.7)
mime-types (1.21)
multi_json (1.6.1)
multipart-post (1.2.0)
netrc (0.7.7)
nokogiri (1.5.6)
octokit (1.23.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.5.2)
rack-protection (1.5.0)
rack
rake (10.0.3)
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.5)
uuidtools (2.1.3)
xcodeproj (0.5.2)
activesupport (~> 3.2.6)
colored (~> 1.2)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.3.0)
cocoapods (= 0.16.4)
debugger (~> 1.3.0)
faker (= 1.1.2)
rake (~> 10.0.0)
restkit!
sinatra!
thin (~> 1.5.0)
xcoder!