Skip to content

Commit

Permalink
Bumped to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jv-asana committed Apr 3, 2023
1 parent 1ce276f commit 5b633ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
asana (2.0.2)
asana (2.0.3)
faraday (~> 2.0)
faraday-follow_redirects
faraday-multipart
Expand Down Expand Up @@ -71,12 +71,12 @@ GEM
snaky_hash (~> 2.0)
version_gem (~> 1.1)
parallel (1.22.1)
parser (3.2.1.0)
parser (3.2.2.0)
ast (~> 2.4.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
rack (3.0.4.2)
rack (3.0.7)
rack-protection (1.5.5)
rack
rainbow (3.1.1)
Expand All @@ -95,7 +95,7 @@ GEM
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
Expand All @@ -109,7 +109,7 @@ GEM
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.1)
rubocop (~> 1.41)
Expand All @@ -131,7 +131,7 @@ GEM
thor (1.2.1)
tomparse (0.4.2)
unicode-display_width (2.4.2)
version_gem (1.1.1)
version_gem (1.1.2)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3
2 changes: 1 addition & 1 deletion lib/asana/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#:nodoc:
module Asana
# Public: Version of the gem.
VERSION = '2.0.2'
VERSION = '2.0.3'
end

0 comments on commit 5b633ba

Please sign in to comment.