rtm 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,6 +35,7 @@ module RTM::Sugar
35
35
  end
36
36
 
37
37
  def resolve_type_and_scope(ref)
38
+ return [:any, :ucs] unless ref
38
39
  return [ref, :ucs] if ref.is_a? Topic
39
40
  type, scope = ref.split('@', -1)
40
41
  if type.blank?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Bock