From 6edc09daf0029912f1720ada3b0ef4a246a46f91 Mon Sep 17 00:00:00 2001 From: Clay Dunston Date: Sun, 5 Jan 2020 19:56:29 -0600 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- README.md | 2 +- eddy.gemspec | 3 ++- lib/eddy/version.rb | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dd3190e..ac0e5da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - eddy (0.3.0) + eddy (0.4.0) ginny (~> 0.6.3) json_schemer (~> 0.2.8) thor (~> 1.0.1) diff --git a/README.md b/README.md index 710fc6e..a7b42bb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [travis-ci]: https://travis-ci.org/tcd/eddy [coveralls]: https://coveralls.io/github/tcd/eddy?branch=master [license]: https://github.com/tcd/eddy/blob/master/LICENSE.txt -[docs]: https://www.rubydoc.info/gems/eddy/0.3.0 +[docs]: https://www.rubydoc.info/gems/eddy/0.4.0 ## Installation diff --git a/eddy.gemspec b/eddy.gemspec index e418647..cf10e0a 100644 --- a/eddy.gemspec +++ b/eddy.gemspec @@ -6,13 +6,14 @@ Gem::Specification.new do |spec| spec.name = "eddy" spec.version = Eddy::VERSION spec.authors = ["Clay Dunston"] - spec.required_ruby_version = ">= 2.5.0" spec.email = ["dunstontc@gmail.com"] spec.summary = "EDI toolkit" spec.description = spec.summary spec.homepage = "https://github.com/tcd/eddy" spec.license = "MIT" + spec.required_ruby_version = ">= 2.5.0" + spec.metadata = { "homepage_uri" => spec.homepage, "source_code_uri" => spec.homepage, diff --git a/lib/eddy/version.rb b/lib/eddy/version.rb index eaa3e6e..6829746 100644 --- a/lib/eddy/version.rb +++ b/lib/eddy/version.rb @@ -1,3 +1,3 @@ module Eddy - VERSION = "0.3.0".freeze + VERSION = "0.4.0".freeze end