File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33.sass-cache
44_site
55Gemfile.lock
6+ * .gemspec
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "devlopr"
5- spec . version = "0.3.7 "
5+ spec . version = "0.3.8 "
66 spec . authors = [ "Sujay Kundu" ]
77 spec . email = [ "sujaykundu777@gmail.com" ]
88
@@ -12,12 +12,15 @@ Gem::Specification.new do |spec|
1212
1313 spec . metadata [ "plugin_type" ] = "theme"
1414
15- spec . files = `git ls-files -z` . split ( "\x0 " ) . select { |f |
16- f . match ( %r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\. (txt|md|markdown)|$)))!i ) }
15+ spec . files = `git ls-files -z` . split ( "\x0 " ) . select do |f |
16+ f . match ( %r{^((_includes|_layouts|_sass|assets|categories|tags)/|(LICENSE|README)((\. (txt|md|markdown)|$)))}i )
17+ end
1718
1819 spec . add_runtime_dependency "jekyll-sitemap" , '~> 1.2.0'
1920 spec . add_runtime_dependency "jekyll-feed" , '~> 0.11.0'
2021 spec . add_runtime_dependency "jekyll-seo-tag" , '~> 2.5.0'
22+ spec . add_runtime_dependency "jekyll-paginate" , '~> 1.1.0'
23+ spec . add_runtime_dependency "jekyll-gist" , '~> 1.5.0'
2124
2225 spec . add_runtime_dependency "jekyll" , "~> 3.8.5"
2326 spec . add_development_dependency "bundler" , '~> 2.0' , '>= 2.0.1'
You can’t perform that action at this time.
0 commit comments