Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 4, 2021
1 parent 18ed498 commit 31ecac6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
response_bank (1.0.0)
response_bank (1.1.0)
msgpack
useragent

Expand Down Expand Up @@ -81,11 +81,13 @@ GEM
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.6.1)
minitest (5.14.4)
mocha (1.13.0)
msgpack (1.4.2)
nio4r (2.5.8)
nokogiri (1.12.1-x86_64-darwin)
nokogiri (1.12.1)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/response_bank/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ResponseBank
VERSION = "1.0.0"
VERSION = "1.1.0"
end
2 changes: 2 additions & 0 deletions response_bank.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.4.0"

s.metadata["allowed_push_host"] = "https://rubygems.org"

s.add_runtime_dependency("useragent")
s.add_runtime_dependency("msgpack")

Expand Down

0 comments on commit 31ecac6

Please sign in to comment.