Skip to content

Commit

Permalink
prep for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleboe committed May 23, 2024
1 parent 2ac9369 commit 437de38
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zoom_rb (1.1.11)
zoom_rb (1.2.0)
httparty (>= 0.13)
json (>= 1.8)
jwt
Expand All @@ -17,11 +17,14 @@ GEM
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
hashdiff (1.0.1)
Expand All @@ -30,17 +33,20 @@ GEM
rubocop-performance (>= 1.3.0)
rubocop-rails (>= 2.0.0)
rubocop-rspec (>= 1.33.0)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
jwt (2.7.1)
jwt (2.8.1)
base64
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.18.0)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
parallel (1.22.1)
parser (3.2.2.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/zoom/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zoom
VERSION = '1.1.11'
VERSION = '1.2.0'
end

0 comments on commit 437de38

Please sign in to comment.