Skip to content

Commit

Permalink
Update gem
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Nov 25, 2022
1 parent 0a31e31 commit 80b1964
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.1 - 2022-11-25

This version only affects to the gem:
- Remove dependencies to make it compatible with other Jekyll versions.


## v1.0.0 - 2022-11-24

- [x] Bump version on `head`
Expand Down
5 changes: 1 addition & 4 deletions chulapa-jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "chulapa-jekyll"
spec.version = "1.0.0"
spec.version = "1.0.1"
spec.authors = ["Diego H."]
spec.email = ["[email protected]"]

Expand All @@ -16,11 +16,8 @@ Gem::Specification.new do |spec|
end

spec.add_runtime_dependency "jekyll", ">= 3.7", "< 5.0"
spec.add_runtime_dependency "jekyll-github-metadata", "~> 2.0"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.3"
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.16"
spec.add_runtime_dependency "github-pages", ">= 1.0", "< 99999.0"

end
7 changes: 3 additions & 4 deletions test/Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
source 'https://rubygems.org'

gem "jekyll", "~> 4.0"

# use local theme gem for testing
gem "chulapa-jekyll", path: "../"

gem 'github-pages', group: :jekyll_plugins
group :jekyll_plugins do
gem 'jekyll-algolia', '~> 1.0'
end
gem 'jekyll-github-metadata'

gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "webrick"
Expand Down

0 comments on commit 80b1964

Please sign in to comment.