Skip to content

Commit 6b24f1b

Browse files
committed
Remove gemspec and Appraisals, update Gemfile for GitHub Pages
Deleted the custom gemspec and Appraisals files, and simplified the Gemfile to use the github-pages gem for plugin management. This streamlines dependency management and aligns the project with GitHub Pages' recommended setup.
1 parent 8747fe7 commit 6b24f1b

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

Appraisals

Lines changed: 0 additions & 6 deletions
This file was deleted.

Gemfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
6-
# and associated library.
7-
platforms :mingw, :x64_mingw, :mswin, :jruby do
8-
gem "tzinfo", ">= 1", "< 3"
9-
gem "tzinfo-data"
10-
end
5+
gem "github-pages", group: :jekyll_plugins
116

12-
# Performance-booster for watching directories on Windows
13-
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
14-
157
gemspec

beautiful-jekyll-theme.gemspec

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)