File tree Expand file tree Collapse file tree 2 files changed +27
-21
lines changed Expand file tree Collapse file tree 2 files changed +27
-21
lines changed Original file line number Diff line number Diff line change 1
1
source "http://rubygems.org"
2
2
3
- gem "rake" , "~> 0.9 .0"
3
+ gem "rake" , "~> 10.0 .0"
4
4
gem "bundler" , "~> 1.3.0"
5
5
gem "sinatra" , :git => "git://github.com/sinatra/sinatra.git"
6
6
gem "thin" , "~> 1.5.0"
7
7
gem 'xcoder' , :git => "git://github.com/rayh/xcoder.git"
8
8
gem 'restkit' , :git => 'git://github.com/RestKit/RestKit-Gem.git'
9
9
gem 'debugger' , '~> 1.3.0'
10
10
gem 'faker' , '1.1.2'
11
- gem 'cocoapods' , '0.16.2 '
11
+ gem 'cocoapods' , '0.16.4 '
Original file line number Diff line number Diff line change 6
6
7
7
GIT
8
8
remote: git://github.com/rayh/xcoder.git
9
- revision: 72258d5f0db9f395125e12990f94af9a640ebd83
9
+ revision: 2560155d7c817c2e2801e6fb8b75e6453a3e7106
10
10
specs:
11
- xcoder (0.1.15 )
11
+ xcoder (0.1.17 )
12
+ aws-sdk
12
13
builder
13
14
colorize
14
- json
15
+ multi_json
15
16
nokogiri
16
17
plist
17
18
rest-client
18
19
19
20
GIT
20
21
remote: git://github.com/sinatra/sinatra.git
21
- revision: 9984d0d2b3f1ea12273c6c25f8e102b2329f33e9
22
+ revision: 54d6ba06cc76b3ddcadbb8ccfe090f134364fca3
22
23
specs:
23
24
sinatra (1.4.0 )
24
- rack (~> 1.4 )
25
- rack-protection (~> 1.3 )
26
- tilt (~> 1.3 , >= 1.3.3 )
25
+ rack (~> 1.5 , >= 1.5.2 )
26
+ rack-protection (~> 1.4 )
27
+ tilt (~> 1.3 , >= 1.3.4 )
27
28
28
29
GEM
29
30
remote: http://rubygems.org/
32
33
i18n (~> 0.6 )
33
34
multi_json (~> 1.0 )
34
35
addressable (2.3.3 )
35
- builder (3.1.4 )
36
- cocoapods (0.16.2 )
36
+ aws-sdk (1.8.5 )
37
+ json (~> 1.4 )
38
+ nokogiri (>= 1.4.4 )
39
+ uuidtools (~> 2.1 )
40
+ builder (3.2.0 )
41
+ cocoapods (0.16.4 )
37
42
activesupport (~> 3.2.6 )
38
43
colored (~> 1.2 )
39
44
escape (~> 0.0.4 )
40
45
faraday (~> 0.8.1 )
41
46
json (~> 1.7.3 )
42
47
octokit (~> 1.7 )
43
48
open4 (~> 1.3.0 )
44
- rake (~> 0.9.4 )
45
- xcodeproj (~> 0.4.3 )
49
+ rake (~> 10.0.0 )
50
+ xcodeproj (~> 0.5.0 )
46
51
colored (1.2 )
47
52
colorize (0.5.8 )
48
53
columnize (0.3.6 )
55
60
debugger-ruby_core_source (>= 1.1.1 )
56
61
debugger-ruby_core_source (1.2.0 )
57
62
escape (0.0.4 )
58
- eventmachine (1.0.0 )
63
+ eventmachine (1.0.3 )
59
64
faker (1.1.2 )
60
65
i18n (~> 0.5 )
61
66
faraday (0.8.6 )
79
84
netrc (~> 0.7.7 )
80
85
open4 (1.3.0 )
81
86
plist (3.1.0 )
82
- rack (1.4.3 )
83
- rack-protection (1.3.2 )
87
+ rack (1.5.2 )
88
+ rack-protection (1.5.0 )
84
89
rack
85
- rake (0.9.6 )
90
+ rake (10.0.3 )
86
91
rest-client (1.6.7 )
87
92
mime-types (>= 1.16 )
88
93
thin (1.5.0 )
89
94
daemons (>= 1.0.9 )
90
95
eventmachine (>= 0.12.6 )
91
96
rack (>= 1.0.0 )
92
- tilt (1.3.3 )
93
- xcodeproj (0.4.3 )
97
+ tilt (1.3.5 )
98
+ uuidtools (2.1.3 )
99
+ xcodeproj (0.5.2 )
94
100
activesupport (~> 3.2.6 )
95
101
colored (~> 1.2 )
96
102
@@ -99,10 +105,10 @@ PLATFORMS
99
105
100
106
DEPENDENCIES
101
107
bundler (~> 1.3.0 )
102
- cocoapods (= 0.16.2 )
108
+ cocoapods (= 0.16.4 )
103
109
debugger (~> 1.3.0 )
104
110
faker (= 1.1.2 )
105
- rake (~> 0.9 .0 )
111
+ rake (~> 10.0 .0 )
106
112
restkit !
107
113
sinatra !
108
114
thin (~> 1.5.0 )
You can’t perform that action at this time.
0 commit comments