Skip to content

Commit

Permalink
Fix windows dep, v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fongandrew committed Sep 17, 2018
1 parent 21d3b14 commit 76f7bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-theme-hydeout.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-hydeout"
spec.version = "3.7.1"
spec.version = "4.0.0"
spec.authors = ["Andrew Fong"]
spec.email = ["[email protected]"]

Expand All @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-feed", "~> 0.6"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "wdm", ">= 0.1.0" if Gem.win_platform?
spec.add_development_dependency "wdm", "~> 0.1" if Gem.win_platform?
end

0 comments on commit 76f7bc6

Please sign in to comment.