Skip to content

Commit

Permalink
Bumped to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-asana committed Sep 9, 2022
1 parent 4fafb13 commit f4b32ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
asana (1.0.0)
asana (2.0.0)
faraday (~> 1.0)
faraday_middleware (~> 1.0)
faraday_middleware-multi_json (~> 0.0)
Expand All @@ -19,7 +19,7 @@ GEM
coderay (1.1.3)
diff-lcs (1.5.0)
docile (1.4.0)
faraday (1.10.0)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
guard (>= 1.1.0)
yard (>= 0.7.0)
hashie (5.0.0)
jwt (2.4.1)
jwt (2.5.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -83,28 +83,26 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (2.0.3)
oauth2 (2.0.8)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
rash_alt (>= 0.4, < 1)
version_gem (~> 1.0)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
parallel (1.22.1)
parser (2.7.2.0)
ast (~> 2.4.1)
powerpack (0.1.3)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (2.2.3.1)
rack (2.2.4)
rack-protection (1.5.5)
rack
rainbow (3.1.1)
rake (13.0.6)
rash_alt (0.4.12)
hashie (>= 3.4)
rb-fsevent (0.11.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rspec (3.11.0)
Expand Down Expand Up @@ -138,6 +136,9 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.0)
hashie
version_gem (~> 1.1)
thor (1.2.1)
tomparse (0.4.2)
unicode-display_width (1.8.0)
Expand All @@ -161,6 +162,7 @@ DEPENDENCIES
guard-rspec
guard-rubocop
guard-yard
oauth2 (~> 2.0.3)
rack-protection (= 1.5.5)
rake (~> 13.0)
rspec (~> 3.2)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
2.0.0
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 = '1.0.0'
VERSION = '2.0.0'
end

0 comments on commit f4b32ad

Please sign in to comment.