sugarcube 0.11.2 → 0.11.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,11 @@
1
1
  class NSURL
2
2
 
3
3
  def open
4
- UIApplication.sharedApplication.openURL(NSURL.URLWithString(self))
4
+ UIApplication.sharedApplication.openURL(self)
5
5
  end
6
6
 
7
7
  def can_open?
8
- UIApplication.sharedApplication.canOpenURL(NSURL.URLWithString(self))
8
+ UIApplication.sharedApplication.canOpenURL(self)
9
9
  end
10
10
 
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '0.11.2'
2
+ Version = '0.11.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sugarcube
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.11.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: