octopress-ink 1.0.0.rc.16 → 1.0.0.rc.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/octopress-ink/assets/sass.rb +3 -1
- data/lib/octopress-ink/version.rb +1 -1
- metadata +6 -332
- data/.gitignore +0 -22
- data/.travis.yml +0 -6
- data/CHANGELOG.md +0 -76
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -22
- data/README.md +0 -36
- data/Rakefile +0 -1
- data/octopress-ink.gemspec +0 -32
- data/test/.clash.yml +0 -46
- data/test/Gemfile +0 -3
- data/test/_combine_false.yml +0 -4
- data/test/_compress_false.yml +0 -2
- data/test/_config.yml +0 -9
- data/test/_expected/combine_css_false/awesome-sauce/plugin-media-test.css +0 -3
- data/test/_expected/combine_css_false/awesome-sauce/plugin-test.css +0 -4
- data/test/_expected/combine_css_false/theme/main.css +0 -2
- data/test/_expected/combine_css_false/theme/theme-media-test.css +0 -1
- data/test/_expected/combine_css_false/theme/theme-test.css +0 -4
- data/test/_expected/combine_css_false/theme/theme-test2.css +0 -3
- data/test/_expected/combine_js_false/theme/bar.js +0 -1
- data/test/_expected/combine_js_false/theme/blah.js +0 -4
- data/test/_expected/combine_js_false/theme/foo.js +0 -1
- data/test/_expected/compress_false/javascripts/all-.js +0 -7
- data/test/_expected/compress_false/stylesheets/all-.css +0 -15
- data/test/_expected/compress_false/stylesheets/print-.css +0 -8
- data/test/_expected/copy_layouts_pages/layouts/default.html +0 -12
- data/test/_expected/copy_layouts_pages/layouts/test.html +0 -4
- data/test/_expected/copy_layouts_pages/pages/disable-test.html +0 -3
- data/test/_expected/copy_layouts_pages/pages/four.xml +0 -5
- data/test/_expected/copy_layouts_pages/pages/one.xml +0 -4
- data/test/_expected/copy_layouts_pages/pages/three.md +0 -6
- data/test/_expected/copy_layouts_pages/pages/two.md +0 -5
- data/test/_expected/copy_test/config.yml +0 -5
- data/test/_expected/copy_test/files/disabled-file.txt +0 -2
- data/test/_expected/copy_test/files/favicon.ico +0 -1
- data/test/_expected/copy_test/files/favicon.png +0 -1
- data/test/_expected/copy_test/files/test.html +0 -1
- data/test/_expected/copy_test/fonts/font-one.otf +0 -1
- data/test/_expected/copy_test/fonts/font-two.ttf +0 -1
- data/test/_expected/copy_test/includes/bar.html +0 -2
- data/test/_expected/copy_test/includes/greet.html +0 -1
- data/test/_expected/copy_test/javascripts/bar.js +0 -1
- data/test/_expected/copy_test/javascripts/blah.coffee +0 -1
- data/test/_expected/copy_test/javascripts/disable-this.js +0 -1
- data/test/_expected/copy_test/javascripts/foo.js +0 -1
- data/test/_expected/copy_test/layouts/default.html +0 -12
- data/test/_expected/copy_test/layouts/test.html +0 -4
- data/test/_expected/copy_test/pages/disable-test.html +0 -3
- data/test/_expected/copy_test/pages/four.xml +0 -5
- data/test/_expected/copy_test/pages/one.xml +0 -4
- data/test/_expected/copy_test/pages/three.md +0 -6
- data/test/_expected/copy_test/pages/two.md +0 -5
- data/test/_expected/copy_test/stylesheets/_colors.scss +0 -1
- data/test/_expected/copy_test/stylesheets/disable-this.css +0 -1
- data/test/_expected/copy_test/stylesheets/disable.sass +0 -2
- data/test/_expected/copy_test/stylesheets/main.scss +0 -5
- data/test/_expected/copy_test/stylesheets/theme-media-test@print.css +0 -1
- data/test/_expected/copy_test/stylesheets/theme-test.css +0 -4
- data/test/_expected/copy_test/stylesheets/theme-test2.css +0 -3
- data/test/_expected/site/2014/02/01/test-post.html +0 -14
- data/test/_expected/site/2014/02/02/test-post-2.html +0 -15
- data/test/_expected/site/favicon.ico +0 -1
- data/test/_expected/site/favicon.png +0 -1
- data/test/_expected/site/four/index.xml +0 -1
- data/test/_expected/site/index.html +0 -15
- data/test/_expected/site/javascripts/all-.js +0 -1
- data/test/_expected/site/robots.txt +0 -1
- data/test/_expected/site/stylesheets/all-.css +0 -1
- data/test/_expected/site/stylesheets/print-.css +0 -1
- data/test/_expected/site/test.html +0 -1
- data/test/_expected/site/test_config/plugin_config.html +0 -2
- data/test/_expected/site/test_config/theme_config.html +0 -2
- data/test/_expected/site/test_layouts/local.html +0 -3
- data/test/_expected/site/test_layouts/plugin_layout.html +0 -3
- data/test/_expected/site/test_layouts/test_markdown.html +0 -13
- data/test/_expected/site/test_layouts/theme.html +0 -13
- data/test/_expected/site/test_layouts/theme_override.html +0 -14
- data/test/_expected/site/test_pages/feed/index.xml +0 -1
- data/test/_expected/site/test_pages/plugin_page.html +0 -1
- data/test/_expected/site/test_pages/plugin_page_override.html +0 -1
- data/test/_expected/site/test_pages/theme_page.html +0 -13
- data/test/_expected/site/test_pages/three.html +0 -13
- data/test/_expected/test-plugin-expected/.gitignore +0 -22
- data/test/_expected/test-plugin-expected/Gemfile +0 -4
- data/test/_expected/test-plugin-expected/LICENSE.txt +0 -22
- data/test/_expected/test-plugin-expected/README.md +0 -29
- data/test/_expected/test-plugin-expected/Rakefile +0 -2
- data/test/_expected/test-plugin-expected/demo/Gemfile +0 -3
- data/test/_expected/test-plugin-expected/demo/_config.yml +0 -2
- data/test/_expected/test-plugin-expected/demo/index.html +0 -0
- data/test/_expected/test-plugin-expected/test-plugin.gemspec +0 -26
- data/test/_expected/test-theme-expected/.gitignore +0 -22
- data/test/_expected/test-theme-expected/Gemfile +0 -4
- data/test/_expected/test-theme-expected/LICENSE.txt +0 -22
- data/test/_expected/test-theme-expected/README.md +0 -29
- data/test/_expected/test-theme-expected/Rakefile +0 -2
- data/test/_expected/test-theme-expected/demo/Gemfile +0 -3
- data/test/_expected/test-theme-expected/demo/_config.yml +0 -2
- data/test/_expected/test-theme-expected/demo/index.html +0 -0
- data/test/_expected/test-theme-expected/test-theme.gemspec +0 -26
- data/test/_expected/uglify_js_false/all-.js +0 -7
- data/test/_ink_plugins/awesome-sauce/config.yml +0 -2
- data/test/_ink_plugins/awesome-sauce/docs/index.html +0 -0
- data/test/_ink_plugins/awesome-sauce/files/robots.txt +0 -1
- data/test/_ink_plugins/awesome-sauce/includes/some-include.html +0 -1
- data/test/_ink_plugins/awesome-sauce/layouts/test-layout.html +0 -2
- data/test/_ink_plugins/awesome-sauce/pages/a.html +0 -4
- data/test/_ink_plugins/awesome-sauce/pages/b.html +0 -3
- data/test/_ink_plugins/awesome-sauce/plugin.rb +0 -8
- data/test/_ink_plugins/awesome-sauce/stylesheets/plugin-media-test@print.css +0 -3
- data/test/_ink_plugins/awesome-sauce/stylesheets/plugin-test.css +0 -4
- data/test/_ink_plugins/test-theme/config.yml +0 -5
- data/test/_ink_plugins/test-theme/files/disabled-file.txt +0 -2
- data/test/_ink_plugins/test-theme/files/favicon.ico +0 -1
- data/test/_ink_plugins/test-theme/files/favicon.png +0 -1
- data/test/_ink_plugins/test-theme/files/test.html +0 -1
- data/test/_ink_plugins/test-theme/fonts/font-one.otf +0 -1
- data/test/_ink_plugins/test-theme/fonts/font-two.ttf +0 -1
- data/test/_ink_plugins/test-theme/includes/bar.html +0 -2
- data/test/_ink_plugins/test-theme/includes/greet.html +0 -1
- data/test/_ink_plugins/test-theme/javascripts/bar.js +0 -1
- data/test/_ink_plugins/test-theme/javascripts/blah.coffee +0 -1
- data/test/_ink_plugins/test-theme/javascripts/disable-this.js +0 -1
- data/test/_ink_plugins/test-theme/javascripts/foo.js +0 -1
- data/test/_ink_plugins/test-theme/layouts/default.html +0 -12
- data/test/_ink_plugins/test-theme/layouts/test.html +0 -4
- data/test/_ink_plugins/test-theme/pages/disable-test.html +0 -3
- data/test/_ink_plugins/test-theme/pages/four.xml +0 -5
- data/test/_ink_plugins/test-theme/pages/one.xml +0 -4
- data/test/_ink_plugins/test-theme/pages/three.md +0 -6
- data/test/_ink_plugins/test-theme/pages/two.md +0 -5
- data/test/_ink_plugins/test-theme/plugin.rb +0 -8
- data/test/_ink_plugins/test-theme/stylesheets/_colors.scss +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/disable-this.css +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/disable.sass +0 -2
- data/test/_ink_plugins/test-theme/stylesheets/main.scss +0 -5
- data/test/_ink_plugins/test-theme/stylesheets/theme-media-test@print.css +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/theme-test.css +0 -4
- data/test/_ink_plugins/test-theme/stylesheets/theme-test2.css +0 -3
- data/test/_templates/page +0 -4
- data/test/_templates/post +0 -5
- data/test/source/_includes/foo.html +0 -1
- data/test/source/_includes/post_data.html +0 -11
- data/test/source/_layouts/head.html +0 -1
- data/test/source/_layouts/local.html +0 -4
- data/test/source/_plugins/awesome-sauce/config.yml +0 -4
- data/test/source/_plugins/loader.rb +0 -2
- data/test/source/_plugins/theme/config.yml +0 -14
- data/test/source/_plugins/theme/includes/bar.html +0 -2
- data/test/source/_plugins/theme/layouts/test.html +0 -4
- data/test/source/_plugins/theme/stylesheets/_colors.sass +0 -1
- data/test/source/_plugins/theme/stylesheets/theme-test.css +0 -4
- data/test/source/_posts/2014-02-01-test-post.md +0 -8
- data/test/source/_posts/2014-02-02-test-post-2.md +0 -7
- data/test/source/favicon.png +0 -1
- data/test/source/index.html +0 -15
- data/test/source/test_config/plugin_config.html +0 -4
- data/test/source/test_config/theme_config.html +0 -4
- data/test/source/test_layouts/local.html +0 -4
- data/test/source/test_layouts/plugin_layout.html +0 -4
- data/test/source/test_layouts/test_markdown.md +0 -5
- data/test/source/test_layouts/theme.html +0 -4
- data/test/source/test_layouts/theme_override.html +0 -4
- data/test/source/test_pages/plugin_page_override.html +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d0c52dab77e717b45d38c2b9075f051127c028c
|
4
|
+
data.tar.gz: 359b4225f4583027a5b60f56865bb5c2d91f6ac4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39c441c385fca35b3c05df7266251b28f4c16dfd24ad93057e5a2bad55f43673be7fb897b4490154c43cbed1bb8489c4c086b023d2f5b129f6092ddb2fd6690f
|
7
|
+
data.tar.gz: 9d150e3b9fa965e8f2e973026420ca57e5aeaf73babeb1048fb56ee395a46cd1523d9840f661711e9380f9597226d2b53f1da62da63b9114100698bc2d9b5849
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopress-ink
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.rc.
|
4
|
+
version: 1.0.0.rc.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -129,7 +129,7 @@ dependencies:
|
|
129
129
|
- !ruby/object:Gem::Version
|
130
130
|
version: 1.6.2
|
131
131
|
- !ruby/object:Gem::Dependency
|
132
|
-
name:
|
132
|
+
name: clash
|
133
133
|
requirement: !ruby/object:Gem::Requirement
|
134
134
|
requirements:
|
135
135
|
- - ">="
|
@@ -143,7 +143,7 @@ dependencies:
|
|
143
143
|
- !ruby/object:Gem::Version
|
144
144
|
version: '0'
|
145
145
|
- !ruby/object:Gem::Dependency
|
146
|
-
name:
|
146
|
+
name: pry-byebug
|
147
147
|
requirement: !ruby/object:Gem::Requirement
|
148
148
|
requirements:
|
149
149
|
- - ">="
|
@@ -163,13 +163,6 @@ executables: []
|
|
163
163
|
extensions: []
|
164
164
|
extra_rdoc_files: []
|
165
165
|
files:
|
166
|
-
- ".gitignore"
|
167
|
-
- ".travis.yml"
|
168
|
-
- CHANGELOG.md
|
169
|
-
- Gemfile
|
170
|
-
- LICENSE.txt
|
171
|
-
- README.md
|
172
|
-
- Rakefile
|
173
166
|
- assets/docs/_configuration.markdown
|
174
167
|
- assets/docs/_plugin-template.markdown
|
175
168
|
- assets/docs/creating-a-plugin.markdown
|
@@ -208,169 +201,12 @@ files:
|
|
208
201
|
- lib/octopress-ink/tags/javascript.rb
|
209
202
|
- lib/octopress-ink/tags/stylesheet.rb
|
210
203
|
- lib/octopress-ink/version.rb
|
211
|
-
- octopress-ink.gemspec
|
212
|
-
- test/.clash.yml
|
213
|
-
- test/Gemfile
|
214
|
-
- test/_combine_false.yml
|
215
|
-
- test/_compress_false.yml
|
216
|
-
- test/_config.yml
|
217
|
-
- test/_expected/combine_css_false/awesome-sauce/plugin-media-test.css
|
218
|
-
- test/_expected/combine_css_false/awesome-sauce/plugin-test.css
|
219
|
-
- test/_expected/combine_css_false/theme/main.css
|
220
|
-
- test/_expected/combine_css_false/theme/theme-media-test.css
|
221
|
-
- test/_expected/combine_css_false/theme/theme-test.css
|
222
|
-
- test/_expected/combine_css_false/theme/theme-test2.css
|
223
|
-
- test/_expected/combine_js_false/theme/bar.js
|
224
|
-
- test/_expected/combine_js_false/theme/blah.js
|
225
|
-
- test/_expected/combine_js_false/theme/foo.js
|
226
|
-
- test/_expected/compress_false/javascripts/all-.js
|
227
|
-
- test/_expected/compress_false/stylesheets/all-.css
|
228
|
-
- test/_expected/compress_false/stylesheets/print-.css
|
229
|
-
- test/_expected/copy_layouts_pages/layouts/default.html
|
230
|
-
- test/_expected/copy_layouts_pages/layouts/test.html
|
231
|
-
- test/_expected/copy_layouts_pages/pages/disable-test.html
|
232
|
-
- test/_expected/copy_layouts_pages/pages/four.xml
|
233
|
-
- test/_expected/copy_layouts_pages/pages/one.xml
|
234
|
-
- test/_expected/copy_layouts_pages/pages/three.md
|
235
|
-
- test/_expected/copy_layouts_pages/pages/two.md
|
236
|
-
- test/_expected/copy_test/config.yml
|
237
|
-
- test/_expected/copy_test/files/disabled-file.txt
|
238
|
-
- test/_expected/copy_test/files/favicon.ico
|
239
|
-
- test/_expected/copy_test/files/favicon.png
|
240
|
-
- test/_expected/copy_test/files/test.html
|
241
|
-
- test/_expected/copy_test/fonts/font-one.otf
|
242
|
-
- test/_expected/copy_test/fonts/font-two.ttf
|
243
|
-
- test/_expected/copy_test/includes/bar.html
|
244
|
-
- test/_expected/copy_test/includes/greet.html
|
245
|
-
- test/_expected/copy_test/javascripts/bar.js
|
246
|
-
- test/_expected/copy_test/javascripts/blah.coffee
|
247
|
-
- test/_expected/copy_test/javascripts/disable-this.js
|
248
|
-
- test/_expected/copy_test/javascripts/foo.js
|
249
|
-
- test/_expected/copy_test/layouts/default.html
|
250
|
-
- test/_expected/copy_test/layouts/test.html
|
251
|
-
- test/_expected/copy_test/pages/disable-test.html
|
252
|
-
- test/_expected/copy_test/pages/four.xml
|
253
|
-
- test/_expected/copy_test/pages/one.xml
|
254
|
-
- test/_expected/copy_test/pages/three.md
|
255
|
-
- test/_expected/copy_test/pages/two.md
|
256
|
-
- test/_expected/copy_test/stylesheets/_colors.scss
|
257
|
-
- test/_expected/copy_test/stylesheets/disable-this.css
|
258
|
-
- test/_expected/copy_test/stylesheets/disable.sass
|
259
|
-
- test/_expected/copy_test/stylesheets/main.scss
|
260
|
-
- test/_expected/copy_test/stylesheets/theme-media-test@print.css
|
261
|
-
- test/_expected/copy_test/stylesheets/theme-test.css
|
262
|
-
- test/_expected/copy_test/stylesheets/theme-test2.css
|
263
|
-
- test/_expected/site/2014/02/01/test-post.html
|
264
|
-
- test/_expected/site/2014/02/02/test-post-2.html
|
265
|
-
- test/_expected/site/favicon.ico
|
266
|
-
- test/_expected/site/favicon.png
|
267
|
-
- test/_expected/site/four/index.xml
|
268
|
-
- test/_expected/site/index.html
|
269
|
-
- test/_expected/site/javascripts/all-.js
|
270
|
-
- test/_expected/site/robots.txt
|
271
|
-
- test/_expected/site/stylesheets/all-.css
|
272
|
-
- test/_expected/site/stylesheets/print-.css
|
273
|
-
- test/_expected/site/test.html
|
274
|
-
- test/_expected/site/test_config/plugin_config.html
|
275
|
-
- test/_expected/site/test_config/theme_config.html
|
276
|
-
- test/_expected/site/test_layouts/local.html
|
277
|
-
- test/_expected/site/test_layouts/plugin_layout.html
|
278
|
-
- test/_expected/site/test_layouts/test_markdown.html
|
279
|
-
- test/_expected/site/test_layouts/theme.html
|
280
|
-
- test/_expected/site/test_layouts/theme_override.html
|
281
|
-
- test/_expected/site/test_pages/feed/index.xml
|
282
|
-
- test/_expected/site/test_pages/plugin_page.html
|
283
|
-
- test/_expected/site/test_pages/plugin_page_override.html
|
284
|
-
- test/_expected/site/test_pages/theme_page.html
|
285
|
-
- test/_expected/site/test_pages/three.html
|
286
|
-
- test/_expected/test-plugin-expected/.gitignore
|
287
|
-
- test/_expected/test-plugin-expected/Gemfile
|
288
|
-
- test/_expected/test-plugin-expected/LICENSE.txt
|
289
|
-
- test/_expected/test-plugin-expected/README.md
|
290
|
-
- test/_expected/test-plugin-expected/Rakefile
|
291
204
|
- test/_expected/test-plugin-expected/assets/config.yml
|
292
|
-
- test/_expected/test-plugin-expected/demo/Gemfile
|
293
|
-
- test/_expected/test-plugin-expected/demo/_config.yml
|
294
|
-
- test/_expected/test-plugin-expected/demo/index.html
|
295
205
|
- test/_expected/test-plugin-expected/lib/test-plugin.rb
|
296
206
|
- test/_expected/test-plugin-expected/lib/test-plugin/version.rb
|
297
|
-
- test/_expected/test-plugin-expected/test-plugin.gemspec
|
298
|
-
- test/_expected/test-theme-expected/.gitignore
|
299
|
-
- test/_expected/test-theme-expected/Gemfile
|
300
|
-
- test/_expected/test-theme-expected/LICENSE.txt
|
301
|
-
- test/_expected/test-theme-expected/README.md
|
302
|
-
- test/_expected/test-theme-expected/Rakefile
|
303
207
|
- test/_expected/test-theme-expected/assets/config.yml
|
304
|
-
- test/_expected/test-theme-expected/demo/Gemfile
|
305
|
-
- test/_expected/test-theme-expected/demo/_config.yml
|
306
|
-
- test/_expected/test-theme-expected/demo/index.html
|
307
208
|
- test/_expected/test-theme-expected/lib/test-theme.rb
|
308
209
|
- test/_expected/test-theme-expected/lib/test-theme/version.rb
|
309
|
-
- test/_expected/test-theme-expected/test-theme.gemspec
|
310
|
-
- test/_expected/uglify_js_false/all-.js
|
311
|
-
- test/_ink_plugins/awesome-sauce/config.yml
|
312
|
-
- test/_ink_plugins/awesome-sauce/docs/index.html
|
313
|
-
- test/_ink_plugins/awesome-sauce/files/robots.txt
|
314
|
-
- test/_ink_plugins/awesome-sauce/includes/some-include.html
|
315
|
-
- test/_ink_plugins/awesome-sauce/layouts/test-layout.html
|
316
|
-
- test/_ink_plugins/awesome-sauce/pages/a.html
|
317
|
-
- test/_ink_plugins/awesome-sauce/pages/b.html
|
318
|
-
- test/_ink_plugins/awesome-sauce/plugin.rb
|
319
|
-
- test/_ink_plugins/awesome-sauce/stylesheets/plugin-media-test@print.css
|
320
|
-
- test/_ink_plugins/awesome-sauce/stylesheets/plugin-test.css
|
321
|
-
- test/_ink_plugins/test-theme/config.yml
|
322
|
-
- test/_ink_plugins/test-theme/files/disabled-file.txt
|
323
|
-
- test/_ink_plugins/test-theme/files/favicon.ico
|
324
|
-
- test/_ink_plugins/test-theme/files/favicon.png
|
325
|
-
- test/_ink_plugins/test-theme/files/test.html
|
326
|
-
- test/_ink_plugins/test-theme/fonts/font-one.otf
|
327
|
-
- test/_ink_plugins/test-theme/fonts/font-two.ttf
|
328
|
-
- test/_ink_plugins/test-theme/includes/bar.html
|
329
|
-
- test/_ink_plugins/test-theme/includes/greet.html
|
330
|
-
- test/_ink_plugins/test-theme/javascripts/bar.js
|
331
|
-
- test/_ink_plugins/test-theme/javascripts/blah.coffee
|
332
|
-
- test/_ink_plugins/test-theme/javascripts/disable-this.js
|
333
|
-
- test/_ink_plugins/test-theme/javascripts/foo.js
|
334
|
-
- test/_ink_plugins/test-theme/layouts/default.html
|
335
|
-
- test/_ink_plugins/test-theme/layouts/test.html
|
336
|
-
- test/_ink_plugins/test-theme/pages/disable-test.html
|
337
|
-
- test/_ink_plugins/test-theme/pages/four.xml
|
338
|
-
- test/_ink_plugins/test-theme/pages/one.xml
|
339
|
-
- test/_ink_plugins/test-theme/pages/three.md
|
340
|
-
- test/_ink_plugins/test-theme/pages/two.md
|
341
|
-
- test/_ink_plugins/test-theme/plugin.rb
|
342
|
-
- test/_ink_plugins/test-theme/stylesheets/_colors.scss
|
343
|
-
- test/_ink_plugins/test-theme/stylesheets/disable-this.css
|
344
|
-
- test/_ink_plugins/test-theme/stylesheets/disable.sass
|
345
|
-
- test/_ink_plugins/test-theme/stylesheets/main.scss
|
346
|
-
- test/_ink_plugins/test-theme/stylesheets/theme-media-test@print.css
|
347
|
-
- test/_ink_plugins/test-theme/stylesheets/theme-test.css
|
348
|
-
- test/_ink_plugins/test-theme/stylesheets/theme-test2.css
|
349
|
-
- test/_templates/page
|
350
|
-
- test/_templates/post
|
351
|
-
- test/source/_includes/foo.html
|
352
|
-
- test/source/_includes/post_data.html
|
353
|
-
- test/source/_layouts/head.html
|
354
|
-
- test/source/_layouts/local.html
|
355
|
-
- test/source/_plugins/awesome-sauce/config.yml
|
356
|
-
- test/source/_plugins/loader.rb
|
357
|
-
- test/source/_plugins/theme/config.yml
|
358
|
-
- test/source/_plugins/theme/includes/bar.html
|
359
|
-
- test/source/_plugins/theme/layouts/test.html
|
360
|
-
- test/source/_plugins/theme/stylesheets/_colors.sass
|
361
|
-
- test/source/_plugins/theme/stylesheets/theme-test.css
|
362
|
-
- test/source/_posts/2014-02-01-test-post.md
|
363
|
-
- test/source/_posts/2014-02-02-test-post-2.md
|
364
|
-
- test/source/favicon.png
|
365
|
-
- test/source/index.html
|
366
|
-
- test/source/test_config/plugin_config.html
|
367
|
-
- test/source/test_config/theme_config.html
|
368
|
-
- test/source/test_layouts/local.html
|
369
|
-
- test/source/test_layouts/plugin_layout.html
|
370
|
-
- test/source/test_layouts/test_markdown.md
|
371
|
-
- test/source/test_layouts/theme.html
|
372
|
-
- test/source/test_layouts/theme_override.html
|
373
|
-
- test/source/test_pages/plugin_page_override.html
|
374
210
|
homepage: https://github.com/octopress/ink
|
375
211
|
licenses:
|
376
212
|
- MIT
|
@@ -391,170 +227,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
391
227
|
version: 1.3.1
|
392
228
|
requirements: []
|
393
229
|
rubyforge_project:
|
394
|
-
rubygems_version: 2.
|
230
|
+
rubygems_version: 2.4.1
|
395
231
|
signing_key:
|
396
232
|
specification_version: 4
|
397
233
|
summary: A framework creating Jekyll/Octopress themes and plugins
|
398
|
-
test_files:
|
399
|
-
- test/.clash.yml
|
400
|
-
- test/Gemfile
|
401
|
-
- test/_combine_false.yml
|
402
|
-
- test/_compress_false.yml
|
403
|
-
- test/_config.yml
|
404
|
-
- test/_expected/combine_css_false/awesome-sauce/plugin-media-test.css
|
405
|
-
- test/_expected/combine_css_false/awesome-sauce/plugin-test.css
|
406
|
-
- test/_expected/combine_css_false/theme/main.css
|
407
|
-
- test/_expected/combine_css_false/theme/theme-media-test.css
|
408
|
-
- test/_expected/combine_css_false/theme/theme-test.css
|
409
|
-
- test/_expected/combine_css_false/theme/theme-test2.css
|
410
|
-
- test/_expected/combine_js_false/theme/bar.js
|
411
|
-
- test/_expected/combine_js_false/theme/blah.js
|
412
|
-
- test/_expected/combine_js_false/theme/foo.js
|
413
|
-
- test/_expected/compress_false/javascripts/all-.js
|
414
|
-
- test/_expected/compress_false/stylesheets/all-.css
|
415
|
-
- test/_expected/compress_false/stylesheets/print-.css
|
416
|
-
- test/_expected/copy_layouts_pages/layouts/default.html
|
417
|
-
- test/_expected/copy_layouts_pages/layouts/test.html
|
418
|
-
- test/_expected/copy_layouts_pages/pages/disable-test.html
|
419
|
-
- test/_expected/copy_layouts_pages/pages/four.xml
|
420
|
-
- test/_expected/copy_layouts_pages/pages/one.xml
|
421
|
-
- test/_expected/copy_layouts_pages/pages/three.md
|
422
|
-
- test/_expected/copy_layouts_pages/pages/two.md
|
423
|
-
- test/_expected/copy_test/config.yml
|
424
|
-
- test/_expected/copy_test/files/disabled-file.txt
|
425
|
-
- test/_expected/copy_test/files/favicon.ico
|
426
|
-
- test/_expected/copy_test/files/favicon.png
|
427
|
-
- test/_expected/copy_test/files/test.html
|
428
|
-
- test/_expected/copy_test/fonts/font-one.otf
|
429
|
-
- test/_expected/copy_test/fonts/font-two.ttf
|
430
|
-
- test/_expected/copy_test/includes/bar.html
|
431
|
-
- test/_expected/copy_test/includes/greet.html
|
432
|
-
- test/_expected/copy_test/javascripts/bar.js
|
433
|
-
- test/_expected/copy_test/javascripts/blah.coffee
|
434
|
-
- test/_expected/copy_test/javascripts/disable-this.js
|
435
|
-
- test/_expected/copy_test/javascripts/foo.js
|
436
|
-
- test/_expected/copy_test/layouts/default.html
|
437
|
-
- test/_expected/copy_test/layouts/test.html
|
438
|
-
- test/_expected/copy_test/pages/disable-test.html
|
439
|
-
- test/_expected/copy_test/pages/four.xml
|
440
|
-
- test/_expected/copy_test/pages/one.xml
|
441
|
-
- test/_expected/copy_test/pages/three.md
|
442
|
-
- test/_expected/copy_test/pages/two.md
|
443
|
-
- test/_expected/copy_test/stylesheets/_colors.scss
|
444
|
-
- test/_expected/copy_test/stylesheets/disable-this.css
|
445
|
-
- test/_expected/copy_test/stylesheets/disable.sass
|
446
|
-
- test/_expected/copy_test/stylesheets/main.scss
|
447
|
-
- test/_expected/copy_test/stylesheets/theme-media-test@print.css
|
448
|
-
- test/_expected/copy_test/stylesheets/theme-test.css
|
449
|
-
- test/_expected/copy_test/stylesheets/theme-test2.css
|
450
|
-
- test/_expected/site/2014/02/01/test-post.html
|
451
|
-
- test/_expected/site/2014/02/02/test-post-2.html
|
452
|
-
- test/_expected/site/favicon.ico
|
453
|
-
- test/_expected/site/favicon.png
|
454
|
-
- test/_expected/site/four/index.xml
|
455
|
-
- test/_expected/site/index.html
|
456
|
-
- test/_expected/site/javascripts/all-.js
|
457
|
-
- test/_expected/site/robots.txt
|
458
|
-
- test/_expected/site/stylesheets/all-.css
|
459
|
-
- test/_expected/site/stylesheets/print-.css
|
460
|
-
- test/_expected/site/test.html
|
461
|
-
- test/_expected/site/test_config/plugin_config.html
|
462
|
-
- test/_expected/site/test_config/theme_config.html
|
463
|
-
- test/_expected/site/test_layouts/local.html
|
464
|
-
- test/_expected/site/test_layouts/plugin_layout.html
|
465
|
-
- test/_expected/site/test_layouts/test_markdown.html
|
466
|
-
- test/_expected/site/test_layouts/theme.html
|
467
|
-
- test/_expected/site/test_layouts/theme_override.html
|
468
|
-
- test/_expected/site/test_pages/feed/index.xml
|
469
|
-
- test/_expected/site/test_pages/plugin_page.html
|
470
|
-
- test/_expected/site/test_pages/plugin_page_override.html
|
471
|
-
- test/_expected/site/test_pages/theme_page.html
|
472
|
-
- test/_expected/site/test_pages/three.html
|
473
|
-
- test/_expected/test-plugin-expected/.gitignore
|
474
|
-
- test/_expected/test-plugin-expected/Gemfile
|
475
|
-
- test/_expected/test-plugin-expected/LICENSE.txt
|
476
|
-
- test/_expected/test-plugin-expected/README.md
|
477
|
-
- test/_expected/test-plugin-expected/Rakefile
|
478
|
-
- test/_expected/test-plugin-expected/assets/config.yml
|
479
|
-
- test/_expected/test-plugin-expected/demo/Gemfile
|
480
|
-
- test/_expected/test-plugin-expected/demo/_config.yml
|
481
|
-
- test/_expected/test-plugin-expected/demo/index.html
|
482
|
-
- test/_expected/test-plugin-expected/lib/test-plugin.rb
|
483
|
-
- test/_expected/test-plugin-expected/lib/test-plugin/version.rb
|
484
|
-
- test/_expected/test-plugin-expected/test-plugin.gemspec
|
485
|
-
- test/_expected/test-theme-expected/.gitignore
|
486
|
-
- test/_expected/test-theme-expected/Gemfile
|
487
|
-
- test/_expected/test-theme-expected/LICENSE.txt
|
488
|
-
- test/_expected/test-theme-expected/README.md
|
489
|
-
- test/_expected/test-theme-expected/Rakefile
|
490
|
-
- test/_expected/test-theme-expected/assets/config.yml
|
491
|
-
- test/_expected/test-theme-expected/demo/Gemfile
|
492
|
-
- test/_expected/test-theme-expected/demo/_config.yml
|
493
|
-
- test/_expected/test-theme-expected/demo/index.html
|
494
|
-
- test/_expected/test-theme-expected/lib/test-theme.rb
|
495
|
-
- test/_expected/test-theme-expected/lib/test-theme/version.rb
|
496
|
-
- test/_expected/test-theme-expected/test-theme.gemspec
|
497
|
-
- test/_expected/uglify_js_false/all-.js
|
498
|
-
- test/_ink_plugins/awesome-sauce/config.yml
|
499
|
-
- test/_ink_plugins/awesome-sauce/docs/index.html
|
500
|
-
- test/_ink_plugins/awesome-sauce/files/robots.txt
|
501
|
-
- test/_ink_plugins/awesome-sauce/includes/some-include.html
|
502
|
-
- test/_ink_plugins/awesome-sauce/layouts/test-layout.html
|
503
|
-
- test/_ink_plugins/awesome-sauce/pages/a.html
|
504
|
-
- test/_ink_plugins/awesome-sauce/pages/b.html
|
505
|
-
- test/_ink_plugins/awesome-sauce/plugin.rb
|
506
|
-
- test/_ink_plugins/awesome-sauce/stylesheets/plugin-media-test@print.css
|
507
|
-
- test/_ink_plugins/awesome-sauce/stylesheets/plugin-test.css
|
508
|
-
- test/_ink_plugins/test-theme/config.yml
|
509
|
-
- test/_ink_plugins/test-theme/files/disabled-file.txt
|
510
|
-
- test/_ink_plugins/test-theme/files/favicon.ico
|
511
|
-
- test/_ink_plugins/test-theme/files/favicon.png
|
512
|
-
- test/_ink_plugins/test-theme/files/test.html
|
513
|
-
- test/_ink_plugins/test-theme/fonts/font-one.otf
|
514
|
-
- test/_ink_plugins/test-theme/fonts/font-two.ttf
|
515
|
-
- test/_ink_plugins/test-theme/includes/bar.html
|
516
|
-
- test/_ink_plugins/test-theme/includes/greet.html
|
517
|
-
- test/_ink_plugins/test-theme/javascripts/bar.js
|
518
|
-
- test/_ink_plugins/test-theme/javascripts/blah.coffee
|
519
|
-
- test/_ink_plugins/test-theme/javascripts/disable-this.js
|
520
|
-
- test/_ink_plugins/test-theme/javascripts/foo.js
|
521
|
-
- test/_ink_plugins/test-theme/layouts/default.html
|
522
|
-
- test/_ink_plugins/test-theme/layouts/test.html
|
523
|
-
- test/_ink_plugins/test-theme/pages/disable-test.html
|
524
|
-
- test/_ink_plugins/test-theme/pages/four.xml
|
525
|
-
- test/_ink_plugins/test-theme/pages/one.xml
|
526
|
-
- test/_ink_plugins/test-theme/pages/three.md
|
527
|
-
- test/_ink_plugins/test-theme/pages/two.md
|
528
|
-
- test/_ink_plugins/test-theme/plugin.rb
|
529
|
-
- test/_ink_plugins/test-theme/stylesheets/_colors.scss
|
530
|
-
- test/_ink_plugins/test-theme/stylesheets/disable-this.css
|
531
|
-
- test/_ink_plugins/test-theme/stylesheets/disable.sass
|
532
|
-
- test/_ink_plugins/test-theme/stylesheets/main.scss
|
533
|
-
- test/_ink_plugins/test-theme/stylesheets/theme-media-test@print.css
|
534
|
-
- test/_ink_plugins/test-theme/stylesheets/theme-test.css
|
535
|
-
- test/_ink_plugins/test-theme/stylesheets/theme-test2.css
|
536
|
-
- test/_templates/page
|
537
|
-
- test/_templates/post
|
538
|
-
- test/source/_includes/foo.html
|
539
|
-
- test/source/_includes/post_data.html
|
540
|
-
- test/source/_layouts/head.html
|
541
|
-
- test/source/_layouts/local.html
|
542
|
-
- test/source/_plugins/awesome-sauce/config.yml
|
543
|
-
- test/source/_plugins/loader.rb
|
544
|
-
- test/source/_plugins/theme/config.yml
|
545
|
-
- test/source/_plugins/theme/includes/bar.html
|
546
|
-
- test/source/_plugins/theme/layouts/test.html
|
547
|
-
- test/source/_plugins/theme/stylesheets/_colors.sass
|
548
|
-
- test/source/_plugins/theme/stylesheets/theme-test.css
|
549
|
-
- test/source/_posts/2014-02-01-test-post.md
|
550
|
-
- test/source/_posts/2014-02-02-test-post-2.md
|
551
|
-
- test/source/favicon.png
|
552
|
-
- test/source/index.html
|
553
|
-
- test/source/test_config/plugin_config.html
|
554
|
-
- test/source/test_config/theme_config.html
|
555
|
-
- test/source/test_layouts/local.html
|
556
|
-
- test/source/test_layouts/plugin_layout.html
|
557
|
-
- test/source/test_layouts/test_markdown.md
|
558
|
-
- test/source/test_layouts/theme.html
|
559
|
-
- test/source/test_layouts/theme_override.html
|
560
|
-
- test/source/test_pages/plugin_page_override.html
|
234
|
+
test_files: []
|
data/.gitignore
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
*.gem
|
2
|
-
*.rbc
|
3
|
-
.bundle
|
4
|
-
.config
|
5
|
-
.yardoc
|
6
|
-
Gemfile.lock
|
7
|
-
InstalledFiles
|
8
|
-
_yardoc
|
9
|
-
coverage
|
10
|
-
doc/
|
11
|
-
lib/bundler/man
|
12
|
-
pkg
|
13
|
-
rdoc
|
14
|
-
spec/reports
|
15
|
-
test/tmp
|
16
|
-
test/version_tmp
|
17
|
-
tmp
|
18
|
-
.DS_Store
|
19
|
-
.sass-cache
|
20
|
-
test/site
|
21
|
-
.code-highlighter-cache
|
22
|
-
_site
|
data/.travis.yml
DELETED
data/CHANGELOG.md
DELETED
@@ -1,76 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
### 1.0.0 RC16 - 2014-08-21
|
4
|
-
|
5
|
-
- New: Access the url for a plugin's page from anywhere with `{{ theme.permalinks.page_name }}` or `{{ plugins.pugin-name.permalinks.page_name }}`.
|
6
|
-
- Fix: Properly invalidate caches for `jekyll build --watch` support.
|
7
|
-
|
8
|
-
### 1.0.0 RC15 - 2014-08-17
|
9
|
-
|
10
|
-
- Fixed an issue where Octopress would trigger site_payload too early.
|
11
|
-
|
12
|
-
### 1.0.0 RC14 - 2014-08-11
|
13
|
-
|
14
|
-
- Reworked asset methods
|
15
|
-
|
16
|
-
### 1.0.0 RC13 - 2014-08-11
|
17
|
-
|
18
|
-
- Fixed an issue with asset tags
|
19
|
-
|
20
|
-
### 1.0.0 RC12 - 2014-08-03
|
21
|
-
|
22
|
-
- Extracted all tags to separate projects under [github.com/octopress](https://github.com/octopress).
|
23
|
-
- Now the only tag provided by default is [include-tag](https://github.com/octopress/include-tag).
|
24
|
-
- Switched from jekyll-page-hooks to octopress-hooks.
|
25
|
-
- Extracted link post feature as a separate plugin [octopress-linkblog](https://github.com/octopress/linkblog)
|
26
|
-
- Extracted page date feature as a separate plugin [octopress-date-format](https://github.com/octopress/date-format)
|
27
|
-
- Extracted Autoprefixer a separate plugin [octopress-autoprefixer](https://github.com/octopress/autoprefixer)
|
28
|
-
|
29
|
-
### 1.0.0 RC11 - 2014-06-27
|
30
|
-
|
31
|
-
- Fixed: Render tag properly processes local variables.
|
32
|
-
|
33
|
-
### 1.0.0 RC10 - 2014-06-26
|
34
|
-
|
35
|
-
- Render tag does a better job of preserving {% raw %} escaped content.
|
36
|
-
|
37
|
-
### 1.0.0 RC9 - 2014-06-21
|
38
|
-
|
39
|
-
- Added jekyll-page-hooks as a dependency.
|
40
|
-
- Now processing partials as ConvertiblePartials
|
41
|
-
|
42
|
-
### 1.0.0 RC8 - 2014-06-09
|
43
|
-
|
44
|
-
- Improved the way Ink manages the payload
|
45
|
-
- Added `linkposts` and `articles` methods to Ink
|
46
|
-
|
47
|
-
### 1.0.0 RC7 - 2014-06-08
|
48
|
-
|
49
|
-
- New: Added `excerpted` post var, true if post.excerpt is shorted than post.content.
|
50
|
-
|
51
|
-
### 1.0.0 RC6 - 2014-06-07
|
52
|
-
|
53
|
-
- Fixed: Gemspec scaffold does not include Ink's pre-release version numbers.
|
54
|
-
- Fixed: Better formatting for ordinal dates.
|
55
|
-
- Other minor bug fixes
|
56
|
-
|
57
|
-
### 1.0.0 RC5 - 2014-06-06
|
58
|
-
|
59
|
-
- New: site.linkposts loops through linkposts
|
60
|
-
- New: site.articles loops through non-linkpost articles
|
61
|
-
|
62
|
-
### 1.0.0 RC4 - 2014-05-28
|
63
|
-
|
64
|
-
- Improved: Plugin scaffold does a better job of handling gem names with dashes.
|
65
|
-
|
66
|
-
### 1.0.0 RC3 - 2014-05-27
|
67
|
-
|
68
|
-
- Improved: Now copy and list commands use the flag --config-file instead of --defaults
|
69
|
-
|
70
|
-
### 1.0.0 RC2 - 2014-05-26
|
71
|
-
|
72
|
-
- Fixed: Post and Page data is appended to at read time.
|
73
|
-
|
74
|
-
### 1.0.0 RC1 - 2014-05-25
|
75
|
-
|
76
|
-
- Initial release candidate
|
data/Gemfile
DELETED
data/LICENSE.txt
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
Copyright (c) 2013 Brandon Mathis
|
2
|
-
|
3
|
-
MIT License
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
a copy of this software and associated documentation files (the
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
the following conditions:
|
12
|
-
|
13
|
-
The above copyright notice and this permission notice shall be
|
14
|
-
included in all copies or substantial portions of the Software.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
# Octopress Ink
|
2
|
-
|
3
|
-
Use Ink to help you build themes and plugins for Jekyll.
|
4
|
-
|
5
|
-
[![Gem Version](https://badge.fury.io/rb/octopress-ink.png)](http://badge.fury.io/rb/octopress-ink)
|
6
|
-
[![Build Status](https://travis-ci.org/octopress/ink.png?branch=master)](https://travis-ci.org/octopress/ink)
|
7
|
-
|
8
|
-
### Features
|
9
|
-
- Installing Ink plugins is easy.
|
10
|
-
- Users won't need to install or manage plugin assets.
|
11
|
-
- Jekyll will read your plugin's layouts, javascripts, stylesheets and more directly from your gem.
|
12
|
-
- Ink allows users to modify a theme or plugin by adding a modified version to source/_custom directory.
|
13
|
-
|
14
|
-
## Installation
|
15
|
-
|
16
|
-
Add this line to your application's Gemfile:
|
17
|
-
|
18
|
-
gem 'octopress-ink'
|
19
|
-
|
20
|
-
And then execute:
|
21
|
-
|
22
|
-
$ bundle
|
23
|
-
|
24
|
-
Or install it yourself as:
|
25
|
-
|
26
|
-
$ gem install octopress-ink
|
27
|
-
|
28
|
-
## Usage
|
29
|
-
|
30
|
-
This is still evolving quite a bit. If you want to use it, you
|
31
|
-
should probably talk to me directly.
|
32
|
-
|
33
|
-
## Contributing
|
34
|
-
|
35
|
-
For right now. Talk to me directly. I'd love help thinking
|
36
|
-
through some of this stuff. Pretty soon, build a theme or a plugin and tell me what's broken.
|
data/Rakefile
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require "bundler/gem_tasks"
|
data/octopress-ink.gemspec
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'octopress-ink/version'
|
5
|
-
|
6
|
-
Gem::Specification.new do |spec|
|
7
|
-
spec.name = "octopress-ink"
|
8
|
-
spec.version = Octopress::Ink::VERSION
|
9
|
-
spec.authors = ["Brandon Mathis"]
|
10
|
-
spec.email = ["brandon@imathis.com"]
|
11
|
-
spec.description = %q{A framework creating Jekyll/Octopress themes and plugins}
|
12
|
-
spec.summary = %q{A framework creating Jekyll/Octopress themes and plugins}
|
13
|
-
spec.homepage = "https://github.com/octopress/ink"
|
14
|
-
spec.license = "MIT"
|
15
|
-
|
16
|
-
spec.files = `git ls-files`.split($/)
|
17
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
|
-
spec.require_paths = ["lib"]
|
20
|
-
|
21
|
-
spec.add_runtime_dependency "jekyll", "~> 2.0"
|
22
|
-
spec.add_runtime_dependency "uglifier", "~> 2.5"
|
23
|
-
spec.add_runtime_dependency "octopress-hooks", "~> 2.2"
|
24
|
-
spec.add_runtime_dependency "octopress-include-tag", "~> 1.0"
|
25
|
-
spec.add_runtime_dependency "octopress-filters", "~> 1.1"
|
26
|
-
spec.add_runtime_dependency "octopress"
|
27
|
-
|
28
|
-
spec.add_development_dependency "rake"
|
29
|
-
spec.add_development_dependency "bundler", "~> 1.6", "<= 1.6.2"
|
30
|
-
spec.add_development_dependency "pry-byebug"
|
31
|
-
spec.add_development_dependency "clash"
|
32
|
-
end
|