githug 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/githug/ui.rb +1 -1
  2. data/lib/githug/version.rb +1 -1
  3. metadata +1 -1
@@ -65,7 +65,7 @@ module Githug
65
65
  end
66
66
 
67
67
  def method_missing(method, *args, &block)
68
- return UI.send(method, *args) if UI.methods(false).include?(method)
68
+ return UI.send(method, *args) if UI.methods(false).include?(method.to_s) || UI.methods(false).include?(method)
69
69
  super
70
70
  end
71
71
 
@@ -1,3 +1,3 @@
1
1
  module Githug
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: githug
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gary Rennie