Skip to content

Commit

Permalink
fix: Updating Gemfile and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brianknapp committed Feb 1, 2022
1 parent 675226f commit 4844e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
obvious (0.1.0)
obvious (0.2.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions obvious.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]
gem.authors = ["Brian Knapp", "Shawn Baden"]
gem.email = ["[email protected]", "[email protected]"]
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"
Expand Down

0 comments on commit 4844e0a

Please sign in to comment.