forked from stevegraham/slanger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
97 lines (94 loc) · 2.1 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
PATH
remote: .
specs:
slanger (0.4.0)
activesupport (~> 3.1)
em-hiredis (~> 0.2.0)
em-http-request (~> 0.3.0)
em-websocket (~> 0.5.0)
eventmachine (~> 1.0.0)
glamazon (~> 0.3.1)
rack (~> 1.4.5)
rack-fiber_pool (~> 0.9.2)
signature (~> 0.1.6)
sinatra (~> 1.4.4)
thin (~> 1.6.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.6)
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemons (1.1.9)
diff-lcs (1.1.3)
em-hiredis (0.2.1)
hiredis (~> 0.4.0)
em-http-request (0.3.0)
addressable (>= 2.0.0)
escape_utils
eventmachine (>= 0.12.9)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
escape_utils (1.0.1)
eventmachine (1.0.3)
glamazon (0.3.1)
activesupport (>= 3.1.0)
i18n (~> 0.6.0)
yajl-ruby (>= 0.7.7)
haml (3.1.8)
hiredis (0.4.5)
http_parser.rb (0.6.0)
httpclient (2.3.4.1)
i18n (0.6.11)
metaclass (0.0.4)
mocha (0.13.3)
metaclass (~> 0.0.1)
multi_json (1.10.1)
pusher (0.12.0)
httpclient (~> 2.3.0)
multi_json (~> 1.0)
signature (~> 0.1.6)
rack (1.4.5)
rack-fiber_pool (0.9.3)
rack-protection (1.5.3)
rack
rake (10.3.2)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
safe_yaml (1.0.3)
signature (0.1.7)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
thin (1.6.2)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
tilt (1.4.1)
timecop (0.3.5)
webmock (1.8.11)
addressable (>= 2.2.7)
crack (>= 0.1.7)
yajl-ruby (1.2.1)
PLATFORMS
ruby
DEPENDENCIES
haml (~> 3.1.2)
mocha (~> 0.13.2)
pusher (~> 0.12.0)
rake
rspec (~> 2.12.0)
slanger!
timecop (~> 0.3.5)
webmock (~> 1.8.7)