Skip to content

Commit

Permalink
Add dreyks as author
Browse files Browse the repository at this point in the history
bump version
update gemfile lock
  • Loading branch information
vergilet committed Feb 23, 2024
1 parent 51774cd commit fd71add
Show file tree
Hide file tree
Showing 3 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:
monobank (0.2.3)
monobank (0.3.0)
httparty (>= 0.21.0, < 0.22.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/monobank/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Monobank
VERSION = "0.2.3"
VERSION = "0.3.0"
end
2 changes: 1 addition & 1 deletion monobank.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require_relative 'lib/monobank/version'
Gem::Specification.new do |spec|
spec.name = 'monobank'
spec.version = Monobank::VERSION
spec.authors = %w(vergilet anatoliikryvishyn)
spec.authors = %w(vergilet anatoliikryvishyn dreyks)
spec.email = ["[email protected]"]

spec.description = %q{Unofficial Ruby Gem for Monobank API.}
Expand Down

0 comments on commit fd71add

Please sign in to comment.