From 4844e0aca771f44b3a0ab172e67ab05f3b177f7b Mon Sep 17 00:00:00 2001 From: Brian Knapp Date: Tue, 1 Feb 2022 08:25:25 -0600 Subject: [PATCH] fix: Updating Gemfile and gemspec --- Gemfile.lock | 2 +- obvious.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 068ec24..726af10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - obvious (0.1.0) + obvious (0.2.0) GEM remote: https://rubygems.org/ diff --git a/obvious.gemspec b/obvious.gemspec index 3f7cf36..b3a9105 100644 --- a/obvious.gemspec +++ b/obvious.gemspec @@ -6,8 +6,8 @@ require 'obvious/version' Gem::Specification.new do |gem| gem.name = "obvious" gem.version = Obvious::VERSION - gem.authors = ["Brian Knapp"] - gem.email = ["brianknapp@gmail.com"] + gem.authors = ["Brian Knapp", "Shawn Baden"] + gem.email = ["brianknapp@gmail.com", "shawnbaden@hotmail.com"] gem.description = "A set of tools to build apps using the Obvious Architecture" gem.summary = "Clean Architecture framework" gem.homepage = "https://github.com/RetroMocha/obvious"