tangled
alpha
login
or
join now
arthr.me
/
linus
0
fork
atom
A charming Jekyll theme.
jekyll-theme
0
fork
atom
overview
issues
pulls
pipelines
build: update spec for release
arthr.tngl.sh
3 weeks ago
852320b3
efb7f571
+4
-4
1 changed file
expand all
collapse all
unified
split
linus.gemspec
+4
-4
linus.gemspec
···
2
2
3
3
Gem::Specification.new do |spec|
4
4
spec.name = "linus"
5
5
-
spec.version = "0.1.0"
5
5
+
spec.version = "1.0.0"
6
6
spec.authors = ["Arthur Freitas"]
7
7
-
spec.email = ["atpfreitas@me.com"]
7
7
+
spec.email = ["email@arthr.me"]
8
8
9
9
-
spec.summary = "TODO: Write a short summary, because Rubygems requires one."
10
10
-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
9
9
+
spec.summary = "A charming Jekyll theme for your blog."
10
10
+
spec.homepage = "https://linus.arthr.dev"
11
11
spec.license = "MIT"
12
12
13
13
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }