giblish.gemspec in giblish-0.2.7 vs giblish.gemspec in giblish-0.2.8

- old
+ new

@@ -1,19 +1,22 @@ # coding: utf-8 -lib = File.expand_path('../lib', __FILE__) + +lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'giblish/version' +require "giblish/version" + Gem::Specification.new do |spec| spec.name = "giblish" spec.version = Giblish::VERSION spec.authors = ["Anders Rillbert"] spec.email = ["anders.rillbert@kutso.se"] - spec.summary = %q{A tool for publishing asciidoc docs stored in git repos} - spec.description = %q{A tool for publishing asciidoc docs stored in git repos} - spec.homepage = "http://www.example.com" + spec.summary = "A tool for publishing asciidoc docs stored in git repos" + spec.description = "A tool for publishing asciidoc docs stored in git repos" + spec.homepage = "https://github.com/rillbert/giblish" spec.license = "MIT" + spec.required_ruby_version = ">= 2.3" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. # if spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "https://gems.my-company.example"