We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502c5df commit 1110551Copy full SHA for 1110551
Gemfile
@@ -15,5 +15,6 @@ group :development, :test do
15
end
16
17
group :development do
18
+ gem "yard", "~> 0.8"
19
gem "RedCloth", "~> 4.2"
20
Gemfile.lock
@@ -113,6 +113,7 @@ GEM
113
uglifier (2.7.1)
114
execjs (>= 0.3.0)
115
json (>= 1.8.0)
116
+ yard (0.8.7.6)
117
yui-compressor (0.12.0)
118
119
PLATFORMS
@@ -129,4 +130,5 @@ DEPENDENCIES
129
130
rake (~> 10.3)
131
sass (~> 3.4)
132
uglifier (~> 2.5)
133
+ yard (~> 0.8)
134
yui-compressor (~> 0.12)
0 commit comments