sugarcube 0.19.4 → 0.19.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,13 @@
1
- class NSError
1
+ class NSURL
2
+
2
3
  def to_s
4
+ self.absoluteString
5
+ end
6
+
7
+ def inspect
3
8
  "#<#{self.class.name}:0x#{self.object_id.to_s(16)}, "+
4
9
  "URL=#{self.absoluteString.inspect}"+
5
10
  ">"
6
11
  end
12
+
7
13
  end
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '0.19.4'
2
+ Version = '0.19.5'
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.19.4
4
+ version: 0.19.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-03-20 00:00:00.000000000 Z
16
+ date: 2013-03-21 00:00:00.000000000 Z
17
17
  dependencies: []
18
18
  description: ! '== Description
19
19