Skip to content

Commit

Permalink
Jekyll 3 support
Browse files Browse the repository at this point in the history
Updated gem version as jekyll dependency has changed compatibility as
well; dependency updated to Jekyll 3.
  • Loading branch information
jimcavoli committed Nov 26, 2015
1 parent 1f3575c commit e967c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-autolink_email.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "jekyll-autolink_email"
spec.version = "0.0.2"
spec.version = "0.1.0"
spec.authors = ["Ivan Tse"]
spec.email = ["ivan.tse1@gmail.com"]
spec.summary = "Autolink emails for your Jekyll site."
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "jekyll", '~> 2.0'
spec.add_dependency "jekyll", '~> 3.0'
spec.add_dependency "rinku", '~> 1.7.0'

spec.add_development_dependency "bundler", "~> 1.6"
Expand Down

0 comments on commit e967c6d

Please sign in to comment.