Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Aug 17, 2019
1 parent dabf758 commit 25c0704
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.sass-cache
_site
Gemfile.lock
*.gemspec
9 changes: 6 additions & 3 deletions devlopr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "devlopr"
spec.version = "0.3.7"
spec.version = "0.3.8"
spec.authors = ["Sujay Kundu"]
spec.email = ["[email protected]"]

Expand All @@ -12,12 +12,15 @@ Gem::Specification.new do |spec|

spec.metadata["plugin_type"] = "theme"

spec.files = `git ls-files -z`.split("\x0").select { |f|
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i) }
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_includes|_layouts|_sass|assets|categories|tags)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

spec.add_runtime_dependency "jekyll-sitemap", '~> 1.2.0'
spec.add_runtime_dependency "jekyll-feed", '~> 0.11.0'
spec.add_runtime_dependency "jekyll-seo-tag", '~> 2.5.0'
spec.add_runtime_dependency "jekyll-paginate", '~> 1.1.0'
spec.add_runtime_dependency "jekyll-gist", '~> 1.5.0'

spec.add_runtime_dependency "jekyll", "~> 3.8.5"
spec.add_development_dependency "bundler", '~> 2.0', '>= 2.0.1'
Expand Down

0 comments on commit 25c0704

Please sign in to comment.