diff --git a/Gemfile.lock b/Gemfile.lock index 0a8324a..b7e61d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - monobank (0.2.3) + monobank (0.3.0) httparty (>= 0.21.0, < 0.22.0) GEM diff --git a/lib/monobank/version.rb b/lib/monobank/version.rb index fb92d8c..73d8b33 100644 --- a/lib/monobank/version.rb +++ b/lib/monobank/version.rb @@ -1,3 +1,3 @@ module Monobank - VERSION = "0.2.3" + VERSION = "0.3.0" end diff --git a/monobank.gemspec b/monobank.gemspec index 0648876..91a010b 100644 --- a/monobank.gemspec +++ b/monobank.gemspec @@ -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 = ["osyaroslav@gmail.com"] spec.description = %q{Unofficial Ruby Gem for Monobank API.}