File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11=== CURRENT
22
3- * Removing legacy scripts
3+
4+
5+ === 0.5.3 2017-05-24
6+
7+ * Removing legacy scripts (James Pinto)
8+ * Fix #145 - broken CLI required loading active_support (James Pinto)
49
510=== 0.5.2 2017-05-17
611
Original file line number Diff line number Diff line change 11class OAuth ::CLI
22 class VersionCommand < BaseCommand
33 def run
4- puts "OAuth for Ruby #{ OAuth ::VERSION } "
4+ puts "OAuth Gem #{ OAuth ::VERSION } "
55 end
66 end
77end
Original file line number Diff line number Diff line change 11module OAuth
2- VERSION = "0.5.2 "
2+ VERSION = "0.5.3 "
33end
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def test_help
5858 def test_version
5959 out = run_command ( %w[ version ] )
6060
61- assert_equal "OAuth for Ruby 0.5.2 \n " , out
61+ assert_equal "OAuth Gem #{ OAuth :: VERSION } \n " , out
6262 end
6363
6464 def test_query_empty
You can’t perform that action at this time.
0 commit comments