File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,20 +10,22 @@ Gem::Specification.new do |spec|
1010 spec . email = [ "jekyll-sqlite@captnemo.in" ]
1111
1212 spec . summary = "A Jekyll plugin to use SQLite databases as a data source."
13- spec . homepage = "https://github.com/captn3m0/ jekyll-sqlite"
13+ spec . homepage = "https://captnemo.in/ jekyll-sqlite/ "
1414 spec . required_ruby_version = ">= 3.2.0"
1515
1616 spec . metadata [ "homepage_uri" ] = spec . homepage
17- spec . metadata [ "source_code_uri" ] = spec . homepage
18- spec . metadata [ "changelog_uri" ] = "https://github.com/captn3m0/ jekyll-sqlite/blob/master/ CHANGELOG.md "
17+ spec . metadata [ "source_code_uri" ] = "https://github.com/captn3m0/jekyll-sqlite/"
18+ spec . metadata [ "changelog_uri" ] = "https://captnemo.in/ jekyll-sqlite/CHANGELOG.html "
1919
20- # Specify which files should be added to the gem when it is released.
21- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22- spec . files = Dir . chdir ( __dir__ ) do
23- `git ls-files -z` . split ( "\x0 " ) . reject do |f |
24- ( f == __FILE__ ) || f . match ( %r{\A (?:(?:bin|test|spec|features)/|\. (?:git|circleci)|appveyor)} )
25- end
26- end
20+ spec . files = [
21+ "lib/jekyll-sqlite/generator.rb" ,
22+ "lib/jekyll-sqlite/version.rb" ,
23+ "lib/jekyll_sqlite.rb" ,
24+ "README.md" ,
25+ "LICENSE" ,
26+ "CHANGELOG.md" ,
27+ "Gemfile"
28+ ]
2729 spec . bindir = "exe"
2830 spec . executables = spec . files . grep ( %r{\A exe/} ) { |f | File . basename ( f ) }
2931 spec . require_paths = [ "lib" ]
You can’t perform that action at this time.
0 commit comments