Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c151de

Browse files
author
root
committed
add jekyll-paginate gem dependency as runtime instead of dev
1 parent5e2d37a commit2c151de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎beautiful-jekyll-theme.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.newdo |spec|
44
spec.name="beautiful-jekyll-theme"
5-
spec.version="0.1.0"
5+
spec.version="0.1.1"
66
spec.authors=["Dean Attali"]
77
spec.email=["daattali@gmail.com"]
88

@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
1313
spec.files=`git ls-files -z`.split("\x0").select{ |f|f.match(%r{^(assets|_layouts|_includes|_posts|LICENSE|README|aboutme|feed|_config)}i)}
1414

1515
spec.add_runtime_dependency"jekyll","~> 3.3"
16+
spec.add_runtime_dependency"jekyll-paginate","~> 1.1"
1617

1718
spec.add_development_dependency"bundler","~> 1.12"
1819
spec.add_development_dependency"rake","~> 10.0"
19-
spec.add_development_dependency"jekyll-paginate","~> 1.1"
2020
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp