-
-
Notifications
You must be signed in to change notification settings - Fork 156
/
Gemfile.lock
71 lines (68 loc) · 1.48 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
PATH
remote: .
specs:
word-to-markdown (1.0.0)
descriptive_statistics (~> 1.1)
nokogiri-styles (~> 0.1)
premailer (~> 1.8)
reverse_markdown (~> 0.5)
GEM
remote: https://rubygems.org/
specs:
activesupport (4.0.5)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
addressable (2.3.6)
coderay (1.1.0)
css_parser (1.3.5)
addressable
descriptive_statistics (1.1.4)
htmlentities (4.3.1)
i18n (0.6.9)
json (1.8.1)
metaclass (0.0.4)
method_source (0.8.2)
mini_portile (0.5.3)
minitest (4.7.5)
mocha (1.0.0)
metaclass (~> 0.0.1)
multi_json (1.10.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
nokogiri-styles (0.1.2)
nokogiri
premailer (1.8.2)
css_parser (>= 1.3.5)
htmlentities (>= 4.0.0)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
rake (10.3.1)
rdoc (4.1.1)
json (~> 1.4)
reverse_markdown (0.5.1)
nokogiri
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
shoulda-context (1.2.1)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)
slop (3.5.0)
thread_safe (0.3.3)
tzinfo (0.3.39)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.6)
minitest (~> 4.7)
mocha (~> 1.0)
pry (~> 0.9)
rake (~> 10.3)
rdoc (~> 4.1)
shoulda (~> 3.5)
word-to-markdown!