-
Notifications
You must be signed in to change notification settings - Fork 71
/
Gemfile.lock
139 lines (135 loc) · 2.88 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
135
136
137
138
139
PATH
remote: .
specs:
airplay (1.0.5)
CFPropertyList (~> 2.2)
celluloid (>= 0.17.0)
cuba (~> 3.1.0)
dnssd (~> 3.0)
log4r (~> 1.1.10)
micromachine (~> 1.0.4)
mime-types (>= 1.16)
net-http-digest_auth (~> 1.2.1)
net-ptth (= 0.0.17)
reel (~> 0.5.0)
reel-rack (~> 0.2.2)
airplay-cli (1.0.3)
airplay (>= 1.0.5)
clap (~> 1.0.0)
ruby-progressbar (~> 1.2.0)
GEM
remote: http://rubygems.org/
specs:
CFPropertyList (2.3.1)
addressable (2.3.8)
celluloid (0.17.0)
bundler
celluloid-essentials
celluloid-extras
celluloid-fsm
celluloid-pool
celluloid-supervision
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (~> 4.0.0)
celluloid-essentials (0.20.1.1)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (~> 4.0.0)
celluloid-extras (0.20.0)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (~> 4.0.0)
celluloid-fsm (0.20.0)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (~> 4.0.0)
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.1.0)
celluloid-pool (0.20.0)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (~> 4.0.0)
celluloid-supervision (0.20.0)
bundler
dotenv
nenv
rspec-logsplit (>= 0.1.2)
timers (~> 4.0.0)
clap (1.0.0)
cuba (3.1.1)
rack
dnssd (3.0.1)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.0.2)
fakeweb (1.3.0)
given_core (3.0.0)
sorcerer (>= 0.3.7)
hitimes (1.2.2)
http (0.9.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 1.0.1)
http_parser.rb (~> 0.6.0)
http-cookie (1.0.2)
domain_name (~> 0.5)
http-form_data (1.0.1)
http_parser.rb (0.6.0)
log4r (1.1.10)
micromachine (1.0.4)
mime-types (2.6.1)
minitest (4.4.0)
minitest-given (3.0.0)
given_core (= 3.0.0)
minitest (> 4.3)
nenv (0.2.0)
net-http-digest_auth (1.2.1)
net-ptth (0.0.17)
celluloid-io (>= 0.15.0)
http_parser.rb (>= 0.6.0.beta.2)
rack (>= 1.4.5)
nio4r (1.1.1)
rack (1.6.4)
rake (10.4.2)
reel (0.5.0)
celluloid (>= 0.15.1)
celluloid-io (>= 0.15.0)
http (>= 0.6.0.pre)
http_parser.rb (>= 0.6.0)
websocket_parser (>= 0.1.6)
reel-rack (0.2.2)
rack (>= 1.4.0)
reel (>= 0.5.0)
rspec-logsplit (0.1.3)
ruby-progressbar (1.2.0)
sorcerer (1.0.2)
timers (4.0.1)
hitimes
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
vcr (2.4.0)
websocket_parser (1.0.0)
PLATFORMS
ruby
DEPENDENCIES
airplay!
airplay-cli!
fakeweb (~> 1.3.0)
minitest (~> 4.4.0)
minitest-given (~> 3.0.0)
rake
vcr (~> 2.4.0)
BUNDLED WITH
2.3.24