-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
49 lines (46 loc) · 992 Bytes
/
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
PATH
remote: .
specs:
subtitle_download (0.1.1)
listen (~> 2.0)
nokogiri (~> 1.6.1)
rubyzip (~> 1.1.0)
wdm (~> 0.1.0)
GEM
remote: https://rubygems.org/
specs:
celluloid (0.15.2)
timers (~> 1.1.0)
diff-lcs (1.2.5)
ffi (1.9.3)
listen (2.4.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mini_portile (0.5.2)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
rake (10.1.1)
rb-fsevent (0.9.3)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rubygems-tasks (0.2.4)
rubyzip (1.1.0)
timers (1.1.0)
wdm (0.1.0)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.5.2)
rake (~> 10.1.1)
rspec (~> 2.14.1)
rubygems-tasks (~> 0.2)
subtitle_download!