We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a68c0 commit 56a189bCopy full SHA for 56a189b
HISTORY
@@ -1,5 +1,7 @@
1
=== CURRENT
2
3
+=== 0.5.6 2021-04-02
4
+
5
* Add metadata to Gemspec file
6
* Change default timeout to be the same as Net::HTTP default, 60 seconds instead of 30 seconds.
7
* Add support for PUT requests with Action Controller (#181)
lib/oauth/version.rb
@@ -1,3 +1,3 @@
module OAuth
- VERSION = "0.5.5"
+ VERSION = "0.5.6"
end
0 commit comments