jekyll-translations.gemspec in jekyll-translations-1.0.0 vs jekyll-translations.gemspec in jekyll-translations-2.0.0
- old
+ new
@@ -1,9 +1,13 @@
+lib = File.expand_path('../lib', __FILE__)
+$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
+require 'jekyll/version'
+
Gem::Specification.new do |spec|
spec.name = "jekyll-translations"
- spec.version = "1.0.0"
- spec.authors = ["Jordan Dalton"]
- spec.email = ["jordan.dalton@researchsquare.com"]
+ spec.version = Jekyll::Translations::VERSION
+ spec.authors = ["Research Square Company Engineering"]
+ spec.email = ["customer@researchsquare.com"]
spec.require_paths = ["lib"]
spec.summary = %q{Translation tool for Jekyll}
spec.homepage = "https://github.com/researchsquare/jekyll-translations"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")