Skip to content

Commit

Permalink
Celebrate i18n release \o/
Browse files Browse the repository at this point in the history
  • Loading branch information
batlab committed Feb 16, 2017
1 parent 36522c2 commit 20788c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions academic.gemspec
Expand Up @@ -2,15 +2,17 @@

Gem::Specification.new do |spec|
spec.name = "academic"
spec.version = "0.4.0"
spec.version = "0.5.0"
spec.authors = ["gaalcaras"]
spec.email = ["gaby.alcaras@gmail.com"]

spec.summary = %q{Academic is a Jekyll theme with a focus on simplicity, typography and flexibility.}
spec.homepage = "https://github.com/gaalcaras/academic"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_data|_includes|_sass|LICENSE|README)}i) }

spec.add_runtime_dependency "jekyll-data", '~> 1.0'

spec.add_development_dependency "jekyll", "~> 3.3"
spec.add_development_dependency "bundler", "~> 1.12"
Expand Down

0 comments on commit 20788c3

Please sign in to comment.