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 baa5a45 commit 516fc33Copy full SHA for 516fc33
HISTORY
@@ -1,5 +1,9 @@
1
=== CURRENT
2
3
+
4
5
+=== 0.5.2 2017-05-17
6
7
* Adding a development dependency that had not been mentioned (James Pinto)
8
* Use assert_nil so as to silence a Minitest 6 deprecation warning (James Pinto)
9
* Stop bundling tests files in the gem (Michal Papis)
lib/oauth/version.rb
@@ -1,3 +1,3 @@
module OAuth
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
end
0 commit comments