resme.gemspec in resme-0.3.2 vs resme.gemspec in resme-0.4.0
- old
+ new
@@ -1,15 +1,15 @@
-require_relative 'lib/resme/version'
+require_relative "lib/resme/version"
Gem::Specification.new do |spec|
spec.name = "resme"
spec.version = Resme::VERSION
spec.authors = ["Adolfo Villafiorita"]
spec.email = ["adolfo.villafiorita@ict4g.net"]
spec.summary = %q{Write a resume in YML and export to various formats, including json and europass XML.}
- spec.description = %q{This gem allows you to manage your resume in yaml, while providing different backends for publishings. Supported backends: markdown, json resume, and Europass XML. Custom templates can be defined using ERB.}
+ spec.description = %q{This gem allows you to manage your resume in yaml, while providing different backends for publishings. Supported backends: Org Mode, Markdown, JSON resume, and Europass XML. Custom templates can be defined using ERB.}
spec.homepage = "http://github.io/avillafiorita/resme"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
spec.metadata["allowed_push_host"] = "https://rubygems.org/"
@@ -28,8 +28,7 @@
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 2.1.4"
spec.add_development_dependency "rake", "~> 13.0.1"
- spec.add_dependency "slop", "~> 4.8.1"
spec.add_dependency "kwalify", "~> 0.7.2"
end