Skip to content

Commit 29e7fce

Browse files
committed
attempt to add all gem requirements to master
1 parent 97a7fa0 commit 29e7fce

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

Gemfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
source 'https://rubygems.org'
1+
# frozen_string_literal: true
22

3-
gem "github-pages", group: :jekyll_plugins
3+
source "https://rubygems.org"
4+
5+
gemspec
46

5-
# enable tzinfo-data for local build
6-
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
7-
gem 'jekyll-paginate'

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ exclude:
196196
- Gemfile.lock
197197
- LICENSE
198198
- README.md
199+
- screenshot.png
199200
- docs/
200201

201202
plugins:

beautiful-jekyll-theme.gemspec

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# frozen_string_literal: true
2+
3+
Gem::Specification.new do |spec|
4+
spec.name = "beautiful-jekyll-theme"
5+
spec.version = "2.0.0"
6+
spec.authors = ["Dean Attali"]
7+
spec.email = ["[email protected]"]
8+
9+
spec.summary = "Beautiful Jekyll is a ready-to-use Jekyll theme to help you create an awesome website quickly. Perfect for personal blogs or simple project websites, with a focus on responsive and clean design."
10+
spec.homepage = "https://deanattali.com/beautiful-jekyll"
11+
spec.license = "MIT"
12+
13+
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|stfaticman)}i) }
14+
15+
spec.add_runtime_dependency "jekyll", "~> 3.8"
16+
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
17+
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
18+
19+
spec.add_development_dependency "bundler", ">= 1.16"
20+
spec.add_development_dependency "rake", "~> 12.0"
21+
end

screenshot.png

59.7 KB
Loading

0 commit comments

Comments
 (0)