Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Sep 8, 2023
2 parents bcef621 + b961bb0 commit 73a76f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi (2.0.33)
uffizzi-cli (2.0.34)
activesupport
awesome_print
faker
Expand Down Expand Up @@ -150,7 +150,7 @@ DEPENDENCIES
rubocop
rubocop-minitest
rubocop-rake
uffizzi!
uffizzi-cli!
webmock

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uffizzi
VERSION = '2.0.33'
VERSION = '2.0.34'
end
6 changes: 3 additions & 3 deletions uffizzi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
require 'uffizzi/version'

Gem::Specification.new do |spec|
spec.name = 'uffizzi'
spec.name = 'uffizzi-cli'
spec.version = Uffizzi::VERSION
spec.authors = ['Josh Thurman', 'Grayson Adkins']
spec.email = ['[email protected]']

spec.summary = 'uffizzi'
spec.description = 'uffizzi'
spec.summary = 'uffizzi-cli'
spec.description = 'uffizzi-cli'
spec.homepage = 'https://uffizzi.com'
spec.license = 'Apache-2.0'

Expand Down

0 comments on commit 73a76f5

Please sign in to comment.